diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-06 18:08:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-06 18:08:14 +0000 |
commit | f31bf4f58d72750c8e831508718a5e4551787ad3 (patch) | |
tree | 03a1abaec666529672b134597df6a431167c79fc | |
parent | 170a83ff3e0b0fde18eb14cf5667e9a013b61e03 (diff) | |
download | ports-f31bf4f58d72750c8e831508718a5e4551787ad3.tar.gz ports-f31bf4f58d72750c8e831508718a5e4551787ad3.zip |
Notes
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 13 | ||||
-rw-r--r-- | dns/py-dns-lexicon/distinfo | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 06f9b5f0e844..6eace24e5535 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -2,23 +2,26 @@ # $FreeBSD$ PORTNAME= dns-lexicon -DISTVERSION= 2.7.14 +DISTVERSION= 3.1.5 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= meka@tilda.center +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate DNS records on various DNS providers in a standardized way LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tldextract>=0:dns/py-tldextract@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include <bsd.port.mk> diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index acdcafaeb2a0..63500f7902a9 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542348031 -SHA256 (dns-lexicon-2.7.14.tar.gz) = 7a740bf1d03285f3f80292c7be2c80efd01d2203e80d628881794a1acea1c19a -SIZE (dns-lexicon-2.7.14.tar.gz) = 81747 +TIMESTAMP = 1549891999 +SHA256 (dns-lexicon-3.1.5.tar.gz) = 41b4cf6ef69d064289e5ef396b63ca3f3b0d97aba4ccc05e0d6148e38d202219 +SIZE (dns-lexicon-3.1.5.tar.gz) = 124599 |