svn commit: r448885 - head/deskutils/taskcoach

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 28 19:18:53 UTC 2017


Author: sunpoet
Date: Mon Aug 28 19:18:51 2017
New Revision: 448885
URL: https://svnweb.freebsd.org/changeset/ports/448885

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change
  
  PR:		221647
  Submitted by:	sunpoet (myself)
  Approved by:	kevlo (maintainer, blanket)

Modified:
  head/deskutils/taskcoach/Makefile

Modified: head/deskutils/taskcoach/Makefile
==============================================================================
--- head/deskutils/taskcoach/Makefile	Mon Aug 28 19:18:46 2017	(r448884)
+++ head/deskutils/taskcoach/Makefile	Mon Aug 28 19:18:51 2017	(r448885)
@@ -2,7 +2,7 @@
 
 PORTNAME=	taskcoach
 PORTVERSION=	1.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
 DISTNAME=	TaskCoach-${PORTVERSION}
@@ -13,8 +13,10 @@ COMMENT=	Friendly task manager
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
 NO_ARCH=	yes
-USES=		python shebangfix twisted
+USES=		python shebangfix
 USE_PYTHON=	distutils
 PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info
 USE_WX=		3.0+


More information about the svn-ports-all mailing list