diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 19:13:59 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 19:13:59 +0000 |
commit | e2f047255256705c99f679240fff082da03eaaac (patch) | |
tree | 5caaff304bf613e97a1b3aa9c3d65740c87cfbbb /dns/py-dns-lexicon | |
parent | 1037ae648c906ad53b52641347885b9ab9f256e2 (diff) |
Diffstat (limited to 'dns/py-dns-lexicon')
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 26 | ||||
-rw-r--r-- | dns/py-dns-lexicon/distinfo | 6 |
2 files changed, 16 insertions, 16 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 03d2acb5dcba..f68269d23c5b 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -1,7 +1,7 @@ # Created by: Goran Mekić <meka@tilda.center> PORTNAME= dns-lexicon -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.0 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ COMMENT= Manipulate DNS records on various DNS providers in a standardized way LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4<5:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=2<4:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3<6:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tldextract>=2<4:dns/py-tldextract@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=2:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tldextract>=2:dns/py-tldextract@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils @@ -32,12 +32,12 @@ ROUTE53_DESC= Route 53 support SOFTLAYER_DESC= SoftLayer (IBM Cloud) support TRANSIP_DESC= TransIP support -DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2<3:dns/py-dnspython2@${PY_FLAVOR} -GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR} -LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8<1:dns/py-localzone@${PY_FLAVOR} -OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2<3:devel/py-oci@${PY_FLAVOR} -ROUTE53_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1<2:www/py-boto3@${PY_FLAVOR} -SOFTLAYER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}softlayer>=5<6:net/py-softlayer@${PY_FLAVOR} -TRANSIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transip>=2<3:net/py-transip@${PY_FLAVOR} +DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2:dns/py-dnspython2@${PY_FLAVOR} +GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3:net/py-zeep@${PY_FLAVOR} +LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8:dns/py-localzone@${PY_FLAVOR} +OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2:devel/py-oci@${PY_FLAVOR} +ROUTE53_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1:www/py-boto3@${PY_FLAVOR} +SOFTLAYER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}softlayer>=5:net/py-softlayer@${PY_FLAVOR} +TRANSIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transip>=2:net/py-transip@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index 98c683aea7a6..390173d37800 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037172 -SHA256 (dns-lexicon-3.7.0.tar.gz) = bc173c50c6a17aeb7ee97d7811e4612408f85598b39c1a27821dc62b6e1e5e2d -SIZE (dns-lexicon-3.7.0.tar.gz) = 161192 +TIMESTAMP = 1634111786 +SHA256 (dns-lexicon-3.8.0.tar.gz) = 18cb94862c8a71f77afd1ce3b83e06564e6e4822f49fcb9c7189782484696bbe +SIZE (dns-lexicon-3.8.0.tar.gz) = 161233 |