Date: Fri, 8 May 2020 20:53:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534454 - head/dns/py-dns-lexicon Message-ID: <202005082053.048Kr20k010308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 8 20:53:02 2020 New Revision: 534454 URL: https://svnweb.freebsd.org/changeset/ports/534454 Log: Update to 3.3.22 - Remove HETZNER option 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 Fri May 8 20:52:57 2020 (r534453) +++ head/dns/py-dns-lexicon/Makefile Fri May 8 20:53:02 2020 (r534454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -PORTVERSION= 3.3.21 +PORTVERSION= 3.3.22 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,12 +24,11 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= EASYNAME GRANSY GRATISDNS HENET HETZNER LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER SUBREG TRANSIP +OPTIONS_DEFINE= EASYNAME GRANSY GRATISDNS HENET LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER SUBREG TRANSIP EASYNAME_DESC= easyname support GRANSY_DESC= Gransy support GRATISDNS_DESC= GratisDNS support HENET_DESC= Hurricane Electric support -HETZNER_DESC= Hetzner support LOCALZONE_DESC= localzone support NAMECHEAP_DESC= Namecheap support PLESK_DESC= Plesk support @@ -42,9 +41,6 @@ EASYNAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautiful 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} -HETZNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} LOCALZONE_RUN_DEPENDS= ${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} Modified: head/dns/py-dns-lexicon/distinfo ============================================================================== --- head/dns/py-dns-lexicon/distinfo Fri May 8 20:52:57 2020 (r534453) +++ head/dns/py-dns-lexicon/distinfo Fri May 8 20:53:02 2020 (r534454) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588777643 -SHA256 (dns-lexicon-3.3.21.tar.gz) = d1ef402b868185b18f010f59c331af80e4edb756e1f2e679de107a0c07b3328b -SIZE (dns-lexicon-3.3.21.tar.gz) = 143795 +TIMESTAMP = 1588930327 +SHA256 (dns-lexicon-3.3.22.tar.gz) = ebc58b1496fc2082a6f340a3b4aa96cd9d40f2700c75b646504622fb126466cd +SIZE (dns-lexicon-3.3.22.tar.gz) = 144592
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005082053.048Kr20k010308>