Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 02:56:43 +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: r443797 - head/devel/py-twisted
Message-ID:  <201706180256.v5I2uhvK000899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 18 02:56:43 2017
New Revision: 443797
URL: https://svnweb.freebsd.org/changeset/ports/443797

Log:
  Fix *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		219993 (based on)
  Submitted by:	Christian Sturm <reezer@reezer.org>

Modified:
  head/devel/py-twisted/Makefile

Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile	Sun Jun 18 02:56:09 2017	(r443796)
+++ head/devel/py-twisted/Makefile	Sun Jun 18 02:56:43 2017	(r443797)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twisted
 PORTVERSION=	17.5.0
+PORTREVISION=	1
 CATEGORIES=	devel net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +16,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \
-		${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \
-		${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \
+		${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink \
 		${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		python tar:bzip2
 USE_PYTHON=	autoplist concurrent distutils



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