diff options
author | cs <cs@FreeBSD.org> | 2013-10-15 04:20:41 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-10-15 04:20:41 +0800 |
commit | d464a2675481812a662823b8b9184ec03f24069f (patch) | |
tree | 937805e4f088bd3a834445350812a56345773ea5 | |
parent | d4729efcca9ac6029bc0c9b7fc3bf745f4811fcf (diff) | |
download | freebsd-ports-gnome-d464a2675481812a662823b8b9184ec03f24069f.tar.gz freebsd-ports-gnome-d464a2675481812a662823b8b9184ec03f24069f.tar.zst freebsd-ports-gnome-d464a2675481812a662823b8b9184ec03f24069f.zip |
- Update to 1.1.0
- Ready for Staging
- Change license
-rw-r--r-- | security/py-stem/Makefile | 12 | ||||
-rw-r--r-- | security/py-stem/distinfo | 4 | ||||
-rw-r--r-- | security/py-stem/pkg-plist | 11 |
3 files changed, 18 insertions, 9 deletions
diff --git a/security/py-stem/Makefile b/security/py-stem/Makefile index 4e4048c73b17..69c7e34a5ce3 100644 --- a/security/py-stem/Makefile +++ b/security/py-stem/Makefile @@ -2,23 +2,21 @@ # $FreeBSD$ PORTNAME= stem -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= security net python -MASTER_SITES= http://www.atagar.com/transfer/tmp/ \ - http://www.c-s.li/ports/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +MASTER_SITES= http://www.c-s.li/ports/ \ + CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Python controller library for Tor -LICENSE= GPLv3 +LICENSE= LGPL3 RUN_DEPENDS= tor:${PORTSDIR}/security/tor USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-stem/distinfo b/security/py-stem/distinfo index 51470e9e3ca7..3ebc9dfb0656 100644 --- a/security/py-stem/distinfo +++ b/security/py-stem/distinfo @@ -1,2 +1,2 @@ -SHA256 (stem.1.0.1.tar.bz2) = 686fe107e22a2986ac4b48d5a6b21e13a1552d542de888578fc067032274a1e4 -SIZE (stem.1.0.1.tar.bz2) = 566973 +SHA256 (stem-1.1.0.tar.bz2) = ec05985513c96c53ff278403a848696468efbf78d95f2a6e64becfeec30b731b +SIZE (stem-1.1.0.tar.bz2) = 1037063 diff --git a/security/py-stem/pkg-plist b/security/py-stem/pkg-plist index 8b1cacaa8c12..deb9f3ba8480 100644 --- a/security/py-stem/pkg-plist +++ b/security/py-stem/pkg-plist @@ -25,12 +25,18 @@ %%PYTHON_SITELIBDIR%%/stem/descriptor/reader.py %%PYTHON_SITELIBDIR%%/stem/descriptor/reader.pyc %%PYTHON_SITELIBDIR%%/stem/descriptor/reader.pyo +%%PYTHON_SITELIBDIR%%/stem/descriptor/remote.py +%%PYTHON_SITELIBDIR%%/stem/descriptor/remote.pyc +%%PYTHON_SITELIBDIR%%/stem/descriptor/remote.pyo %%PYTHON_SITELIBDIR%%/stem/descriptor/router_status_entry.py %%PYTHON_SITELIBDIR%%/stem/descriptor/router_status_entry.pyc %%PYTHON_SITELIBDIR%%/stem/descriptor/router_status_entry.pyo %%PYTHON_SITELIBDIR%%/stem/descriptor/server_descriptor.py %%PYTHON_SITELIBDIR%%/stem/descriptor/server_descriptor.pyc %%PYTHON_SITELIBDIR%%/stem/descriptor/server_descriptor.pyo +%%PYTHON_SITELIBDIR%%/stem/descriptor/tordnsel.py +%%PYTHON_SITELIBDIR%%/stem/descriptor/tordnsel.pyc +%%PYTHON_SITELIBDIR%%/stem/descriptor/tordnsel.pyo %%PYTHON_SITELIBDIR%%/stem/exit_policy.py %%PYTHON_SITELIBDIR%%/stem/exit_policy.pyc %%PYTHON_SITELIBDIR%%/stem/exit_policy.pyo @@ -79,6 +85,9 @@ %%PYTHON_SITELIBDIR%%/stem/util/log.py %%PYTHON_SITELIBDIR%%/stem/util/log.pyc %%PYTHON_SITELIBDIR%%/stem/util/log.pyo +%%PYTHON_SITELIBDIR%%/stem/util/lru_cache.py +%%PYTHON_SITELIBDIR%%/stem/util/lru_cache.pyc +%%PYTHON_SITELIBDIR%%/stem/util/lru_cache.pyo %%PYTHON_SITELIBDIR%%/stem/util/ordereddict.py %%PYTHON_SITELIBDIR%%/stem/util/ordereddict.pyc %%PYTHON_SITELIBDIR%%/stem/util/ordereddict.pyo @@ -104,3 +113,5 @@ @dirrm %%PYTHON_SITELIBDIR%%/stem/response @dirrm %%PYTHON_SITELIBDIR%%/stem/descriptor @dirrm %%PYTHON_SITELIBDIR%%/stem +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% |