Date: Sun, 9 Sep 2018 07:11:25 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479274 - head/net/py-maxminddb Message-ID: <201809090711.w897BPMw012001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809090711.w897BPMw012001>