diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-24 20:08:21 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-24 20:08:21 +0000 |
commit | 148b6b5731a76a922505bd013a35afd5e6a4c415 (patch) | |
tree | 66c437623a172af8d1435140374037e1510de826 /net/p5-Geo-IP | |
parent | d8604ac61fc6934d4614988db3ad77bbb65faabc (diff) | |
download | ports-148b6b5731a76a922505bd013a35afd5e6a4c415.tar.gz ports-148b6b5731a76a922505bd013a35afd5e6a4c415.zip |
Update p5-Geo::IP to 1.13.
Notes
Notes:
svn path=/head/; revision=73947
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Geo-IP/pkg-plist | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 1604b89714b1..eb67e237e323 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Geo-IP -PORTVERSION= 0.26 -PORTREVISION= 2 +PORTVERSION= 1.13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.maxmind.com/download/geoip/api/perl/ @@ -22,6 +21,6 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include' MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Geo::Mirror.3 Geo::IP.3 +MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3 .include <bsd.port.mk> diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index a208d2fa2f4c..2660b2205ced 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1 +1 @@ -MD5 (Geo-IP-0.26.tar.gz) = 233ee112eec0139e952978c9780bc209 +MD5 (Geo-IP-1.13.tar.gz) = ff95c2e7d027a96bcfb3ed2a302b0493 diff --git a/net/p5-Geo-IP/pkg-plist b/net/p5-Geo-IP/pkg-plist index 118e68534dd6..aae7a7d54a09 100644 --- a/net/p5-Geo-IP/pkg-plist +++ b/net/p5-Geo-IP/pkg-plist @@ -1,8 +1,11 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/IP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/Mirror.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/IP/Record.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/IP/Record.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/IP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo |