aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-04 08:01:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-04 08:01:16 +0800
commit7d48c56b689ff7b10daed0b20430e8f4a8e7be70 (patch)
treee714c27a01b8a70c1dfc1c72042c690417c8476a /security
parent70e497c574ff44d4f66a60636029b6549a30ed66 (diff)
downloadfreebsd-ports-gnome-7d48c56b689ff7b10daed0b20430e8f4a8e7be70.tar.gz
freebsd-ports-gnome-7d48c56b689ff7b10daed0b20430e8f4a8e7be70.tar.zst
freebsd-ports-gnome-7d48c56b689ff7b10daed0b20430e8f4a8e7be70.zip
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)
Diffstat (limited to 'security')
-rw-r--r--security/obfsproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile
index 5413a311adeb..f602c0fe8edc 100644
--- a/security/obfsproxy/Makefile
+++ b/security/obfsproxy/Makefile
@@ -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