svn commit: r449227 - head/net/py-tofu

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 4 00:01:03 UTC 2017


Author: sunpoet
Date: Mon Sep  4 00:01:02 2017
New Revision: 449227
URL: https://svnweb.freebsd.org/changeset/ports/449227

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change
  
  PR:		221660
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/net/py-tofu/Makefile

Modified: head/net/py-tofu/Makefile
==============================================================================
--- head/net/py-tofu/Makefile	Mon Sep  4 00:00:57 2017	(r449226)
+++ head/net/py-tofu/Makefile	Mon Sep  4 00:01:02 2017	(r449227)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tofu
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	http://download.gna.org/soya/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,12 @@ COMMENT=	Practical high-level network game engine
 
 LICENSE=	GPLv2+
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
 OPTIONS_DEFINE=	EXAMPLES
 
 NO_ARCH=	yes
-USES=		python twisted tar:bzip2
+USES=		python tar:bzip2
 USE_PYTHON=	autoplist distutils
 EXAMPLESDIR=	${PREFIX}/share/examples/py-tofu
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list