diff options
author | wen <wen@FreeBSD.org> | 2010-04-07 08:40:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-04-07 08:40:08 +0800 |
commit | 81288571f34ad38dfdcf500e73f196372cd9af32 (patch) | |
tree | 4b5d48b0a6ad7e81b3f66a60a47d1b9de3be2745 | |
parent | 5b0b590e9cd74565fc975dd63c90e2751d9538e1 (diff) | |
download | freebsd-ports-gnome-81288571f34ad38dfdcf500e73f196372cd9af32.tar.gz freebsd-ports-gnome-81288571f34ad38dfdcf500e73f196372cd9af32.tar.zst freebsd-ports-gnome-81288571f34ad38dfdcf500e73f196372cd9af32.zip |
- Update to 1.000031
Submitted by: wen@ (myself)
Approved by: maintainer(via Email)
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/pkg-plist | 1 |
4 files changed, 6 insertions, 14 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index f7713bb92c01..2f5200eb2474 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Markdown -PORTVERSION= 1.000030 +PORTVERSION= 1.000031 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,7 @@ RUN_DEPENDS=${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ +MAN1= Markdown.pl.1 MAN3= Text::Markdown.3 .include <bsd.port.mk> diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo index d3c14abefe43..82904e7c6e93 100644 --- a/textproc/p5-Text-Markdown/distinfo +++ b/textproc/p5-Text-Markdown/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Markdown-1.000030.tar.gz) = 76e735cf5ff199bae2ed99ae27c18cf4 -SHA256 (Text-Markdown-1.000030.tar.gz) = 2fca3c2a7d1361d4b2f90661d1bcf5a238ce4a4b165e62478008eb2c65616654 -SIZE (Text-Markdown-1.000030.tar.gz) = 115079 +MD5 (Text-Markdown-1.000031.tar.gz) = 88ace17b0debebe88f0ea45a76c397ed +SHA256 (Text-Markdown-1.000031.tar.gz) = c191c6d5eceb8cb75c0565192360662d202d716bad07a233c4b329a4284dc71b +SIZE (Text-Markdown-1.000031.tar.gz) = 103428 diff --git a/textproc/p5-Text-Markdown/files/patch-Makefile.PL b/textproc/p5-Text-Markdown/files/patch-Makefile.PL deleted file mode 100644 index 5b1863ba251f..000000000000 --- a/textproc/p5-Text-Markdown/files/patch-Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ ---- 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/Markdown.pl'); - - WriteAll; diff --git a/textproc/p5-Text-Markdown/pkg-plist b/textproc/p5-Text-Markdown/pkg-plist index f679f8a81fb0..c4c819faa92f 100644 --- a/textproc/p5-Text-Markdown/pkg-plist +++ b/textproc/p5-Text-Markdown/pkg-plist @@ -1,3 +1,4 @@ +bin/Markdown.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist %%SITE_PERL%%/Text/Markdown.pm @dirrmtry %%SITE_PERL%%/Text |