diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-04 12:09:02 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-04 12:09:02 +0800 |
commit | 5629693b6befc401727da8b66d655187cf35228b (patch) | |
tree | 8d643ac8b5a7ed393e96762d185a4ca869137787 /textproc/p5-Text-Trac | |
parent | f6254825965eddd0bffd45b07fc361ee0bfd4dd8 (diff) | |
download | freebsd-ports-gnome-5629693b6befc401727da8b66d655187cf35228b.tar.gz freebsd-ports-gnome-5629693b6befc401727da8b66d655187cf35228b.tar.zst freebsd-ports-gnome-5629693b6befc401727da8b66d655187cf35228b.zip |
- Update to 0.10
- Small Makefile cleanups
- Added one new dependency
PR: 121324
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index a6c877a6a9d3..159aa0b2ed41 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Text-Trac -PORTVERSION= 0.08 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Text +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -20,7 +19,8 @@ RUN_DEPENDS= ${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Text-Trac/distinfo b/textproc/p5-Text-Trac/distinfo index 763c2ff43bb7..dad06e6cdbb6 100644 --- a/textproc/p5-Text-Trac/distinfo +++ b/textproc/p5-Text-Trac/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Trac-0.08.tar.gz) = 2c113c3da1b4bc6f92224f78a76ee2f2 -SHA256 (Text-Trac-0.08.tar.gz) = d2b4aa90c1b22b95b29c5f3b5fb993df3c7a87d8a0910209695f6cf6d9e52344 -SIZE (Text-Trac-0.08.tar.gz) = 29477 +MD5 (Text-Trac-0.10.tar.gz) = 8cc002e8a775dc46160e543e15ba0fc5 +SHA256 (Text-Trac-0.10.tar.gz) = 9671a8877efd57f8ab22dfd1657326ef06f0d8371d474f2a037d36d988208f3a +SIZE (Text-Trac-0.10.tar.gz) = 30200 |