From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 15:41:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 007F736A; Thu, 26 Feb 2015 15:41:02 +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 DF92B850; Thu, 26 Feb 2015 15:41:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QFf2VV058643; Thu, 26 Feb 2015 15:41:02 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QFf2GY058642; Thu, 26 Feb 2015 15:41:02 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201502261541.t1QFf2GY058642@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Thu, 26 Feb 2015 15:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380015 - head/net/py-pygeoip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 26 Feb 2015 15:41:03 -0000 Author: nobutaka Date: Thu Feb 26 15:41:01 2015 New Revision: 380015 URL: https://svnweb.freebsd.org/changeset/ports/380015 QAT: https://qat.redports.org/buildarchive/r380015/ Log: Update to 0.3.2. Suggested by: koobs Modified: head/net/py-pygeoip/Makefile Modified: head/net/py-pygeoip/Makefile ============================================================================== --- head/net/py-pygeoip/Makefile Thu Feb 26 15:10:16 2015 (r380014) +++ head/net/py-pygeoip/Makefile Thu Feb 26 15:41:01 2015 (r380015) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygeoip -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,14 @@ COMMENT= Pure Python GeoIP API LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USE_GITHUB= yes USES= python USE_PYTHON= distutils autoplist +USE_GITHUB= yes GH_ACCOUNT= appliedsec -GH_PROJECT= pygeoip +GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 5538231 +GH_COMMIT= 7501c93 OPTIONS_DEFINE= DOCS