From owner-svn-ports-head@FreeBSD.ORG Fri May 15 21:15:04 2015 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 4A01F877; Fri, 15 May 2015 21:15:04 +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 3948114A8; Fri, 15 May 2015 21:15:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FLF4Dn087745; Fri, 15 May 2015 21:15:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FLF3gF087743; Fri, 15 May 2015 21:15:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505152115.t4FLF3gF087743@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 21:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386484 - head/net/py-maxminddb 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.20 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: Fri, 15 May 2015 21:15:04 -0000 Author: mat Date: Fri May 15 21:15:03 2015 New Revision: 386484 URL: https://svnweb.freebsd.org/changeset/ports/386484 Log: Don't set DISTNAME with USE_GITHUB. Sponsored by: Absolight Modified: head/net/py-maxminddb/Makefile head/net/py-maxminddb/distinfo Modified: head/net/py-maxminddb/Makefile ============================================================================== --- head/net/py-maxminddb/Makefile Fri May 15 20:48:59 2015 (r386483) +++ head/net/py-maxminddb/Makefile Fri May 15 21:15:03 2015 (r386484) @@ -3,9 +3,9 @@ PORTNAME= maxminddb PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-Python-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= Python module for reading MaxMind DB file @@ -19,7 +19,6 @@ LIB_DEPENDS= libmaxminddb.so:${PORTSDIR} USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= MaxMind-DB-Reader-python -GH_TAGNAME= v${PORTVERSION} USES= python USE_PYTHON= autoplist distutils Modified: head/net/py-maxminddb/distinfo ============================================================================== --- head/net/py-maxminddb/distinfo Fri May 15 20:48:59 2015 (r386483) +++ head/net/py-maxminddb/distinfo Fri May 15 21:15:03 2015 (r386484) @@ -1,2 +1,2 @@ -SHA256 (maxminddb-Python-1.2.0_GH0.tar.gz) = dfb1953dba1ba9bf4a470554d5cf57d68124138b7c12f77a6a40c66613f24c8f -SIZE (maxminddb-Python-1.2.0_GH0.tar.gz) = 28920 +SHA256 (maxmind-MaxMind-DB-Reader-python-v1.2.0_GH0.tar.gz) = dfb1953dba1ba9bf4a470554d5cf57d68124138b7c12f77a6a40c66613f24c8f +SIZE (maxmind-MaxMind-DB-Reader-python-v1.2.0_GH0.tar.gz) = 28920