svn commit: r417751 - head/net/py-radix
Wen Heping
wen at FreeBSD.org
Tue Jun 28 23:56:51 UTC 2016
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 at 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 at 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
More information about the svn-ports-all
mailing list