From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 14:12:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5216F641; Sat, 22 Feb 2014 14:12:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8121AFE; Sat, 22 Feb 2014 14:12:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MECSIV083076; Sat, 22 Feb 2014 14:12:28 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MECSE5083075; Sat, 22 Feb 2014 14:12:28 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201402221412.s1MECSE5083075@svn.freebsd.org> From: Carlo Strub Date: Sat, 22 Feb 2014 14:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345653 - head/security/obfsproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 14:12:28 -0000 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