svn commit: r389003 - head/security/py-stem
Carlo Strub
cs at FreeBSD.org
Tue Jun 9 21:16:45 UTC 2015
Author: cs
Date: Tue Jun 9 21:16:43 2015
New Revision: 389003
URL: https://svnweb.freebsd.org/changeset/ports/389003
Log:
Update to 1.4.1
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 Tue Jun 9 21:10:28 2015 (r389002)
+++ head/security/py-stem/Makefile Tue Jun 9 21:16:43 2015 (r389003)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stem
-PORTVERSION= 1.3.0
+PORTVERSION= 1.4.1
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/ \
CHEESESHOP
@@ -12,7 +12,6 @@ MAINTAINER= cs at FreeBSD.org
COMMENT= Python controller library for Tor
LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python tar:bzip2
USE_PYTHON= distutils
Modified: head/security/py-stem/distinfo
==============================================================================
--- head/security/py-stem/distinfo Tue Jun 9 21:10:28 2015 (r389002)
+++ head/security/py-stem/distinfo Tue Jun 9 21:16:43 2015 (r389003)
@@ -1,2 +1,2 @@
-SHA256 (stem-1.3.0.tar.bz2) = 770e370156e0e92a9862e4670ee3f4ac385742006e578608528ee16cbab9d416
-SIZE (stem-1.3.0.tar.bz2) = 1481513
+SHA256 (stem-1.4.1.tar.bz2) = f2c460df59d63f60e5046221994be655a361c31b81cda0120e594999587869e8
+SIZE (stem-1.4.1.tar.bz2) = 1570151
Modified: head/security/py-stem/pkg-plist
==============================================================================
--- head/security/py-stem/pkg-plist Tue Jun 9 21:10:28 2015 (r389002)
+++ head/security/py-stem/pkg-plist Tue Jun 9 21:16:43 2015 (r389003)
@@ -1,4 +1,8 @@
bin/tor-prompt
+%%PYTHON_SITELIBDIR%%/stem-1.4.0_dev-py%%PYTHON_VER%%.egg-info/PKG-INFO
+%%PYTHON_SITELIBDIR%%/stem-1.4.0_dev-py%%PYTHON_VER%%.egg-info/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/stem-1.4.0_dev-py%%PYTHON_VER%%.egg-info/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/stem-1.4.0_dev-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/stem/__init__.py
%%PYTHON_SITELIBDIR%%/stem/__init__.pyc
%%PYTHON_SITELIBDIR%%/stem/__init__.pyo
@@ -17,6 +21,9 @@ 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/hidden_service_descriptor.py
+%%PYTHON_SITELIBDIR%%/stem/descriptor/hidden_service_descriptor.pyc
+%%PYTHON_SITELIBDIR%%/stem/descriptor/hidden_service_descriptor.pyo
%%PYTHON_SITELIBDIR%%/stem/descriptor/microdescriptor.py
%%PYTHON_SITELIBDIR%%/stem/descriptor/microdescriptor.pyc
%%PYTHON_SITELIBDIR%%/stem/descriptor/microdescriptor.pyo
@@ -66,6 +73,9 @@ bin/tor-prompt
%%PYTHON_SITELIBDIR%%/stem/response/__init__.py
%%PYTHON_SITELIBDIR%%/stem/response/__init__.pyc
%%PYTHON_SITELIBDIR%%/stem/response/__init__.pyo
+%%PYTHON_SITELIBDIR%%/stem/response/add_onion.py
+%%PYTHON_SITELIBDIR%%/stem/response/add_onion.pyc
+%%PYTHON_SITELIBDIR%%/stem/response/add_onion.pyo
%%PYTHON_SITELIBDIR%%/stem/response/authchallenge.py
%%PYTHON_SITELIBDIR%%/stem/response/authchallenge.pyc
%%PYTHON_SITELIBDIR%%/stem/response/authchallenge.pyo
@@ -108,6 +118,7 @@ bin/tor-prompt
%%PYTHON_SITELIBDIR%%/stem/util/ordereddict.py
%%PYTHON_SITELIBDIR%%/stem/util/ordereddict.pyc
%%PYTHON_SITELIBDIR%%/stem/util/ordereddict.pyo
+%%PYTHON_SITELIBDIR%%/stem/util/ports.cfg
%%PYTHON_SITELIBDIR%%/stem/util/proc.py
%%PYTHON_SITELIBDIR%%/stem/util/proc.pyc
%%PYTHON_SITELIBDIR%%/stem/util/proc.pyo
More information about the svn-ports-head
mailing list