summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2006-05-11 02:28:25 +0000
committerleeym <leeym@FreeBSD.org>2006-05-11 02:28:25 +0000
commit1b8b4646ae68702cbc7bb85caea38c15ef884637 (patch)
treeaf519e7148eb86d3c8cfc8c03a652749306c2289 /textproc
parent140818a08f0a347d2dba585b2f24792d6bea2897 (diff)
downloadFreeBSD-ports-1b8b4646ae68702cbc7bb85caea38c15ef884637.zip
FreeBSD-ports-1b8b4646ae68702cbc7bb85caea38c15ef884637.tar.gz
- update to 1.98
- refine COMMENT - unbreak under old perl
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Balanced/Makefile9
-rw-r--r--textproc/p5-Text-Balanced/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile
index ca0a64f..c21c14a 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 f3ae978..2c21bd8 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
OpenPOWER on IntegriCloud