diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-11 02:28:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-11 02:28:25 +0000 |
commit | 1e1bb74a486c5d1c3e8441d4587feb25de4f73fb (patch) | |
tree | 1d1d8e31d6e91682617b1b0f1924b59668676dd8 /textproc/p5-Text-Balanced | |
parent | 047cf975af43b1465d97b2ff1a457eb262c8f712 (diff) | |
download | ports-1e1bb74a486c5d1c3e8441d4587feb25de4f73fb.tar.gz ports-1e1bb74a486c5d1c3e8441d4587feb25de4f73fb.zip |
- update to 1.98
- refine COMMENT
- unbreak under old perl
Notes
Notes:
svn path=/head/; revision=162046
Diffstat (limited to 'textproc/p5-Text-Balanced')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Balanced/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index ca0a64f4b224..c21c14a95b02 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -6,14 +6,14 @@ # PORTNAME= Text-Balanced -PORTVERSION= 1.97 +PORTVERSION= 1.98 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Text::Balanced - extract delimited text sequences from strings +COMMENT= Extract delimited text sequences from strings PERL_CONFIGURE= yes @@ -22,7 +22,10 @@ MAN3= Text::Balanced.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +post-patch: + ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/*.PL + ${REINPLACE_CMD} -e 's/||="<undef>"/.=""/' ${WRKSRC}/t/extqlk.t .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index f3ae978e0bc9..2c21bd87e5cf 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Balanced-1.97.tar.gz) = b2a2d81baaa1cd5e122d9af9fa413360 -SHA256 (Text-Balanced-1.97.tar.gz) = 6926d8e74b2f8725b1e896887fe362973ecc5b42fd14d862e6fb5628dffcdf6b -SIZE (Text-Balanced-1.97.tar.gz) = 24476 +MD5 (Text-Balanced-1.98.tar.gz) = 355ffe75b29e2e497a49f04f65b6cffc +SHA256 (Text-Balanced-1.98.tar.gz) = 4bd621ccaf770633d2bce08bdd869c8a04d8ac70e7683bff0098d73256e46574 +SIZE (Text-Balanced-1.98.tar.gz) = 29040 |