diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 11:28:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 11:28:03 +0800 |
commit | c1445b1fded8958380b53fe67b3293e1ecf213d3 (patch) | |
tree | b4dee00269098f8338d7e09a2ed6319e4394e97a /textproc/p5-Text-Markdown | |
parent | 3310f1967e99cc75589866536e38db751a41395c (diff) | |
download | freebsd-ports-gnome-c1445b1fded8958380b53fe67b3293e1ecf213d3.tar.gz freebsd-ports-gnome-c1445b1fded8958380b53fe67b3293e1ecf213d3.tar.zst freebsd-ports-gnome-c1445b1fded8958380b53fe67b3293e1ecf213d3.zip |
- Update to 1.0.24
PR: ports/135793
Approved by: maintainer
Submitted by: myself (pgollucci@)
Diffstat (limited to 'textproc/p5-Text-Markdown')
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/files/patch-Makefile.PL | 7 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index dbd28fb8dd42..cce008f74f35 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Markdown -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,10 @@ COMMENT= Markdown Perl5 module BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= 5.8.0+ diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo index 21142b417a6f..7d4b8beb1a38 100644 --- a/textproc/p5-Text-Markdown/distinfo +++ b/textproc/p5-Text-Markdown/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Markdown-1.0.19.tar.gz) = 2d13914acc268c99551f5d48d431e01a -SHA256 (Text-Markdown-1.0.19.tar.gz) = 065df0e5a95af04bae18fe18f323839a27958f6c92f17b8ee6ff16c2c1402cdc -SIZE (Text-Markdown-1.0.19.tar.gz) = 154374 +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 diff --git a/textproc/p5-Text-Markdown/files/patch-Makefile.PL b/textproc/p5-Text-Markdown/files/patch-Makefile.PL index cf1d2fad7fe2..3f641f89c77a 100644 --- a/textproc/p5-Text-Markdown/files/patch-Makefile.PL +++ b/textproc/p5-Text-Markdown/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2008-04-03 21:43:19.000000000 -0300 -+++ Makefile.PL 2008-04-03 21:43:29.000000000 -0300 -@@ -19,8 +19,8 @@ +--- ./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 @@ build_requires 'FindBin' => undef; # Scripts I install @@ -9,5 +9,4 @@ +#prompt_script('script/Markdown.pl'); +#prompt_script('script/MultiMarkdown.pl'); - auto_install; WriteAll; |