Date: Thu, 21 Jul 2016 15:42:50 +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: r418878 - head/net/p5-Geo-IP Message-ID: <201607211542.u6LFgohN019665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jul 21 15:42:49 2016 New Revision: 418878 URL: https://svnweb.freebsd.org/changeset/ports/418878 Log: Update to 1.50. Strip the XS module, sort plist, and remove cruft from pkg-descr. - MYMETA files are now no longer included in releases. - Geo::Mirror is no longer included in this distribution. Modified: head/net/p5-Geo-IP/Makefile head/net/p5-Geo-IP/distinfo head/net/p5-Geo-IP/pkg-descr head/net/p5-Geo-IP/pkg-plist Modified: head/net/p5-Geo-IP/Makefile ============================================================================== --- head/net/p5-Geo-IP/Makefile Thu Jul 21 14:58:08 2016 (r418877) +++ head/net/p5-Geo-IP/Makefile Thu Jul 21 15:42:49 2016 (r418878) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-IP -PORTVERSION= 1.45 +PORTVERSION= 1.50 CATEGORIES= net geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,4 +19,7 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/incl USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/IP/IP.so + .include <bsd.port.mk> Modified: head/net/p5-Geo-IP/distinfo ============================================================================== --- head/net/p5-Geo-IP/distinfo Thu Jul 21 14:58:08 2016 (r418877) +++ head/net/p5-Geo-IP/distinfo Thu Jul 21 15:42:49 2016 (r418878) @@ -1,2 +1,3 @@ -SHA256 (Geo-IP-1.45.tar.gz) = 0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 -SIZE (Geo-IP-1.45.tar.gz) = 134181 +TIMESTAMP = 1469115325 +SHA256 (Geo-IP-1.50.tar.gz) = f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b +SIZE (Geo-IP-1.50.tar.gz) = 145419 Modified: head/net/p5-Geo-IP/pkg-descr ============================================================================== --- head/net/p5-Geo-IP/pkg-descr Thu Jul 21 14:58:08 2016 (r418877) +++ head/net/p5-Geo-IP/pkg-descr Thu Jul 21 15:42:49 2016 (r418878) @@ -1,17 +1,9 @@ -This module a simple file-based database. This database simply contains -IP blocks as keys, and countries as values. The data contains all -public IP addresses and should be more -complete and accurate than reverse DNS lookups. +This module looks up the country of an IP or hostname, using the free +GeoIP Legacy file-based database. This database should be more complete +and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visiters. -To install, see the INSTALL file. - -Copyright (c) 2002, MaxMind.com - -All rights reserved. This package is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. - WWW: http://search.cpan.org/dist/Geo-IP/ Modified: head/net/p5-Geo-IP/pkg-plist ============================================================================== --- head/net/p5-Geo-IP/pkg-plist Thu Jul 21 14:58:08 2016 (r418877) +++ head/net/p5-Geo-IP/pkg-plist Thu Jul 21 15:42:49 2016 (r418878) @@ -1,8 +1,6 @@ -%%PERL5_MAN3%%/Geo::IP.3.gz -%%PERL5_MAN3%%/Geo::IP::Record.3.gz -%%PERL5_MAN3%%/Geo::Mirror.3.gz %%SITE_ARCH%%/Geo/IP.pm %%SITE_ARCH%%/Geo/IP/Record.pm %%SITE_ARCH%%/Geo/IP/Record.pod -%%SITE_ARCH%%/Geo/Mirror.pm %%SITE_ARCH%%/auto/Geo/IP/IP.so +%%PERL5_MAN3%%/Geo::IP.3.gz +%%PERL5_MAN3%%/Geo::IP::Record.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607211542.u6LFgohN019665>