From owner-svn-ports-all@freebsd.org Mon Sep 4 00:01:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4B6DE02B93; Mon, 4 Sep 2017 00:01:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A005680D26; Mon, 4 Sep 2017 00:01:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8401G93057797; Mon, 4 Sep 2017 00:01:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8401Gu4057796; Mon, 4 Sep 2017 00:01:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709040001.v8401Gu4057796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Sep 2017 00:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449230 - head/security/obfsproxy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/obfsproxy X-SVN-Commit-Revision: 449230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 00:01:18 -0000 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