From owner-svn-ports-head@freebsd.org Fri May 8 20:53:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2EA0F2E1A53; Fri, 8 May 2020 20:53:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49JjG94nMQz4LgS; Fri, 8 May 2020 20:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D36698697; Fri, 8 May 2020 20:53:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 048Kr2Tk010309; Fri, 8 May 2020 20:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 048Kr20k010308; Fri, 8 May 2020 20:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005082053.048Kr20k010308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2020 20:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534454 - head/dns/py-dns-lexicon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/py-dns-lexicon X-SVN-Commit-Revision: 534454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 20:53:08 -0000 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