From owner-svn-ports-head@freebsd.org Tue Jun 28 23:56:51 2016 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 35866B855F0; Tue, 28 Jun 2016 23:56:51 +0000 (UTC) (envelope-from wen@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 DFFCD2C54; Tue, 28 Jun 2016 23:56:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5SNuo6a021819; Tue, 28 Jun 2016 23:56:50 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5SNunSS021816; Tue, 28 Jun 2016 23:56:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201606282356.u5SNunSS021816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 28 Jun 2016 23:56:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417751 - head/net/py-radix 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.22 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, 28 Jun 2016 23:56:51 -0000 Author: wen Date: Tue Jun 28 23:56:49 2016 New Revision: 417751 URL: https://svnweb.freebsd.org/changeset/ports/417751 Log: - Update to 0.9.6 - Add LICENSE - Update WWW PR: 209524 Submitted by: john@saltant.com Approved by: maintainer(timeout, >40 days) Modified: head/net/py-radix/Makefile head/net/py-radix/distinfo head/net/py-radix/pkg-descr Modified: head/net/py-radix/Makefile ============================================================================== --- head/net/py-radix/Makefile Tue Jun 28 20:18:25 2016 (r417750) +++ head/net/py-radix/Makefile Tue Jun 28 23:56:49 2016 (r417751) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= radix -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.9.6 CATEGORIES= net python -MASTER_SITES= http://www2.mindrot.org/files/py-radix/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= lerik@nolink.net COMMENT= Python radix-tree implementation +LICENSE= ISCL BSD4CLAUSE +LICENSE_COMB= dual + USES= python USE_PYTHON= distutils autoplist Modified: head/net/py-radix/distinfo ============================================================================== --- head/net/py-radix/distinfo Tue Jun 28 20:18:25 2016 (r417750) +++ head/net/py-radix/distinfo Tue Jun 28 23:56:49 2016 (r417751) @@ -1,2 +1,3 @@ -SHA256 (py-radix-0.5.tar.gz) = 3c9ffe6742009cca121c2c8f76e658af7fab25eb14cf671b5e40b7ccf91e1550 -SIZE (py-radix-0.5.tar.gz) = 20419 +TIMESTAMP = 1467157974 +SHA256 (py-radix-0.9.6.tar.gz) = 863b039265e860ab88e5e3a7ae8a25c57ed784ae6d150c30142ac6ed221b6db8 +SIZE (py-radix-0.9.6.tar.gz) = 21924 Modified: head/net/py-radix/pkg-descr ============================================================================== --- head/net/py-radix/pkg-descr Tue Jun 28 20:18:25 2016 (r417750) +++ head/net/py-radix/pkg-descr Tue Jun 28 23:56:49 2016 (r417751) @@ -4,4 +4,4 @@ The radix tree is the data structure mos routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. -WWW: http://www.mindrot.org/py-radix.html +WWW: https://github.com/mjschultz/py-radix