svn commit: r555318 - head/dns/py-dns-lexicon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:03:31 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:03:25 2020
New Revision: 555318
URL: https://svnweb.freebsd.org/changeset/ports/555318

Log:
  Update to 3.5.0
  
  - Update version requirement of RUN_DEPENDS
  - Remove EASYNAME, GRATISDNS, HENET and SUBREG options
  
  Changes:	https://github.com/AnalogJ/lexicon/releases

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	Sun Nov 15 18:03:20 2020	(r555317)
+++ head/dns/py-dns-lexicon/Makefile	Sun Nov 15 18:03:25 2020	(r555318)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dns-lexicon
-PORTVERSION=	3.3.28
+PORTVERSION=	3.5.0
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,41 +13,33 @@ COMMENT=	Manipulate DNS records on various DNS provide
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4<5:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=2<4:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}future>=0<1:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2<3:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tldextract>=2<3:dns/py-tldextract@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=5<6:devel/py-yaml@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	EASYNAME GRANSY GRATISDNS HENET LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER SUBREG TRANSIP
-EASYNAME_DESC=	easyname support
+OPTIONS_DEFINE=	GRANSY LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER TRANSIP
 GRANSY_DESC=	Gransy support
-GRATISDNS_DESC=	GratisDNS support
-HENET_DESC=	Hurricane Electric support
 LOCALZONE_DESC=	localzone support
 NAMECHEAP_DESC=	Namecheap support
 PLESK_DESC=	Plesk support
 ROUTE53_DESC=	Route 53 support
 SOFTLAYER_DESC=	SoftLayer (IBM Cloud) support
-SUBREG_DESC=	Subreg support
 TRANSIP_DESC=	TransIP support
 
-EASYNAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
-GRANSY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR}
-GRATISDNS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
-HENET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
-LOCALZONE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=0<2:dns/py-dnspython@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}localzone>=0:dns/py-localzone@${PY_FLAVOR}
-NAMECHEAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pynamecheap>=0:net/py-pynamecheap@${PY_FLAVOR}
-PLESK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
-ROUTE53_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR}
-SOFTLAYER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}softlayer>=0:net/py-softlayer@${PY_FLAVOR}
-SUBREG_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR}
-TRANSIP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}transip>=0.3.0:net/py-transip@${PY_FLAVOR}
+GRANSY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR}
+LOCALZONE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}localzone>=0<1:dns/py-localzone@${PY_FLAVOR}
+NAMECHEAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pynamecheap>=0<1:net/py-pynamecheap@${PY_FLAVOR}
+PLESK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmltodict>=0<1:devel/py-xmltodict@${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}
 
 .include <bsd.port.mk>

Modified: head/dns/py-dns-lexicon/distinfo
==============================================================================
--- head/dns/py-dns-lexicon/distinfo	Sun Nov 15 18:03:20 2020	(r555317)
+++ head/dns/py-dns-lexicon/distinfo	Sun Nov 15 18:03:25 2020	(r555318)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596280114
-SHA256 (dns-lexicon-3.3.28.tar.gz) = b602bd308d97eccce8466921bb824adce73d1622984e067a0f6bef3f9587de11
-SIZE (dns-lexicon-3.3.28.tar.gz) = 144725
+TIMESTAMP = 1605426441
+SHA256 (dns-lexicon-3.5.0.tar.gz) = 127ea9e76409c14c5ec1a6d43dfe01fdb08b6668cd8cbc469be1cab1cd965ab5
+SIZE (dns-lexicon-3.5.0.tar.gz) = 144578


More information about the svn-ports-all mailing list