diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:21 +0800 |
commit | 03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1 (patch) | |
tree | 7e2ce000bc81aab621ba31f307e78a123ee059bd /dns | |
parent | ecc97b4b2cfd96cad050f80f72e297249be1ec80 (diff) | |
download | freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.tar.gz freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.tar.zst freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.zip |
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)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 7 | ||||
-rw-r--r-- | dns/py-dns-lexicon/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 78b820b7f1aa..491de0418794 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -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> diff --git a/dns/py-dns-lexicon/distinfo b/dns/py-dns-lexicon/distinfo index c7d6fe8c9a4f..c126a292794f 100644 --- a/dns/py-dns-lexicon/distinfo +++ b/dns/py-dns-lexicon/distinfo @@ -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 |