Index: head/math/py-pybloom/Makefile =================================================================== --- head/math/py-pybloom/Makefile (revision 490825) +++ head/math/py-pybloom/Makefile (revision 490826) @@ -1,22 +1,23 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= pybloom -PORTVERSION= 2.0 +PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Probabilistic data structure +LICENSE= MIT + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:devel/py-bitarray@${PY_FLAVOR} -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist -USE_GITHUB= yes -GH_ACCOUNT= jaybaird +USE_GITHUB= yes +GH_ACCOUNT= joseph-fox GH_PROJECT= python-bloomfilter .include Index: head/math/py-pybloom/distinfo =================================================================== --- head/math/py-pybloom/distinfo (revision 490825) +++ head/math/py-pybloom/distinfo (revision 490826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509735915 -SHA256 (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 77ae847e70c4521d9bfdb768fa12610d90c0880eefcf8d9a6bc24824f676408d -SIZE (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 10970 +TIMESTAMP = 1546626586 +SHA256 (joseph-fox-python-bloomfilter-v3.0.0_GH0.tar.gz) = 733b5c319410aea06b5d0146e43634055d144052d07acf05a6fbb493b602dc05 +SIZE (joseph-fox-python-bloomfilter-v3.0.0_GH0.tar.gz) = 10866 Index: head/math/py-pybloom/pkg-descr =================================================================== --- head/math/py-pybloom/pkg-descr (revision 490825) +++ head/math/py-pybloom/pkg-descr (revision 490826) @@ -1,5 +1,5 @@ pybloom is a Python implementation of the bloom filter probabilistic data structure. The module also provides a Scalable Bloom Filter that allows a bloom filter to grow without knowing the original set size. -WWW: https://github.com/jaybaird/python-bloomfilter +WWW: https://github.com/joseph-fox/python-bloomfilter