svn commit: r348952 - in head/x11-toolkits: hs-wx hs-wxc hs-wxcore

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 12:21:35 UTC 2014


Author: bapt
Date: Mon Mar 24 12:21:34 2014
New Revision: 348952
URL: http://svnweb.freebsd.org/changeset/ports/348952
QAT: https://qat.redports.org/buildarchive/r348952/

Log:
  Switch to wx 3.0

Modified:
  head/x11-toolkits/hs-wx/Makefile
  head/x11-toolkits/hs-wxc/Makefile
  head/x11-toolkits/hs-wxcore/Makefile

Modified: head/x11-toolkits/hs-wx/Makefile
==============================================================================
--- head/x11-toolkits/hs-wx/Makefile	Mon Mar 24 12:19:51 2014	(r348951)
+++ head/x11-toolkits/hs-wx/Makefile	Mon Mar 24 12:21:34 2014	(r348952)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wx
 PORTVERSION=	0.90.0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-toolkits haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	wxHaskell
 
 USE_CABAL=	stm wxcore>=0.90
 
-USE_WX=		2.9
+USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes
 

Modified: head/x11-toolkits/hs-wxc/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxc/Makefile	Mon Mar 24 12:19:51 2014	(r348951)
+++ head/x11-toolkits/hs-wxc/Makefile	Mon Mar 24 12:21:34 2014	(r348952)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wxc
 PORTVERSION=	0.90.0.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-toolkits haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	wxHaskell C++ wrapper
 
 USE_CABAL=	wxdirect>=0.90
 
-USE_WX=		2.9
+USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes
 

Modified: head/x11-toolkits/hs-wxcore/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxcore/Makefile	Mon Mar 24 12:19:51 2014	(r348951)
+++ head/x11-toolkits/hs-wxcore/Makefile	Mon Mar 24 12:21:34 2014	(r348952)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wxcore
 PORTVERSION=	0.90.0.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-toolkits haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	wxHaskell core
 
 USE_CABAL=	parsec stm wxc>=0.90.0.4 wxdirect>=0.90
 
-USE_WX=		2.9
+USE_WX=		3.0
 WX_COMPS=	wx
 WX_UNICODE=	yes
 


More information about the svn-ports-head mailing list