From owner-svn-ports-head@FreeBSD.ORG Wed Oct 29 21:47:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60DA3933; Wed, 29 Oct 2014 21:47:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3351ABDB; Wed, 29 Oct 2014 21:47:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9TLlQgv078252; Wed, 29 Oct 2014 21:47:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9TLlP2m078246; Wed, 29 Oct 2014 21:47:25 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201410292147.s9TLlP2m078246@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 29 Oct 2014 21:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371709 - head/net/GeoIP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 21:47:26 -0000 Author: adamw Date: Wed Oct 29 21:47:25 2014 New Revision: 371709 URL: https://svnweb.freebsd.org/changeset/ports/371709 QAT: https://qat.redports.org/buildarchive/r371709/ Log: Update to 1.6.3. Add LICENSE. Modified: head/net/GeoIP/Makefile head/net/GeoIP/distinfo head/net/GeoIP/pkg-plist Modified: head/net/GeoIP/Makefile ============================================================================== --- head/net/GeoIP/Makefile Wed Oct 29 21:38:08 2014 (r371708) +++ head/net/GeoIP/Makefile Wed Oct 29 21:47:25 2014 (r371709) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= GeoIP -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.6.3 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from +LICENSE= GPLv2 + USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= geoip-api-c GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 2e9100a +GH_COMMIT= b00cc50 USES= autoreconf libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am @@ -22,6 +23,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes SUB_FILES= geoipupdate.sh pkg-message +PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS PORTDOCS= COPYING ChangeLog LICENSE README.md Modified: head/net/GeoIP/distinfo ============================================================================== --- head/net/GeoIP/distinfo Wed Oct 29 21:38:08 2014 (r371708) +++ head/net/GeoIP/distinfo Wed Oct 29 21:47:25 2014 (r371709) @@ -1,2 +1,2 @@ -SHA256 (GeoIP-1.6.2.tar.gz) = 7f57a87823e202e18dec0e2cb78c59d23114be9b8a599a5cefdbde058816ec44 -SIZE (GeoIP-1.6.2.tar.gz) = 162951 +SHA256 (GeoIP-1.6.3.tar.gz) = 33138e0a34d473bae3a632c709d5c59b7b400c6f9937483e7cc130bfd03c7154 +SIZE (GeoIP-1.6.3.tar.gz) = 164215 Modified: head/net/GeoIP/pkg-plist ============================================================================== --- head/net/GeoIP/pkg-plist Wed Oct 29 21:38:08 2014 (r371708) +++ head/net/GeoIP/pkg-plist Wed Oct 29 21:47:25 2014 (r371709) @@ -6,7 +6,7 @@ include/GeoIPCity.h lib/libGeoIP.a lib/libGeoIP.so lib/libGeoIP.so.1 -lib/libGeoIP.so.1.6.2 +lib/libGeoIP.so.%%PORTVERSION%% libdata/pkgconfig/geoip.pc man/man1/geoiplookup.1.gz man/man1/geoiplookup6.1.gz