1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- update to 1.98

- refine COMMENT
- unbreak under old perl
This commit is contained in:
Yen-Ming Lee 2006-05-11 02:28:25 +00:00
parent 047cf975af
commit 1e1bb74a48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162046
2 changed files with 9 additions and 6 deletions

View File

@ -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>

View File

@ -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