From owner-svn-ports-all@FreeBSD.ORG Fri May 15 18:37:58 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 94EFDBF2; Fri, 15 May 2015 18:37:58 +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 8440B1248; Fri, 15 May 2015 18:37:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FIbwIk006625; Fri, 15 May 2015 18:37:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FIbwHV006623; Fri, 15 May 2015 18:37:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505151837.t4FIbwHV006623@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 15 May 2015 18:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386470 - head/net/py-GeoIP2 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.20 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: Fri, 15 May 2015 18:37:58 -0000 Author: mat Date: Fri May 15 18:37:57 2015 New Revision: 386470 URL: https://svnweb.freebsd.org/changeset/ports/386470 Log: Don't define DISTNAME with USE_GITHUB. Sponsored by: Absolight Modified: head/net/py-GeoIP2/Makefile head/net/py-GeoIP2/distinfo Modified: head/net/py-GeoIP2/Makefile ============================================================================== --- head/net/py-GeoIP2/Makefile Fri May 15 18:37:21 2015 (r386469) +++ head/net/py-GeoIP2/Makefile Fri May 15 18:37:57 2015 (r386470) @@ -3,9 +3,9 @@ PORTNAME= GeoIP2 PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-Python-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= MaxMind GeoIP2 Python API @@ -19,7 +19,6 @@ LIB_DEPENDS= libmaxminddb.so:${PORTSDIR} USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= GeoIP2-python -GH_TAGNAME= v${PORTVERSION} USES= python USE_PYTHON= autoplist distutils Modified: head/net/py-GeoIP2/distinfo ============================================================================== --- head/net/py-GeoIP2/distinfo Fri May 15 18:37:21 2015 (r386469) +++ head/net/py-GeoIP2/distinfo Fri May 15 18:37:57 2015 (r386470) @@ -1,2 +1,2 @@ -SHA256 (GeoIP2-Python-2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e -SIZE (GeoIP2-Python-2.1.0_GH0.tar.gz) = 28215 +SHA256 (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e +SIZE (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 28215