diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-01-22 16:48:41 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-01-22 16:48:41 +0000 |
commit | 8179cf9c3e34d43801f6578620f8ea0738f11794 (patch) | |
tree | 517f1d9571d4c9219f6f96124e2caa71d02e85e8 /textproc/p5-DelimMatch | |
parent | 2f33028b3918447bd64d8c2e4beb95064cb96d79 (diff) | |
download | ports-8179cf9c3e34d43801f6578620f8ea0738f11794.tar.gz ports-8179cf9c3e34d43801f6578620f8ea0738f11794.zip |
Notes
Diffstat (limited to 'textproc/p5-DelimMatch')
-rw-r--r-- | textproc/p5-DelimMatch/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-DelimMatch/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-DelimMatch/Makefile b/textproc/p5-DelimMatch/Makefile index c7c0bf21194b..fff2283f67a4 100644 --- a/textproc/p5-DelimMatch/Makefile +++ b/textproc/p5-DelimMatch/Makefile @@ -6,10 +6,9 @@ # PORTNAME= DelimMatch -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Text +MASTER_SITES= http://nwalsh.com/perl/delimmatch/ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org @@ -20,6 +19,7 @@ MAN3= Text::DelimMatch.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-patch: - @${PERL} -pi -e 's/(\$$match,.*)\$$match,/$$1/' ${WRKSRC}/DelimMatch.pm + ${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 7001f53cb85b..39919fac2112 100644 --- a/textproc/p5-DelimMatch/distinfo +++ b/textproc/p5-DelimMatch/distinfo @@ -1 +1 @@ -MD5 (DelimMatch-1.03.tar.gz) = 158158491edbdcf128db62f6adf167ab +MD5 (DelimMatch-1.04.tar.gz) = a77a5430605c42ca7d46db424d1cdc9b |