From owner-svn-ports-all@freebsd.org Mon Aug 28 19:18:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB148E12400; Mon, 28 Aug 2017 19:18:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A75D8232; Mon, 28 Aug 2017 19:18:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7SJIpsD098779; Mon, 28 Aug 2017 19:18:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7SJIpJB098778; Mon, 28 Aug 2017 19:18:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708281918.v7SJIpJB098778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 28 Aug 2017 19:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448885 - head/deskutils/taskcoach X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/deskutils/taskcoach X-SVN-Commit-Revision: 448885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2017 19:18:53 -0000 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+