diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-25 04:12:54 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-25 04:12:54 +0800 |
commit | 4f8747672760be80637b510e57bd644790a5e3a0 (patch) | |
tree | d42adf0e5d86c77301368b1430b130624658b1da /dns | |
parent | 9dcac0620929decfbb2ae3343236115986fb7c84 (diff) | |
download | freebsd-ports-gnome-4f8747672760be80637b510e57bd644790a5e3a0.tar.gz freebsd-ports-gnome-4f8747672760be80637b510e57bd644790a5e3a0.tar.zst freebsd-ports-gnome-4f8747672760be80637b510e57bd644790a5e3a0.zip |
dns/py-dns-lexicon: Update to 2.1.19
Also added USE_PYTHON=concurrent
PR: 226182
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 4 | ||||
-rw-r--r-- | dns/py-dns-lexicon/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
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 <bsd.port.mk> 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 |