svn commit: r360834 - head/deskutils/taskcoach

William Grzybowski wg at FreeBSD.org
Sat Jul 5 23:05:23 UTC 2014


Author: wg
Date: Sat Jul  5 23:05:22 2014
New Revision: 360834
URL: http://svnweb.freebsd.org/changeset/ports/360834
QAT: https://qat.redports.org/buildarchive/r360834/

Log:
  deskutils/taskcoach: use WX 3.0
  
  Approved by:	portmgr (bapt, blanket)

Modified:
  head/deskutils/taskcoach/Makefile

Modified: head/deskutils/taskcoach/Makefile
==============================================================================
--- head/deskutils/taskcoach/Makefile	Sat Jul  5 23:01:32 2014	(r360833)
+++ head/deskutils/taskcoach/Makefile	Sat Jul  5 23:05:22 2014	(r360834)
@@ -2,6 +2,7 @@
 
 PORTNAME=	taskcoach
 PORTVERSION=	1.3.40
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
 DISTNAME=	TaskCoach-${PORTVERSION}
@@ -17,7 +18,7 @@ USES=		twisted
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info
-USE_WX=		2.8
+USE_WX=		3.0+
 WX_COMPS=	python:lib
 WX_UNICODE=	yes
 


More information about the svn-ports-all mailing list