From owner-svn-ports-all@freebsd.org Sun Sep 9 07:11:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09647108D52A; Sun, 9 Sep 2018 07:11:26 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B02FB897F5; Sun, 9 Sep 2018 07:11:25 +0000 (UTC) (envelope-from olivier@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB26D16751; Sun, 9 Sep 2018 07:11:25 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w897BP2C012003; Sun, 9 Sep 2018 07:11:25 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w897BPMw012001; Sun, 9 Sep 2018 07:11:25 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201809090711.w897BPMw012001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Sun, 9 Sep 2018 07:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479274 - head/net/py-maxminddb X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: head/net/py-maxminddb X-SVN-Commit-Revision: 479274 X-SVN-Commit-Repository: ports 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.27 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: Sun, 09 Sep 2018 07:11:26 -0000 Author: olivier Date: Sun Sep 9 07:11:25 2018 New Revision: 479274 URL: https://svnweb.freebsd.org/changeset/ports/479274 Log: Update net/py-maxminddb to 1.4.1 PR: 231242 Submitted by: ndowens@yahoo.com Reported by: freebsd@dckd.nl Modified: head/net/py-maxminddb/Makefile head/net/py-maxminddb/distinfo Modified: head/net/py-maxminddb/Makefile ============================================================================== --- head/net/py-maxminddb/Makefile Sun Sep 9 07:10:25 2018 (r479273) +++ head/net/py-maxminddb/Makefile Sun Sep 9 07:11:25 2018 (r479274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= maxminddb -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,19 +14,16 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb +RUN_DEPENDS= ${PY_IPADDRESS} +USES= localbase python USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= MaxMind-DB-Reader-python -USES= localbase python USE_PYTHON= autoplist distutils .include - -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr@${PY_FLAVOR} -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/maxminddb/extension.so Modified: head/net/py-maxminddb/distinfo ============================================================================== --- head/net/py-maxminddb/distinfo Sun Sep 9 07:10:25 2018 (r479273) +++ head/net/py-maxminddb/distinfo Sun Sep 9 07:11:25 2018 (r479274) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497847251 -SHA256 (maxmind-MaxMind-DB-Reader-python-v1.3.0_GH0.tar.gz) = 3669e42da55e96d45132219f33ce0744764d49cce0b5fe6d6186e4bfc1f19c9b -SIZE (maxmind-MaxMind-DB-Reader-python-v1.3.0_GH0.tar.gz) = 30440 +TIMESTAMP = 1536474272 +SHA256 (maxmind-MaxMind-DB-Reader-python-v1.4.1_GH0.tar.gz) = 04b16f6eb03453b8bf28bbf42b7247c926af0fed452404fa428fcbd3c48a32d2 +SIZE (maxmind-MaxMind-DB-Reader-python-v1.4.1_GH0.tar.gz) = 32001