Date: Tue, 9 May 2017 14:23:21 +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: r440502 - head/dns/py-dns-lexicon Message-ID: <201705091423.v49ENLiw083302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 9 14:23:21 2017 New Revision: 440502 URL: https://svnweb.freebsd.org/changeset/ports/440502 Log: Update to 2.1.2 - While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON - Fix typo Changes: https://github.com/AnalogJ/lexicon/releases PR: 219167 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Modified: head/dns/py-dns-lexicon/Makefile head/dns/py-dns-lexicon/distinfo (contents, props changed) Modified: head/dns/py-dns-lexicon/Makefile ============================================================================== --- head/dns/py-dns-lexicon/Makefile Tue May 9 14:23:16 2017 (r440501) +++ head/dns/py-dns-lexicon/Makefile Tue May 9 14:23:21 2017 (r440502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -PORTVERSION= 2.0.7 +PORTVERSION= 2.1.2 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,14 @@ MAINTAINER= meka@tilda.center COMMENT= Manipulate DNS records on various DNS providers in a standardized way LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}tldextract>=1.7.5:dns/py-tldextract \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests USES= python -USE_PYTHON= distutils autoplist -NO_ACRH= yes +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> Modified: head/dns/py-dns-lexicon/distinfo ============================================================================== --- head/dns/py-dns-lexicon/distinfo Tue May 9 14:23:16 2017 (r440501) +++ head/dns/py-dns-lexicon/distinfo Tue May 9 14:23:21 2017 (r440502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492705960 -SHA256 (dns-lexicon-2.0.7.tar.gz) = e22b5ce4476e6c1658dc5e504b268403e752212abe3c0710fbc1c4d89cfa2a8f -SIZE (dns-lexicon-2.0.7.tar.gz) = 26225 +TIMESTAMP = 1494337945 +SHA256 (dns-lexicon-2.1.2.tar.gz) = c0a17210a8f9373ae2ad729dda56c0646c9ef07fc1847870ad7fc1f362a85457 +SIZE (dns-lexicon-2.1.2.tar.gz) = 28697
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091423.v49ENLiw083302>