Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2017 19:18:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448886 - head/devel/py-foolscap
Message-ID:  <201708281918.v7SJIuAc098896@repo.freebsd.org>

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



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