svn commit: r345653 - head/security/obfsproxy

Carlo Strub cs at FreeBSD.org
Sat Feb 22 14:12:28 UTC 2014


Author: cs
Date: Sat Feb 22 14:12:27 2014
New Revision: 345653
URL: http://svnweb.freebsd.org/changeset/ports/345653
QAT: https://qat.redports.org/buildarchive/r345653/

Log:
  Add devel/py-yaml as a run dependency

Modified:
  head/security/obfsproxy/Makefile

Modified: head/security/obfsproxy/Makefile
==============================================================================
--- head/security/obfsproxy/Makefile	Sat Feb 22 14:09:07 2014	(r345652)
+++ head/security/obfsproxy/Makefile	Sat Feb 22 14:12:27 2014	(r345653)
@@ -3,6 +3,7 @@
 
 PORTNAME=	obfsproxy
 PORTVERSION=	0.2.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security net python
 MASTER_SITES=	http://www.c-s.li/ports/
@@ -14,7 +15,8 @@ LICENSE=	BSD3CLAUSE
 
 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
+		${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml
 
 USE_PYTHON=	yes
 USES=		twisted


More information about the svn-ports-head mailing list