diff options
author | wen <wen@FreeBSD.org> | 2009-10-14 15:04:11 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-14 15:04:11 +0800 |
commit | 7482ed84850692dfc1939a15e2e8a547d9066639 (patch) | |
tree | d5712e4c59eb3805d63b01dfb95cf501678de2b4 /textproc/p5-Text-Markdown | |
parent | 3dbf22c05ad22ade523288510f179d2738271be2 (diff) | |
download | freebsd-ports-gnome-7482ed84850692dfc1939a15e2e8a547d9066639.tar.gz freebsd-ports-gnome-7482ed84850692dfc1939a15e2e8a547d9066639.tar.zst freebsd-ports-gnome-7482ed84850692dfc1939a15e2e8a547d9066639.zip |
- Update to 1.0.26
PR: ports/139353
Submitted by: Wen Heping(myself)
Approved by: maintainer, jadawin(co-mentor)
Diffstat (limited to 'textproc/p5-Text-Markdown')
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/files/patch-Makefile.PL | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/pkg-plist | 1 |
4 files changed, 8 insertions, 12 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index cce008f74f35..ce42dfc020cf 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -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> diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo index 7d4b8beb1a38..438ecd46f877 100644 --- a/textproc/p5-Text-Markdown/distinfo +++ b/textproc/p5-Text-Markdown/distinfo @@ -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 diff --git a/textproc/p5-Text-Markdown/files/patch-Makefile.PL b/textproc/p5-Text-Markdown/files/patch-Makefile.PL index 3f641f89c77a..5b1863ba251f 100644 --- a/textproc/p5-Text-Markdown/files/patch-Makefile.PL +++ b/textproc/p5-Text-Markdown/files/patch-Makefile.PL @@ -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; diff --git a/textproc/p5-Text-Markdown/pkg-plist b/textproc/p5-Text-Markdown/pkg-plist index d972bdc989d3..f679f8a81fb0 100644 --- a/textproc/p5-Text-Markdown/pkg-plist +++ b/textproc/p5-Text-Markdown/pkg-plist @@ -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 |