summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-08-11 17:04:17 +0000
committeradamw <adamw@FreeBSD.org>2014-08-11 17:04:17 +0000
commitbcbe73625fb27b7c51872011c3f90bf381fd1eec (patch)
treea6f9352ec9ba3885af67ba33240a4e4b0b1ae205
parent9567d20e4ac5e614f66125f0c934f4f61c86d871 (diff)
downloadFreeBSD-ports-bcbe73625fb27b7c51872011c3f90bf381fd1eec.zip
FreeBSD-ports-bcbe73625fb27b7c51872011c3f90bf381fd1eec.tar.gz
Remove :oldver from GeoIP's USES=libtool. This allows the port to install
the proper shlib version, and removes libGeoIP.la.
-rw-r--r--net/GeoIP/Makefile3
-rw-r--r--net/GeoIP/pkg-plist4
2 files changed, 4 insertions, 3 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 9a1ee7b..263ea51 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 ef09268..52129af 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
OpenPOWER on IntegriCloud