cvs commit: ports/net/p5-Geo-IP Makefile distinfo pkg-plist

Mathieu Arnold mat at mat.cc
Tue May 20 03:53:29 PDT 2003



+-le 16/05/2003 11:10 -0700, Sean Chittenden écrivait :
| seanc       2003/05/16 11:10:49 PDT
| 
|   FreeBSD ports repository
| 
|   Modified files:
|     net/p5-Geo-IP        Makefile distinfo pkg-plist 
|   Log:
|   Update p5-Geo-IP to 1.15.  Fixes builds for perl 5.005.  Chase GeoIP.so
|   version bump.

You accidentally (I guess) added an 'i' to the post-patch perl line.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Geo-IP/Makefile,v
retrieving revision 1.11
diff -u -b -w -r1.11 Makefile
--- Makefile	2003/05/16 18:10:49	1.11
+++ Makefile	2003/05/20 10:51:35
@@ -24,6 +24,6 @@
 MAN3=		Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
 
 post-patch:
-	@${PERL} -pii -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/'
${WRKSRC}/lib/Geo/Mirror.pm
+	@${PERL} -pi -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/'
${WRKSRC}/lib/Geo/Mirror.pm
 
 .include <bsd.port.mk>

-- 
Mathieu Arnold


More information about the cvs-ports mailing list