diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-07 00:40:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-07 00:40:08 +0000 |
commit | e381b122245b45731c5681a3e7064ce7f55f47ea (patch) | |
tree | dcbf35e39dc66cb5a43d6ad8d3730fd80640b8e4 /textproc/p5-Text-Markdown | |
parent | 1d512bccee3118aaec9782ee33d30d6e146ba51f (diff) | |
download | ports-e381b122245b45731c5681a3e7064ce7f55f47ea.tar.gz ports-e381b122245b45731c5681a3e7064ce7f55f47ea.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Markdown')
-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 |