Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 20:20:41 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330355 - head/security/py-stem
Message-ID:  <201310142020.r9EKKfQS034737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Mon Oct 14 20:20:41 2013
New Revision: 330355
URL: http://svnweb.freebsd.org/changeset/ports/330355

Log:
  - Update to 1.1.0
  - Ready for Staging
  - Change license

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	Mon Oct 14 20:19:19 2013	(r330354)
+++ head/security/py-stem/Makefile	Mon Oct 14 20:20:41 2013	(r330355)
@@ -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>

Modified: head/security/py-stem/distinfo
==============================================================================
--- head/security/py-stem/distinfo	Mon Oct 14 20:19:19 2013	(r330354)
+++ head/security/py-stem/distinfo	Mon Oct 14 20:20:41 2013	(r330355)
@@ -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

Modified: head/security/py-stem/pkg-plist
==============================================================================
--- head/security/py-stem/pkg-plist	Mon Oct 14 20:19:19 2013	(r330354)
+++ head/security/py-stem/pkg-plist	Mon Oct 14 20:20:41 2013	(r330355)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310142020.r9EKKfQS034737>