diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:54:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:54:36 +0000 |
commit | 92a8e255c9ae96119e89a6f8168578e9fa8865ea (patch) | |
tree | 753d970a767836cb0a2e625954053bb587b2d0ee | |
parent | bd9b5273a323da0b74f630bfb0f6b38df1648a38 (diff) | |
download | freebsd-ports-92a8e255c9ae96119e89a6f8168578e9fa8865ea.zip |
Update to 1.0.19
- Update COMMENT
- Update USES=python to :2.7
Changes: https://github.com/phihag/ipaddress/commits/master
-rw-r--r-- | net/py-ipaddress/Makefile | 6 | ||||
-rw-r--r-- | net/py-ipaddress/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile index e5af39e3ade2..d9c840e3fd5d 100644 --- a/net/py-ipaddress/Makefile +++ b/net/py-ipaddress/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.19 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7 +COMMENT= Port of Python 3.3+ ipaddress module to 2.7 LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:-3.3 +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/net/py-ipaddress/distinfo b/net/py-ipaddress/distinfo index 74be91382b4d..372530022ddd 100644 --- a/net/py-ipaddress/distinfo +++ b/net/py-ipaddress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484226465 -SHA256 (ipaddress-1.0.18.tar.gz) = 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1 -SIZE (ipaddress-1.0.18.tar.gz) = 32475 +TIMESTAMP = 1513512646 +SHA256 (ipaddress-1.0.19.tar.gz) = 200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81 +SIZE (ipaddress-1.0.19.tar.gz) = 32854 |