Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 14:12:28 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345653 - head/security/obfsproxy
Message-ID:  <201402221412.s1MECSE5083075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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