diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-06-04 14:44:33 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-06-04 14:44:33 +0000 |
commit | 85ee08557394395cf4ae8cd8afbaabd679b331f0 (patch) | |
tree | 02ecef297dba1786f7feba7920ffede23ca8467b /dns | |
parent | 1ac9d76eb2783ef563e9cded49cc9415c85ab238 (diff) | |
download | ports-85ee08557394395cf4ae8cd8afbaabd679b331f0.tar.gz ports-85ee08557394395cf4ae8cd8afbaabd679b331f0.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-idna/Makefile | 8 | ||||
-rw-r--r-- | dns/py-idna/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile index 5cbaaf1746bd..4e7383794faa 100644 --- a/dns/py-idna/Makefile +++ b/dns/py-idna/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 2.0 +PORTVERSION= 2.5 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Internationalized Domain Names in Applications (IDNA) -USES= python -USE_PYTHON= autoplist distutils +USES= python # Actually, 2.6-2.7,3.3-3.6 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/dns/py-idna/distinfo b/dns/py-idna/distinfo index 67e147b4fe87..3892fed6c802 100644 --- a/dns/py-idna/distinfo +++ b/dns/py-idna/distinfo @@ -1,2 +1,3 @@ -SHA256 (idna-2.0.tar.gz) = 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b -SIZE (idna-2.0.tar.gz) = 135150 +TIMESTAMP = 1496221751 +SHA256 (idna-2.5.tar.gz) = 3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab +SIZE (idna-2.5.tar.gz) = 130211 |