Date: Mon, 11 Aug 2014 17:04:17 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364627 - head/net/GeoIP Message-ID: <53e8f792.29d1.63201ae0@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e8f792.29d1.63201ae0>