From owner-svn-ports-head@freebsd.org Mon Aug 28 19:18:58 2017 Return-Path: Delivered-To: svn-ports-head@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 112A0E1241F; Mon, 28 Aug 2017 19:18:58 +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 D14FF2CC; Mon, 28 Aug 2017 19:18:57 +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 v7SJIuu5098897; Mon, 28 Aug 2017 19:18:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7SJIuAc098896; Mon, 28 Aug 2017 19:18:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708281918.v7SJIuAc098896@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, 28 Aug 2017 19:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448886 - head/devel/py-foolscap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-foolscap X-SVN-Commit-Revision: 448886 X-SVN-Commit-Repository: ports 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.23 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: Mon, 28 Aug 2017 19:18:58 -0000 Author: sunpoet Date: Mon Aug 28 19:18:56 2017 New Revision: 448886 URL: https://svnweb.freebsd.org/changeset/ports/448886 Log: Change from USES=twisted to devel/py-twisted - Bump PORTREVISION for dependency change PR: 221648 Submitted by: sunpoet (myself) Approved by: kevlo (maintainer, blanket) Modified: head/devel/py-foolscap/Makefile Modified: head/devel/py-foolscap/Makefile ============================================================================== --- head/devel/py-foolscap/Makefile Mon Aug 28 19:18:51 2017 (r448885) +++ head/devel/py-foolscap/Makefile Mon Aug 28 19:18:56 2017 (r448886) @@ -3,6 +3,7 @@ PORTNAME= foolscap PORTVERSION= 0.12.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://foolscap.lothar.com/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,12 @@ COMMENT= RPC protocol for Twisted Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= python twisted +USES= python USE_PYTHON= autoplist distutils regression-test: build