svn commit: r396856 - head/deskutils/taskcoach

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 20:27:49 UTC 2015


Author: bapt
Date: Sun Sep 13 20:27:48 2015
New Revision: 396856
URL: https://svnweb.freebsd.org/changeset/ports/396856

Log:
  Use wxGTK3

Modified:
  head/deskutils/taskcoach/Makefile

Modified: head/deskutils/taskcoach/Makefile
==============================================================================
--- head/deskutils/taskcoach/Makefile	Sun Sep 13 20:27:07 2015	(r396855)
+++ head/deskutils/taskcoach/Makefile	Sun Sep 13 20:27:48 2015	(r396856)
@@ -2,6 +2,7 @@
 
 PORTNAME=	taskcoach
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
 DISTNAME=	TaskCoach-${PORTVERSION}
@@ -16,7 +17,7 @@ LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
 USES=		python twisted
 USE_PYTHON=	distutils
 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-head mailing list