diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:57:01 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:57:01 +0000 |
commit | 1b3695a1920d60ce4b6969c1fd74ef6d55e6318c (patch) | |
tree | 777add03bd408943ee4cbb2b3dc12700532481e9 /x11-toolkits/hs-gtk | |
parent | 0564c05dfae66dfd6277c3cf0f39eeb290d51436 (diff) | |
download | ports-1b3695a1920d60ce4b6969c1fd74ef6d55e6318c.tar.gz ports-1b3695a1920d60ce4b6969c1fd74ef6d55e6318c.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-gtk')
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index 70153704ba09..a4615be6ea10 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 0.12.2 -PORTREVISION= 1 +PORTVERSION= 0.12.3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo index 7adaf3252b75..a5414320e8e2 100644 --- a/x11-toolkits/hs-gtk/distinfo +++ b/x11-toolkits/hs-gtk/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gtk-0.12.2.tar.gz) = 3c49bf1d19f3954d787697675dec3042eeae887acd1b58171e60e3d594f05062 -SIZE (cabal/gtk-0.12.2.tar.gz) = 661717 +SHA256 (cabal/gtk-0.12.3.tar.gz) = 9880787bd65dff701204df5c08e14a535b698fc75786b192a975de3e7158ab28 +SIZE (cabal/gtk-0.12.3.tar.gz) = 660880 diff --git a/x11-toolkits/hs-gtk/pkg-descr b/x11-toolkits/hs-gtk/pkg-descr index ec797d9a8220..744fd816e0a1 100644 --- a/x11-toolkits/hs-gtk/pkg-descr +++ b/x11-toolkits/hs-gtk/pkg-descr @@ -2,4 +2,4 @@ This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. -WWW: http://www.haskell.org/gtk2hs/ +WWW: http://projects.haskell.org/gtk2hs/ |