diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /x11-toolkits/hs-wx | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/hs-wx')
-rw-r--r-- | x11-toolkits/hs-wx/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/hs-wx/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-wx/pkg-descr | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index 97ad3eb58d00..bcd5ce0cbdbd 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -1,16 +1,13 @@ # $FreeBSD$ PORTNAME= wx -PORTVERSION= 0.90.0.1 -PORTREVISION= 8 +PORTVERSION= 0.90.1.0 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org COMMENT= wxHaskell -USE_CABAL= stm wxcore>=0.90 - -BROKEN= does not build with any of the supported wx +USE_CABAL= stm wxcore>=0.90.1.0 USE_WX= 3.0 WX_COMPS= wx diff --git a/x11-toolkits/hs-wx/distinfo b/x11-toolkits/hs-wx/distinfo index de00bac3e885..66eb7f0937a3 100644 --- a/x11-toolkits/hs-wx/distinfo +++ b/x11-toolkits/hs-wx/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wx-0.90.0.1.tar.gz) = 150d448988afe0914aebb7bd61d58a27d12dd857e3d79e128ddf33a9f5a5db84 -SIZE (cabal/wx-0.90.0.1.tar.gz) = 47811 +SHA256 (cabal/wx-0.90.1.0.tar.gz) = c94e6ac36aa019e091098d871d4c39eb3f6735f6ef03e6093b7bb0715aaec998 +SIZE (cabal/wx-0.90.1.0.tar.gz) = 48667 diff --git a/x11-toolkits/hs-wx/pkg-descr b/x11-toolkits/hs-wx/pkg-descr index a49e8a23ba31..a3eec956f630 100644 --- a/x11-toolkits/hs-wx/pkg-descr +++ b/x11-toolkits/hs-wx/pkg-descr @@ -1,6 +1,6 @@ wxHaskell is a portable and native GUI library for Haskell. It is built on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS -X. This version works with wxWidgets 2.9 only. +X. WWW: http://haskell.org/haskellwiki/WxHaskell |