mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 1.30
This commit is contained in:
parent
d9e9fd923c
commit
776440b02b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204695
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= Geo-IP
|
||||
PORTVERSION= 1.28
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= net geography
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
MASTER_SITES= CPAN \
|
||||
http://www.maxmind.com/download/geoip/api/perl/
|
||||
MASTER_SITE_SUBDIR= Geo
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Gets country name by IP or hostname
|
||||
|
||||
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
|
||||
@ -23,8 +22,4 @@ CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
|
||||
|
||||
MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/' ${WRKSRC}/lib/Geo/Mirror.pm
|
||||
@${PERL} -pi -e 's/^([\w].+);$$/\1/' ${WRKSRC}/IP.xs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Geo-IP-1.28.tar.gz) = 6a7e6ff4d238f807f30577bd23702002
|
||||
SHA256 (Geo-IP-1.28.tar.gz) = bede8433e200a433cc0defd198136d5d6dd0580542a92f516a707f4829db0c52
|
||||
SIZE (Geo-IP-1.28.tar.gz) = 13470
|
||||
MD5 (Geo-IP-1.30.tar.gz) = 57a1357989ae1960d146bdd1f9ac1de2
|
||||
SHA256 (Geo-IP-1.30.tar.gz) = daa48bd7159e857dc19debf74a779a429fe746f05c583960bb153fd1c106ac62
|
||||
SIZE (Geo-IP-1.30.tar.gz) = 21997
|
||||
|
Loading…
Reference in New Issue
Block a user