diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-02 21:25:18 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-02 21:25:18 +0800 |
commit | 5ea4a100dd443428cde37e951e2459cbeb278af9 (patch) | |
tree | c08fcf449d650c9f2812553f1c7968d13f0a26e8 /net/p5-Geo-IP | |
parent | 4571e874c369fd351a177cebc93b7c1d021f9c69 (diff) | |
download | freebsd-ports-gnome-5ea4a100dd443428cde37e951e2459cbeb278af9.tar.gz freebsd-ports-gnome-5ea4a100dd443428cde37e951e2459cbeb278af9.tar.zst freebsd-ports-gnome-5ea4a100dd443428cde37e951e2459cbeb278af9.zip |
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.
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 61b65606fe18..6275a3863fca 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -3,7 +3,7 @@ PORTNAME= Geo-IP PORTVERSION= 1.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |