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-gtksourceview2 | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/hs-gtksourceview2')
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 791ba7186b05..a52afac6c65e 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gtksourceview2 -PORTVERSION= 0.12.3.1 -PORTREVISION= 8 +PORTVERSION= 0.12.5.0 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Binding to the GtkSourceView library LICENSE= LGPL21 USES= pkgconfig -USE_CABAL= glib>=0.12 gtk>=0.12 mtl +USE_CABAL= glib>=0.12 gtk>=0.12.5.0 mtl USE_GNOME= gtksourceview2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/x11-toolkits/hs-gtksourceview2/distinfo b/x11-toolkits/hs-gtksourceview2/distinfo index 2dd7e0f6ab1d..4df78a7bdb59 100644 --- a/x11-toolkits/hs-gtksourceview2/distinfo +++ b/x11-toolkits/hs-gtksourceview2/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gtksourceview2-0.12.3.1.tar.gz) = cfe2467347280c1cfaf2a977b465214f2ea90fb17c84ad0f13f9b7518e9221b1 -SIZE (cabal/gtksourceview2-0.12.3.1.tar.gz) = 55932 +SHA256 (cabal/gtksourceview2-0.12.5.0.tar.gz) = 49bbd6fe74a9a3c9e1439231f9ed244a05ec10507b7455be05465954b2d3b788 +SIZE (cabal/gtksourceview2-0.12.5.0.tar.gz) = 57462 diff --git a/x11-toolkits/hs-gtksourceview2/pkg-descr b/x11-toolkits/hs-gtksourceview2/pkg-descr index d63e878bc9b5..1ef0ceb7e6cb 100644 --- a/x11-toolkits/hs-gtksourceview2/pkg-descr +++ b/x11-toolkits/hs-gtksourceview2/pkg-descr @@ -2,4 +2,4 @@ GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. -WWW: http://www.haskell.org/gtk2hs/ +WWW: http://projects.haskell.org/gtk2hs/ |