svn commit: r428244 - head/security/py-stem

Carlo Strub cs at FreeBSD.org
Fri Dec 9 22:09:53 UTC 2016


Author: cs
Date: Fri Dec  9 22:09:51 2016
New Revision: 428244
URL: https://svnweb.freebsd.org/changeset/ports/428244

Log:
  Update to 1.5.3

Modified:
  head/security/py-stem/Makefile
  head/security/py-stem/distinfo
  head/security/py-stem/pkg-plist

Modified: head/security/py-stem/Makefile
==============================================================================
--- head/security/py-stem/Makefile	Fri Dec  9 21:24:28 2016	(r428243)
+++ head/security/py-stem/Makefile	Fri Dec  9 22:09:51 2016	(r428244)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	stem
-PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTVERSION=	1.5.3
 CATEGORIES=	security net python
-MASTER_SITES=	http://www.c-s.li/ports/ \
-		CHEESESHOP
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cs at FreeBSD.org
@@ -14,9 +12,8 @@ COMMENT=	Python controller library for T
 
 LICENSE=	LGPL3
 
-USES=		python tar:bzip2
+USES=		python
 USE_PYTHON=	distutils
-PYDISTUTILS_EGGINFO=	stem-1.4.0.dev0-py${PYTHON_VER}.egg-info
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-stem/distinfo
==============================================================================
--- head/security/py-stem/distinfo	Fri Dec  9 21:24:28 2016	(r428243)
+++ head/security/py-stem/distinfo	Fri Dec  9 22:09:51 2016	(r428244)
@@ -1,2 +1,3 @@
-SHA256 (stem-1.4.1.tar.bz2) = f2c460df59d63f60e5046221994be655a361c31b81cda0120e594999587869e8
-SIZE (stem-1.4.1.tar.bz2) = 1570151
+TIMESTAMP = 1481321197
+SHA256 (stem-1.5.3.tar.gz) = 2731f74757f514142ef97e5976ecbf392e71a2e09e64805e055261d35d3ba63a
+SIZE (stem-1.5.3.tar.gz) = 1916296

Modified: head/security/py-stem/pkg-plist
==============================================================================
--- head/security/py-stem/pkg-plist	Fri Dec  9 21:24:28 2016	(r428243)
+++ head/security/py-stem/pkg-plist	Fri Dec  9 22:09:51 2016	(r428244)
@@ -2,6 +2,7 @@ bin/tor-prompt
 %%PYTHON_SITELIBDIR%%/stem/__init__.py
 %%PYTHON_SITELIBDIR%%/stem/__init__.pyc
 %%PYTHON_SITELIBDIR%%/stem/__init__.pyo
+%%PYTHON_SITELIBDIR%%/stem/cached_tor_manual.cfg
 %%PYTHON_SITELIBDIR%%/stem/connection.py
 %%PYTHON_SITELIBDIR%%/stem/connection.pyc
 %%PYTHON_SITELIBDIR%%/stem/connection.pyo
@@ -17,6 +18,7 @@ bin/tor-prompt
 %%PYTHON_SITELIBDIR%%/stem/descriptor/extrainfo_descriptor.py
 %%PYTHON_SITELIBDIR%%/stem/descriptor/extrainfo_descriptor.pyc
 %%PYTHON_SITELIBDIR%%/stem/descriptor/extrainfo_descriptor.pyo
+%%PYTHON_SITELIBDIR%%/stem/descriptor/fallback_directories.cfg
 %%PYTHON_SITELIBDIR%%/stem/descriptor/hidden_service_descriptor.py
 %%PYTHON_SITELIBDIR%%/stem/descriptor/hidden_service_descriptor.pyc
 %%PYTHON_SITELIBDIR%%/stem/descriptor/hidden_service_descriptor.pyo
@@ -60,6 +62,9 @@ bin/tor-prompt
 %%PYTHON_SITELIBDIR%%/stem/interpreter/help.pyc
 %%PYTHON_SITELIBDIR%%/stem/interpreter/help.pyo
 %%PYTHON_SITELIBDIR%%/stem/interpreter/settings.cfg
+%%PYTHON_SITELIBDIR%%/stem/manual.py
+%%PYTHON_SITELIBDIR%%/stem/manual.pyc
+%%PYTHON_SITELIBDIR%%/stem/manual.pyo
 %%PYTHON_SITELIBDIR%%/stem/prereq.py
 %%PYTHON_SITELIBDIR%%/stem/prereq.pyc
 %%PYTHON_SITELIBDIR%%/stem/prereq.pyo
@@ -90,6 +95,7 @@ bin/tor-prompt
 %%PYTHON_SITELIBDIR%%/stem/response/protocolinfo.py
 %%PYTHON_SITELIBDIR%%/stem/response/protocolinfo.pyc
 %%PYTHON_SITELIBDIR%%/stem/response/protocolinfo.pyo
+%%PYTHON_SITELIBDIR%%/stem/settings.cfg
 %%PYTHON_SITELIBDIR%%/stem/socket.py
 %%PYTHON_SITELIBDIR%%/stem/socket.pyc
 %%PYTHON_SITELIBDIR%%/stem/socket.pyo


More information about the svn-ports-head mailing list