aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:29 +0000
commit239afd7df03a13dcfe6834ab78692a24585a5377 (patch)
treed157b413e664713f0ef61c2c9c295ca0ed982eec
parentfab233eaf6abcd1bda4192a303eda5520671b3ab (diff)
downloadports-239afd7df03a13dcfe6834ab78692a24585a5377.tar.gz
ports-239afd7df03a13dcfe6834ab78692a24585a5377.zip
Notes
-rw-r--r--net/py-ipaddress/Makefile3
-rw-r--r--net/py-ipaddress/distinfo4
-rw-r--r--net/py-ipaddress/pkg-descr1
3 files changed, 5 insertions, 3 deletions
diff --git a/net/py-ipaddress/Makefile b/net/py-ipaddress/Makefile
index b87671b11e5e..7c76721e7f2b 100644
--- a/net/py-ipaddress/Makefile
+++ b/net/py-ipaddress/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipaddress
-PORTVERSION= 1.0.14
+PORTVERSION= 1.0.16
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER= python@FreeBSD.org
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
LICENSE= PSFL
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:-3.3
USE_PYTHON= autoplist distutils
diff --git a/net/py-ipaddress/distinfo b/net/py-ipaddress/distinfo
index ca76a006f0c2..a1c0f6f89c0b 100644
--- a/net/py-ipaddress/distinfo
+++ b/net/py-ipaddress/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ipaddress-1.0.14.tar.gz) = 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e
-SIZE (ipaddress-1.0.14.tar.gz) = 30429
+SHA256 (ipaddress-1.0.16.tar.gz) = 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
+SIZE (ipaddress-1.0.16.tar.gz) = 31765
diff --git a/net/py-ipaddress/pkg-descr b/net/py-ipaddress/pkg-descr
index 47fadeee4c02..1ee9fc0155d3 100644
--- a/net/py-ipaddress/pkg-descr
+++ b/net/py-ipaddress/pkg-descr
@@ -3,4 +3,5 @@ Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7.
Note that you must pass in unicode objects when constructing from a character
representation!
+WWW: https://pypi.python.org/pypi/ipaddress
WWW: https://github.com/phihag/ipaddress