Index: head/net/py-ipaddress/Makefile =================================================================== --- head/net/py-ipaddress/Makefile (revision 411937) +++ head/net/py-ipaddress/Makefile (revision 411938) @@ -1,19 +1,20 @@ # Created by: Nikolay Dachev # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.16 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 LICENSE= PSFL +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:-3.3 USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/net/py-ipaddress/distinfo =================================================================== --- head/net/py-ipaddress/distinfo (revision 411937) +++ head/net/py-ipaddress/distinfo (revision 411938) @@ -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 Property changes on: head/net/py-ipaddress/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/net/py-ipaddress/pkg-descr =================================================================== --- head/net/py-ipaddress/pkg-descr (revision 411937) +++ head/net/py-ipaddress/pkg-descr (revision 411938) @@ -1,6 +1,7 @@ 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 Property changes on: head/net/py-ipaddress/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property