aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-25 00:22:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-25 00:22:04 +0800
commit7eebc2b8ba6e4db0a94ae8174eec2c78ca3b0adf (patch)
tree8ad160e9830b0a46e48cfa0aa2f684f08286e2b5
parent207438a3bd03f62ac0c803898f83d38e778c01a8 (diff)
downloadfreebsd-ports-graphics-7eebc2b8ba6e4db0a94ae8174eec2c78ca3b0adf.tar.gz
freebsd-ports-graphics-7eebc2b8ba6e4db0a94ae8174eec2c78ca3b0adf.tar.zst
freebsd-ports-graphics-7eebc2b8ba6e4db0a94ae8174eec2c78ca3b0adf.zip
- Update to 0.040005
Changes: http://search.cpan.org/dist/GeoIP2/Changes
-rw-r--r--net/p5-GeoIP2/Makefile6
-rw-r--r--net/p5-GeoIP2/distinfo4
-rw-r--r--net/p5-GeoIP2/pkg-plist19
3 files changed, 17 insertions, 12 deletions
diff --git a/net/p5-GeoIP2/Makefile b/net/p5-GeoIP2/Makefile
index ad48716c380..131fcac337c 100644
--- a/net/p5-GeoIP2/Makefile
+++ b/net/p5-GeoIP2/Makefile
@@ -2,13 +2,11 @@
# $FreeBSD$
PORTNAME= GeoIP2
-PORTVERSION= 0.040.002
-PORTREVISION= 1
+PORTVERSION= 0.040005
CATEGORIES= net perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:DROLSKY
+MASTER_SITE_SUBDIR= CPAN:MAXMIND
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl API for MaxMind GeoIP2 web services and databases
diff --git a/net/p5-GeoIP2/distinfo b/net/p5-GeoIP2/distinfo
index baae827836d..093b5a5b3fd 100644
--- a/net/p5-GeoIP2/distinfo
+++ b/net/p5-GeoIP2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GeoIP2-0.040002.tar.gz) = 570545d8049a85cb66f012001e7eeaaedb431a26be1ac831c1691ffadd85c099
-SIZE (GeoIP2-0.040002.tar.gz) = 68853
+SHA256 (GeoIP2-0.040005.tar.gz) = cf485db8bde0c862a207aa5cc4a25091f12dea01af58fc2944c2ed31a61934d2
+SIZE (GeoIP2-0.040005.tar.gz) = 219132
diff --git a/net/p5-GeoIP2/pkg-plist b/net/p5-GeoIP2/pkg-plist
index e44138fd670..215c163b968 100644
--- a/net/p5-GeoIP2/pkg-plist
+++ b/net/p5-GeoIP2/pkg-plist
@@ -7,9 +7,11 @@ bin/web-service-request
%%SITE_PERL%%/GeoIP2/Error/Type.pm
%%SITE_PERL%%/GeoIP2/Error/WebService.pm
%%SITE_PERL%%/GeoIP2/Model/City.pm
-%%SITE_PERL%%/GeoIP2/Model/CityISPOrg.pm
+%%SITE_PERL%%/GeoIP2/Model/ConnectionType.pm
%%SITE_PERL%%/GeoIP2/Model/Country.pm
-%%SITE_PERL%%/GeoIP2/Model/Omni.pm
+%%SITE_PERL%%/GeoIP2/Model/Domain.pm
+%%SITE_PERL%%/GeoIP2/Model/ISP.pm
+%%SITE_PERL%%/GeoIP2/Model/Insights.pm
%%SITE_PERL%%/GeoIP2/Record/City.pm
%%SITE_PERL%%/GeoIP2/Record/Continent.pm
%%SITE_PERL%%/GeoIP2/Record/Country.pm
@@ -20,9 +22,12 @@ bin/web-service-request
%%SITE_PERL%%/GeoIP2/Record/Subdivision.pm
%%SITE_PERL%%/GeoIP2/Record/Traits.pm
%%SITE_PERL%%/GeoIP2/Role/Error/HTTP.pm
+%%SITE_PERL%%/GeoIP2/Role/HasIPAddress.pm
%%SITE_PERL%%/GeoIP2/Role/HasLocales.pm
%%SITE_PERL%%/GeoIP2/Role/Model.pm
+%%SITE_PERL%%/GeoIP2/Role/Model/Flat.pm
%%SITE_PERL%%/GeoIP2/Role/Model/HasSubdivisions.pm
+%%SITE_PERL%%/GeoIP2/Role/Model/Location.pm
%%SITE_PERL%%/GeoIP2/Role/Record/Country.pm
%%SITE_PERL%%/GeoIP2/Role/Record/HasNames.pm
%%SITE_PERL%%/GeoIP2/Types.pm
@@ -36,9 +41,11 @@ bin/web-service-request
%%PERL5_MAN3%%/GeoIP2::Error::Type.3.gz
%%PERL5_MAN3%%/GeoIP2::Error::WebService.3.gz
%%PERL5_MAN3%%/GeoIP2::Model::City.3.gz
-%%PERL5_MAN3%%/GeoIP2::Model::CityISPOrg.3.gz
+%%PERL5_MAN3%%/GeoIP2::Model::ConnectionType.3.gz
%%PERL5_MAN3%%/GeoIP2::Model::Country.3.gz
-%%PERL5_MAN3%%/GeoIP2::Model::Omni.3.gz
+%%PERL5_MAN3%%/GeoIP2::Model::Domain.3.gz
+%%PERL5_MAN3%%/GeoIP2::Model::ISP.3.gz
+%%PERL5_MAN3%%/GeoIP2::Model::Insights.3.gz
%%PERL5_MAN3%%/GeoIP2::Record::City.3.gz
%%PERL5_MAN3%%/GeoIP2::Record::Continent.3.gz
%%PERL5_MAN3%%/GeoIP2::Record::Country.3.gz
@@ -49,7 +56,7 @@ bin/web-service-request
%%PERL5_MAN3%%/GeoIP2::Record::Subdivision.3.gz
%%PERL5_MAN3%%/GeoIP2::Record::Traits.3.gz
%%PERL5_MAN3%%/GeoIP2::WebService::Client.3.gz
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GeoIP2
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GeoIP2
@dirrm %%SITE_PERL%%/GeoIP2/WebService
@dirrm %%SITE_PERL%%/GeoIP2/Role/Record
@dirrm %%SITE_PERL%%/GeoIP2/Role/Model
@@ -59,4 +66,4 @@ bin/web-service-request
@dirrm %%SITE_PERL%%/GeoIP2/Model
@dirrm %%SITE_PERL%%/GeoIP2/Error
@dirrm %%SITE_PERL%%/GeoIP2/Database
-@dirrmtry %%SITE_PERL%%/GeoIP2
+@dirrm %%SITE_PERL%%/GeoIP2