aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-DelimMatch
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-10-28 15:24:36 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-10-28 15:24:36 +0000
commitfd8c9fb0257a8ed51097bb2bb137a48a27b29cad (patch)
treefffeece93b9684165a029f83317457b02cb4ebc3 /textproc/p5-DelimMatch
parentf9da5938998b0c365c1bb84f84d46321683ad58e (diff)
downloadports-fd8c9fb0257a8ed51097bb2bb137a48a27b29cad.tar.gz
ports-fd8c9fb0257a8ed51097bb2bb137a48a27b29cad.zip
Notes
Diffstat (limited to 'textproc/p5-DelimMatch')
-rw-r--r--textproc/p5-DelimMatch/Makefile6
-rw-r--r--textproc/p5-DelimMatch/distinfo2
-rw-r--r--textproc/p5-DelimMatch/pkg-descr2
3 files changed, 4 insertions, 6 deletions
diff --git a/textproc/p5-DelimMatch/Makefile b/textproc/p5-DelimMatch/Makefile
index fff2283f67a4..aee520eec965 100644
--- a/textproc/p5-DelimMatch/Makefile
+++ b/textproc/p5-DelimMatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DelimMatch
-PORTVERSION= 1.04
+PORTVERSION= 1.05
CATEGORIES= textproc perl5
MASTER_SITES= http://nwalsh.com/perl/delimmatch/
PKGNAMEPREFIX= p5-
@@ -18,8 +18,4 @@ PERL_CONFIGURE= yes
MAN3= Text::DelimMatch.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-pre-patch:
- ${MV} ${WRKSRC}/DelimMatch.pm ${WRKSRC}/DelimMatch.pm.old
- ${TR} -d "[\r]" < ${WRKSRC}/DelimMatch.pm.old > ${WRKSRC}/DelimMatch.pm
-
.include <bsd.port.mk>
diff --git a/textproc/p5-DelimMatch/distinfo b/textproc/p5-DelimMatch/distinfo
index 39919fac2112..1e3418b4edf5 100644
--- a/textproc/p5-DelimMatch/distinfo
+++ b/textproc/p5-DelimMatch/distinfo
@@ -1 +1 @@
-MD5 (DelimMatch-1.04.tar.gz) = a77a5430605c42ca7d46db424d1cdc9b
+MD5 (DelimMatch-1.05.tar.gz) = cd03e8786a4ee7c17b59bf9d1f0fad3d
diff --git a/textproc/p5-DelimMatch/pkg-descr b/textproc/p5-DelimMatch/pkg-descr
index 69b95de4b890..0995ec90a2f7 100644
--- a/textproc/p5-DelimMatch/pkg-descr
+++ b/textproc/p5-DelimMatch/pkg-descr
@@ -6,5 +6,7 @@ properly nested, entire nested groups are returned.
In addition, you may specify quoting and escaping characters that
contribute to the recognition of start and end delimiters.
+WWW: http://nwalsh.com/perl/delimmatch/
+
-Anton
<tobez@FreeBSD.org>