diff options
Diffstat (limited to 'security/obfsproxy/Makefile')
-rw-r--r-- | security/obfsproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index ff6e30cbc8e1..fb7ecfabe80c 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= obfsproxy -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ @@ -12,7 +12,7 @@ COMMENT= Pluggable transport proxy LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.4:${PORTSDIR}/security/py-pyptlib \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptlib \ ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto |