diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:28:21 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:28:21 +0800 |
commit | 92ca630e5135b7f9d814c7be7e63c6c481a402c8 (patch) | |
tree | 0c8feb5bebaf43f7221940aa689ab5256fc05fb7 /x11-toolkits/hs-gtk | |
parent | 87b43e066cb313581cac4679ae9d1c65492ed2ce (diff) | |
download | freebsd-ports-gnome-92ca630e5135b7f9d814c7be7e63c6c481a402c8.tar.gz freebsd-ports-gnome-92ca630e5135b7f9d814c7be7e63c6c481a402c8.tar.zst freebsd-ports-gnome-92ca630e5135b7f9d814c7be7e63c6c481a402c8.zip |
- Update to 0.12.3.1
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits/hs-gtk')
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index a4615be6ea10..78567bb290ac 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.3.1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +17,7 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs -USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 +USE_CABAL= cairo>=0.12.0 gio>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 USE_GNOME= gtk20 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo index a5414320e8e2..94b68d782b71 100644 --- a/x11-toolkits/hs-gtk/distinfo +++ b/x11-toolkits/hs-gtk/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gtk-0.12.3.tar.gz) = 9880787bd65dff701204df5c08e14a535b698fc75786b192a975de3e7158ab28 -SIZE (cabal/gtk-0.12.3.tar.gz) = 660880 +SHA256 (cabal/gtk-0.12.3.1.tar.gz) = 1a9de48357f5bf4f2f10b797e3d6bef970aa4597c0ef48e61330ee4b0f803a6d +SIZE (cabal/gtk-0.12.3.1.tar.gz) = 666428 |