svn commit: r449230 - head/security/obfsproxy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 4 00:01:18 UTC 2017
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
More information about the svn-ports-head
mailing list