svn commit: r367001 - head/net/p5-Geo-IP

Adam Weinberger adamw at FreeBSD.org
Tue Sep 2 13:25:18 UTC 2014


Author: adamw
Date: Tue Sep  2 13:25:18 2014
New Revision: 367001
URL: http://svnweb.freebsd.org/changeset/ports/367001
QAT: https://qat.redports.org/buildarchive/r367001/

Log:
  Users report Geo::IP giving a warning about
  	warn: Use of uninitialized value $hasStructureInfo in numeric eq (==) at (eval 34) line 5477
  until Geo::IP is rebuilt after r366333.
  
  Bump PORTREVISION to be on the safe side here.

Modified:
  head/net/p5-Geo-IP/Makefile

Modified: head/net/p5-Geo-IP/Makefile
==============================================================================
--- head/net/p5-Geo-IP/Makefile	Tue Sep  2 13:24:43 2014	(r367000)
+++ head/net/p5-Geo-IP/Makefile	Tue Sep  2 13:25:18 2014	(r367001)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Geo-IP
 PORTVERSION=	1.43
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net geography perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-


More information about the svn-ports-head mailing list