Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2016 17:10:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411938 - head/net/py-ipaddress
Message-ID:  <201603261710.u2QHAUdr063809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 26 17:10:29 2016
New Revision: 411938
URL: https://svnweb.freebsd.org/changeset/ports/411938

Log:
  - Update to 1.0.16
  - Add PyPI as primary WWW
  
  Changes:	https://github.com/phihag/ipaddress/commits/master

Modified:
  head/net/py-ipaddress/Makefile
  head/net/py-ipaddress/distinfo   (contents, props changed)
  head/net/py-ipaddress/pkg-descr   (contents, props changed)

Modified: head/net/py-ipaddress/Makefile
==============================================================================
--- head/net/py-ipaddress/Makefile	Sat Mar 26 17:10:25 2016	(r411937)
+++ head/net/py-ipaddress/Makefile	Sat Mar 26 17:10:29 2016	(r411938)
@@ -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

Modified: head/net/py-ipaddress/distinfo
==============================================================================
--- head/net/py-ipaddress/distinfo	Sat Mar 26 17:10:25 2016	(r411937)
+++ head/net/py-ipaddress/distinfo	Sat Mar 26 17:10:29 2016	(r411938)
@@ -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

Modified: head/net/py-ipaddress/pkg-descr
==============================================================================
--- head/net/py-ipaddress/pkg-descr	Sat Mar 26 17:10:25 2016	(r411937)
+++ head/net/py-ipaddress/pkg-descr	Sat Mar 26 17:10:29 2016	(r411938)
@@ -3,4 +3,5 @@ Python 3.3's ipaddress (IPv4/IPv6 manipu
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603261710.u2QHAUdr063809>