Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2002 22:47:36 -0500 (EST)
From:      Leo Kim <leo@florida.sarang.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33933: Update port: text/p5-DelimMatch
Message-ID:  <200201160347.g0G3laW75014@rhino.jdcon.com>

next in thread | raw e-mail | index | archive | help

>Number:         33933
>Category:       ports
>Synopsis:       Update port: text/p5-DelimMatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 15 19:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Leo Kim
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD 4.5-PRERELEASE #5: Sat Jan 5 18:36:10 EST 2002

>Description:
	Update to DelimMatch-1.04.
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
diff -u -r1.1 Makefile
--- Makefile	16 Jan 2002 01:29:54 -0000	1.1
+++ Makefile	16 Jan 2002 03:23:19 -0000
@@ -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 @@
 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>
Index: distinfo
===================================================================
diff -u -r1.1 distinfo
--- distinfo	16 Jan 2002 01:29:54 -0000	1.1
+++ distinfo	16 Jan 2002 03:10:58 -0000
@@ -1 +1 @@
-MD5 (DelimMatch-1.03.tar.gz) = 158158491edbdcf128db62f6adf167ab
+MD5 (DelimMatch-1.04.tar.gz) = a77a5430605c42ca7d46db424d1cdc9b

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201160347.g0G3laW75014>