From owner-svn-ports-head@freebsd.org Tue Oct 13 22:27:16 2015 Return-Path: Delivered-To: svn-ports-head@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 23DD4A136D4; Tue, 13 Oct 2015 22:27:16 +0000 (UTC) (envelope-from rm@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 C916D8E4; Tue, 13 Oct 2015 22:27:15 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DMREZ2091537; Tue, 13 Oct 2015 22:27:14 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DMREBk091534; Tue, 13 Oct 2015 22:27:14 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201510132227.t9DMREBk091534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 13 Oct 2015 22:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399224 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 22:27:16 -0000 Author: rm Date: Tue Oct 13 22:27:14 2015 New Revision: 399224 URL: https://svnweb.freebsd.org/changeset/ports/399224 Log: net/py-ipaddress: update to 1.0.14 - update to 1.0.14 - pass maintainership to python@ - limit python version to lt 3.3 - update description Modified: head/net/py-ipaddress/Makefile head/net/py-ipaddress/distinfo head/net/py-ipaddress/pkg-descr Modified: head/net/py-ipaddress/Makefile ============================================================================== --- head/net/py-ipaddress/Makefile Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/Makefile Tue Oct 13 22:27:14 2015 (r399224) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.14 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7 LICENSE= PSFL -USES= python -USE_PYTHON= distutils autoplist +USES= python:-3.3 +USE_PYTHON= autoplist distutils NO_ARCH= yes .include Modified: head/net/py-ipaddress/distinfo ============================================================================== --- head/net/py-ipaddress/distinfo Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/distinfo Tue Oct 13 22:27:14 2015 (r399224) @@ -1,2 +1,2 @@ -SHA256 (ipaddress-1.0.6.tar.gz) = b1b2f8b915b1ff0314301f5aaa9635e508ae2a16e8538812a2fd5dd2b7939d8d -SIZE (ipaddress-1.0.6.tar.gz) = 15091 +SHA256 (ipaddress-1.0.14.tar.gz) = 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e +SIZE (ipaddress-1.0.14.tar.gz) = 30429 Modified: head/net/py-ipaddress/pkg-descr ============================================================================== --- head/net/py-ipaddress/pkg-descr Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/pkg-descr Tue Oct 13 22:27:14 2015 (r399224) @@ -1,4 +1,6 @@ -Python 3.3's ipaddress for Python 2.6 and 2.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! +Note that you must pass in unicode objects when constructing from a character +representation! + +WWW: https://github.com/phihag/ipaddress