svn commit: r364627 - head/net/GeoIP
Adam Weinberger
adamw at FreeBSD.org
Mon Aug 11 17:04:18 UTC 2014
Author: adamw
Date: Mon Aug 11 17:04:17 2014
New Revision: 364627
URL: http://svnweb.freebsd.org/changeset/ports/364627
QAT: https://qat.redports.org/buildarchive/r364627/
Log:
Remove :oldver from GeoIP's USES=libtool. This allows the port to install
the proper shlib version, and removes libGeoIP.la.
Modified:
head/net/GeoIP/Makefile
head/net/GeoIP/pkg-plist
Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile Mon Aug 11 16:52:38 2014 (r364626)
+++ head/net/GeoIP/Makefile Mon Aug 11 17:04:17 2014 (r364627)
@@ -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 at 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
Modified: head/net/GeoIP/pkg-plist
==============================================================================
--- head/net/GeoIP/pkg-plist Mon Aug 11 16:52:38 2014 (r364626)
+++ head/net/GeoIP/pkg-plist Mon Aug 11 17:04:17 2014 (r364627)
@@ -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
More information about the svn-ports-all
mailing list