diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-12 01:04:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-12 01:04:17 +0800 |
commit | bcbe73625fb27b7c51872011c3f90bf381fd1eec (patch) | |
tree | a6f9352ec9ba3885af67ba33240a4e4b0b1ae205 /net | |
parent | 9567d20e4ac5e614f66125f0c934f4f61c86d871 (diff) | |
download | freebsd-ports-gnome-bcbe73625fb27b7c51872011c3f90bf381fd1eec.tar.gz freebsd-ports-gnome-bcbe73625fb27b7c51872011c3f90bf381fd1eec.tar.zst freebsd-ports-gnome-bcbe73625fb27b7c51872011c3f90bf381fd1eec.zip |
Remove :oldver from GeoIP's USES=libtool. This allows the port to install
the proper shlib version, and removes libGeoIP.la.
Diffstat (limited to 'net')
-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 |