- Update to 1.0.26

PR:		ports/139353
Submitted by:	Wen Heping(myself)
Approved by:	maintainer,	jadawin(co-mentor)
This commit is contained in:
Wen Heping 2009-10-14 07:04:11 +00:00
parent 19547082fc
commit 3187e02580
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242805
4 changed files with 8 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Text-Markdown
PORTVERSION= 1.0.24
PORTVERSION= 1.0.26
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -24,7 +24,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Dig
PERL_CONFIGURE= 5.8.0+
MAN3= Text::Markdown.3 \
Text::MultiMarkdown.3
MAN3= Text::Markdown.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (Text-Markdown-1.0.24.tar.gz) = 471d61df7fdf66a791d66ad37074bd7b
SHA256 (Text-Markdown-1.0.24.tar.gz) = 5f5be987f39960f4fdd1d92d305a61df73870349754469910733cacd0132d0de
SIZE (Text-Markdown-1.0.24.tar.gz) = 143401
MD5 (Text-Markdown-1.0.26.tar.gz) = 4e31ce60136dfbedce27c39c1ae0e712
SHA256 (Text-Markdown-1.0.26.tar.gz) = b67d81e52de66e51d986dbba27fcc2384429692c3b5730d1f81559e8510008b2
SIZE (Text-Markdown-1.0.26.tar.gz) = 100281

View File

@ -1,12 +1,10 @@
--- ./Makefile.PL.orig 2009-06-18 18:18:38.664731991 -0400
+++ ./Makefile.PL 2009-06-18 18:18:23.000000000 -0400
@@ -20,7 +20,7 @@
--- Makefile.PL.orig 2009-10-14 09:56:44.000000000 +0800
+++ Makefile.PL 2009-10-14 09:57:26.000000000 +0800
@@ -22,6 +22,6 @@
build_requires 'FindBin' => undef;
# Scripts I install
-prompt_script('script/Markdown.pl');
-prompt_script('script/MultiMarkdown.pl');
+#prompt_script('script/Markdown.pl');
+#prompt_script('script/MultiMarkdown.pl');
WriteAll;

View File

@ -1,5 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
%%SITE_PERL%%/Text/MultiMarkdown.pm
%%SITE_PERL%%/Text/Markdown.pm
@dirrmtry %%SITE_PERL%%/Text
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown