svn commit: r448886 - head/devel/py-foolscap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 28 19:18:58 UTC 2017


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


More information about the svn-ports-all mailing list