svn commit: r462861 - head/dns/py-dns-lexicon
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 24 20:12:55 UTC 2018
Author: yuri
Date: Sat Feb 24 20:12:54 2018
New Revision: 462861
URL: https://svnweb.freebsd.org/changeset/ports/462861
Log:
dns/py-dns-lexicon: Update to 2.1.19
Also added USE_PYTHON=concurrent
PR: 226182
Submitted by: Goran Mekić <meka at tilda.center> (maintainer)
Approved by: tcberner (mentor, implicit)
Modified:
head/dns/py-dns-lexicon/Makefile
head/dns/py-dns-lexicon/distinfo
Modified: head/dns/py-dns-lexicon/Makefile
==============================================================================
--- head/dns/py-dns-lexicon/Makefile Sat Feb 24 19:32:55 2018 (r462860)
+++ head/dns/py-dns-lexicon/Makefile Sat Feb 24 20:12:54 2018 (r462861)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dns-lexicon
-DISTVERSION= 2.1.18
+DISTVERSION= 2.1.19
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel
${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/dns/py-dns-lexicon/distinfo
==============================================================================
--- head/dns/py-dns-lexicon/distinfo Sat Feb 24 19:32:55 2018 (r462860)
+++ head/dns/py-dns-lexicon/distinfo Sat Feb 24 20:12:54 2018 (r462861)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517058674
-SHA256 (dns-lexicon-2.1.18.tar.gz) = 876b6f26528e08aa483c23bd9a3b6cd28f4f337fee2b8cc80c05831e2dc67800
-SIZE (dns-lexicon-2.1.18.tar.gz) = 38802
+TIMESTAMP = 1519502787
+SHA256 (dns-lexicon-2.1.19.tar.gz) = dd56ace1f229a9e4636405d926aafa4a6b9a7ac83b40a8e29742ee1604290722
+SIZE (dns-lexicon-2.1.19.tar.gz) = 39911
More information about the svn-ports-head
mailing list