Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 13:25:18 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367001 - head/net/p5-Geo-IP
Message-ID:  <201409021325.s82DPI1m033851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-



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