aboutsummaryrefslogtreecommitdiff
path: root/net/py-radix
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-06-28 23:56:49 +0000
committerWen Heping <wen@FreeBSD.org>2016-06-28 23:56:49 +0000
commite76aa94fee77d1466b06fbee7076e78f9d4ee482 (patch)
tree301a4cdd519c07cba43845b6bd1739b138597fe0 /net/py-radix
parentfd0d2dc71fbe6b8478d7bab306898c5eef8cb1f7 (diff)
downloadports-e76aa94fee77d1466b06fbee7076e78f9d4ee482.tar.gz
ports-e76aa94fee77d1466b06fbee7076e78f9d4ee482.zip
- Update to 0.9.6
- Add LICENSE - Update WWW PR: 209524 Submitted by: john@saltant.com Approved by: maintainer(timeout, >40 days)
Notes
Notes: svn path=/head/; revision=417751
Diffstat (limited to 'net/py-radix')
-rw-r--r--net/py-radix/Makefile8
-rw-r--r--net/py-radix/distinfo5
-rw-r--r--net/py-radix/pkg-descr2
3 files changed, 9 insertions, 6 deletions
diff --git a/net/py-radix/Makefile b/net/py-radix/Makefile
index 1f54424ea390..0943d462bb42 100644
--- a/net/py-radix/Makefile
+++ b/net/py-radix/Makefile
@@ -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
diff --git a/net/py-radix/distinfo b/net/py-radix/distinfo
index fee9956baba5..c5967eb4461f 100644
--- a/net/py-radix/distinfo
+++ b/net/py-radix/distinfo
@@ -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
diff --git a/net/py-radix/pkg-descr b/net/py-radix/pkg-descr
index 84df193ba328..6f7cc89c7171 100644
--- a/net/py-radix/pkg-descr
+++ b/net/py-radix/pkg-descr
@@ -4,4 +4,4 @@ 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