Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 00:01:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449230 - head/security/obfsproxy
Message-ID:  <201709040001.v8401Gu4057796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep  4 00:01:16 2017
New Revision: 449230
URL: https://svnweb.freebsd.org/changeset/ports/449230

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change
  
  PR:		221665
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/security/obfsproxy/Makefile

Modified: head/security/obfsproxy/Makefile
==============================================================================
--- head/security/obfsproxy/Makefile	Mon Sep  4 00:01:11 2017	(r449229)
+++ head/security/obfsproxy/Makefile	Mon Sep  4 00:01:16 2017	(r449230)
@@ -3,6 +3,7 @@
 
 PORTNAME=	obfsproxy
 PORTVERSION=	0.2.13
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security net python
 MASTER_SITES=	http://www.c-s.li/ports/
@@ -14,10 +15,11 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml
 
 USE_PYTHON=	distutils
-USES=		python twisted
+USES=		python
 SUB_FILES=	pkg-message
 PYDISTUTILS_PKGNAME=obfsproxy
 



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