From owner-svn-ports-all@freebsd.org Sat Mar 26 17:10:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71485ADECD9; Sat, 26 Mar 2016 17:10:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24C371031; Sat, 26 Mar 2016 17:10:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2QHAUtO063813; Sat, 26 Mar 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2QHAUdr063809; Sat, 26 Mar 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603261710.u2QHAUdr063809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Mar 2016 17:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411938 - head/net/py-ipaddress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 17:10:31 -0000 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