Index: head/net/py-radix/Makefile =================================================================== --- head/net/py-radix/Makefile (revision 417750) +++ head/net/py-radix/Makefile (revision 417751) @@ -1,18 +1,20 @@ # Created by: Lars Erik Gullerud # $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 .include Index: head/net/py-radix/distinfo =================================================================== --- head/net/py-radix/distinfo (revision 417750) +++ head/net/py-radix/distinfo (revision 417751) @@ -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 Index: head/net/py-radix/pkg-descr =================================================================== --- head/net/py-radix/pkg-descr (revision 417750) +++ head/net/py-radix/pkg-descr (revision 417751) @@ -1,7 +1,7 @@ py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for 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