update to 1.40; OK sthen@
This commit is contained in:
parent
f5123c3ef0
commit
0ce079a1d9
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2012/08/23 15:50:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2012/11/27 19:58:49 gsoares Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= look up country by IP address/hostname
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Geo-IP-1.39
|
||||
REVISION= 1
|
||||
DISTNAME= Geo-IP-1.40
|
||||
CPAN_AUTHOR= BORISZ
|
||||
CATEGORIES= net geo
|
||||
|
||||
@ -16,10 +15,13 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += c GeoIP>=8
|
||||
WANTLIB += GeoIP>=8
|
||||
|
||||
LIB_DEPENDS= net/GeoIP>=1.4.7
|
||||
LIB_DEPENDS= net/GeoIP>=1.4.8
|
||||
|
||||
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= example
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (Geo-IP-1.39.tar.gz) = Qc4j5OQpxC8v6wsDGKYTQA==
|
||||
RMD160 (Geo-IP-1.39.tar.gz) = wCMoSGV+iJFWrjtvdKWx0PbVRcE=
|
||||
SHA1 (Geo-IP-1.39.tar.gz) = poGn3k9VUBLoL/bHgV1nxcDT8HM=
|
||||
SHA256 (Geo-IP-1.39.tar.gz) = pU9vlodZK+qPcAvrOXNIFMRXHexKoIawQp9Me4zNgPk=
|
||||
SIZE (Geo-IP-1.39.tar.gz) = 111089
|
||||
SHA256 (Geo-IP-1.40.tar.gz) = yki6vT6UTLG8XKxW9hjJ+U86Mp3ScW1rSbZYriiEirM=
|
||||
SIZE (Geo-IP-1.40.tar.gz) = 111898
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/11 19:46:03 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/11/27 19:58:49 gsoares Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Geo/
|
||||
${P5ARCH}/Geo/IP/
|
||||
@ -14,3 +14,12 @@ ${P5ARCH}/auto/Geo/IP/IP.so
|
||||
@man man/man3p/Geo::IP.3p
|
||||
@man man/man3p/Geo::IP::Record.3p
|
||||
@man man/man3p/Geo::Mirror.3p
|
||||
share/examples/p5-Geo-IP/
|
||||
share/examples/p5-Geo-IP/benchmark.pl
|
||||
share/examples/p5-Geo-IP/city.pl
|
||||
share/examples/p5-Geo-IP/country_v6.pl
|
||||
share/examples/p5-Geo-IP/geolite-mirror-simple.pl
|
||||
share/examples/p5-Geo-IP/netspeed.pl
|
||||
share/examples/p5-Geo-IP/netspeedcell.pl
|
||||
share/examples/p5-Geo-IP/org.pl
|
||||
share/examples/p5-Geo-IP/region.pl
|
||||
|
Loading…
x
Reference in New Issue
Block a user