From owner-svn-ports-head@freebsd.org Sun Nov 29 09:54:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CF0CA3B720; Sun, 29 Nov 2015 09:54:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C26441C70; Sun, 29 Nov 2015 09:54:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAT9sQ4p032079; Sun, 29 Nov 2015 09:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAT9sQLP032077; Sun, 29 Nov 2015 09:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511290954.tAT9sQLP032077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Nov 2015 09:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402588 - 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-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: Sun, 29 Nov 2015 09:54:28 -0000 Author: sunpoet Date: Sun Nov 29 09:54:26 2015 New Revision: 402588 URL: https://svnweb.freebsd.org/changeset/ports/402588 Log: - Update to 2.2.0 - Update and sort RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/maxmind/GeoIP2-python/releases PR: 204870 Submitted by: sunpoet (myself) Approved by: Olivier Cochard-Labbe (maintainer) Modified: head/net/py-GeoIP2/Makefile head/net/py-GeoIP2/distinfo Modified: head/net/py-GeoIP2/Makefile ============================================================================== --- head/net/py-GeoIP2/Makefile Sun Nov 29 09:54:14 2015 (r402587) +++ head/net/py-GeoIP2/Makefile Sun Nov 29 09:54:26 2015 (r402588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP2 -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ COMMENT= MaxMind GeoIP2 Python API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}maxminddb>0:${PORTSDIR}/net/py-maxminddb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.1.0:${PORTSDIR}/net/py-maxminddb \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.4:${PORTSDIR}/www/py-requests USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= GeoIP2-python +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/net/py-GeoIP2/distinfo ============================================================================== --- head/net/py-GeoIP2/distinfo Sun Nov 29 09:54:14 2015 (r402587) +++ head/net/py-GeoIP2/distinfo Sun Nov 29 09:54:26 2015 (r402588) @@ -1,2 +1,2 @@ -SHA256 (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e -SIZE (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 28215 +SHA256 (maxmind-GeoIP2-python-v2.2.0_GH0.tar.gz) = 1a77ee1cc7d1aaadf7e9fc9ff19b2696634ed13429e483560cd3c626cc06781f +SIZE (maxmind-GeoIP2-python-v2.2.0_GH0.tar.gz) = 28589