Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 00:01:26 +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: r449232 - head/www/py-nevow
Message-ID:  <201709040001.v8401QRV058914@repo.freebsd.org>

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



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