Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 00:01:02 +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: r449227 - head/net/py-tofu
Message-ID:  <201709040001.v84012bg056602@repo.freebsd.org>

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



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