diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:01:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 02:01:48 +0000 |
commit | 847dac5cfd73004310b99f979f5bda7665b615aa (patch) | |
tree | f2d00a6a106928da4296269e06003ba29b45315a /textproc/p5-Text-Trac | |
parent | 719d3f9a23d916f45caf5cf5e4d523d206a8a983 (diff) | |
download | ports-847dac5cfd73004310b99f979f5bda7665b615aa.tar.gz ports-847dac5cfd73004310b99f979f5bda7665b615aa.zip |
- Update to 0.04
- Text::More only need in 'make test' phase,
so leave it to maintainer to remove or put it in BUILD_DEPENDS.
PR: ports/100797
Submitted by: clsung
Approved by: maintainer (gslin_AT_gslin dot org)
Notes
Notes:
svn path=/head/; revision=169281
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index 29f04189a279..d39924df3d5f 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Trac -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -26,7 +26,7 @@ MAN3= Text::Trac.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500602 -RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Trac/distinfo b/textproc/p5-Text-Trac/distinfo index da726dc8e300..75121b9245e2 100644 --- a/textproc/p5-Text-Trac/distinfo +++ b/textproc/p5-Text-Trac/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Trac-0.03.tar.gz) = 254fb347a711d7beeda3b252279bab62 -SHA256 (Text-Trac-0.03.tar.gz) = 9927eb0f47f53bcf4d8ce51377544c75f0cb7de9415de478e3877d6844d07163 -SIZE (Text-Trac-0.03.tar.gz) = 7810 +MD5 (Text-Trac-0.04.tar.gz) = b9d3453809bed0d29af51d1eb840cf21 +SHA256 (Text-Trac-0.04.tar.gz) = 520b5714ca82385d8b05a77a7f21f4a7a4ba33ebc16d8a63bdb10e1fadb47cf3 +SIZE (Text-Trac-0.04.tar.gz) = 7725 |