From owner-svn-ports-all@FreeBSD.ORG Mon Aug 11 17:04:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3542395A for ; Mon, 11 Aug 2014 17:04:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A89A2561 for ; Mon, 11 Aug 2014 17:04:18 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 29d1 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 17:04:17 +0000 From: Adam Weinberger Date: Mon, 11 Aug 2014 17:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364627 - head/net/GeoIP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e8f792.29d1.63201ae0@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 17:04:18 -0000 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