From 4f8747672760be80637b510e57bd644790a5e3a0 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 24 Feb 2018 20:12:54 +0000 Subject: dns/py-dns-lexicon: Update to 2.1.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also added USE_PYTHON=concurrent PR: 226182 Submitted by: Goran Mekić (maintainer) Approved by: tcberner (mentor, implicit) --- dns/py-dns-lexicon/Makefile | 4 ++-- dns/py-dns-lexicon/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dns') diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 3637ddf0fe01..5770876c9cb1 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -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/py-future@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes .include diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index 2e6844add208..0f65cd80c781 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -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 -- cgit