svn commit: r449232 - head/www/py-nevow

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


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

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

Modified:
  head/www/py-nevow/Makefile

Modified: head/www/py-nevow/Makefile
==============================================================================
--- head/www/py-nevow/Makefile	Mon Sep  4 00:01:21 2017	(r449231)
+++ head/www/py-nevow/Makefile	Mon Sep  4 00:01:26 2017	(r449232)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nevow
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	www python devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +15,10 @@ COMMENT=	Web application templating system, based on t
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
 USE_PYTHON=	autoplist distutils
-USES=		gettext python twisted:web
+USES=		gettext python
 NO_ARCH=	yes
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list