diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-11 17:04:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-11 17:04:17 +0000 |
commit | c66fafa19395d81b5d01b8b4380172d3f8126af0 (patch) | |
tree | a6f9352ec9ba3885af67ba33240a4e4b0b1ae205 /net/GeoIP | |
parent | 13e9223889844bff88fd41a911ed095fb075f2a5 (diff) | |
download | ports-c66fafa19395d81b5d01b8b4380172d3f8126af0.tar.gz ports-c66fafa19395d81b5d01b8b4380172d3f8126af0.zip |
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 3 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 9a1ee7be1576..263ea519d7c1 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -3,13 +3,14 @@ PORTNAME= GeoIP PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from -USES= libtool:oldver pathfix +USES= libtool pathfix USE_AUTOTOOLS= aclocal automake libtoolize autoconf AUTOMAKE_ARGS= --add-missing PATHFIX_MAKEFILEIN= Makefile.am diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index ef09268a127b..52129af0720a 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -4,9 +4,9 @@ bin/geoipupdate.sh include/GeoIP.h include/GeoIPCity.h lib/libGeoIP.a -lib/libGeoIP.la lib/libGeoIP.so -lib/libGeoIP.so.7 +lib/libGeoIP.so.1 +lib/libGeoIP.so.1.6.0 libdata/pkgconfig/geoip.pc man/man1/geoiplookup.1.gz man/man1/geoiplookup6.1.gz |