diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:29:59 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:29:59 +0800 |
commit | d3d41dfe05656a82ad3005b707a98a08b66808dd (patch) | |
tree | ba2a39b590fe79c1abfc0694c82930f71eb6ae35 /x11-toolkits | |
parent | 71051c7e2853ad1588d001e212c882aea5bb6c48 (diff) | |
download | freebsd-ports-graphics-d3d41dfe05656a82ad3005b707a98a08b66808dd.tar.gz freebsd-ports-graphics-d3d41dfe05656a82ad3005b707a98a08b66808dd.tar.zst freebsd-ports-graphics-d3d41dfe05656a82ad3005b707a98a08b66808dd.zip |
- Update to 0.90.0.3
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-wxcore/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-wxcore/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index 3ba467d9901..89bd1511a87 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wxcore -PORTVERSION= 0.90.0.1 +PORTVERSION= 0.90.0.3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= wxHaskell core CABAL_SETUP= Setup.hs -USE_CABAL= parsec stm wxc>=0.90 wxdirect>=0.90 +USE_CABAL= parsec stm wxc>=0.90.0.4 wxdirect>=0.90 USE_WX= 2.9 WX_COMPS= wx diff --git a/x11-toolkits/hs-wxcore/distinfo b/x11-toolkits/hs-wxcore/distinfo index 25bff7fc624..a8d051625f1 100644 --- a/x11-toolkits/hs-wxcore/distinfo +++ b/x11-toolkits/hs-wxcore/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wxcore-0.90.0.1.tar.gz) = f80e97e8488c3d98320be1f60b66c1da937090ca8223159c185cae02d021290c -SIZE (cabal/wxcore-0.90.0.1.tar.gz) = 355766 +SHA256 (cabal/wxcore-0.90.0.3.tar.gz) = bcc6530a8c087248ab9404fc370e0fd8556d9d05c318780a1ff2a7cf4c86e934 +SIZE (cabal/wxcore-0.90.0.3.tar.gz) = 354646 |