Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 12:21:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348952 - in head/x11-toolkits: hs-wx hs-wxc hs-wxcore
Message-ID:  <201403241221.s2OCLZ5n074344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241221.s2OCLZ5n074344>