diff options
author | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
commit | bdbef3d0627605340338e3924e740f365a23ca9b (patch) | |
tree | 2e70319c0a859f03e56d694c9d2c5983ae7a8744 /meta-pkgs/ruby-gnome2/Makefile.common | |
parent | 4bff5e91a8fb00be9ddcb23d97dcfabb9f95045e (diff) | |
download | pkgsrc-bdbef3d0627605340338e3924e740f365a23ca9b.tar.gz |
Update ruby-gnome2 to 0.18.0.
== Ruby-GNOME2 0.18.0: 2008-09-30
This release fixes some memory leak bugs and has new
experimental packages.
=== Changes
Ruby/GLib:
* mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou]
* fixed memory leaks. [Kouhei Sutou]
* [#2110165] Gdk::Pixbuf memory leak
* install glib-enum-types.h. [Andy Spencer]
* [#2106938] Install glib-enum-types.h
Ruby/GTK2:
* add GTK+ 2.12 related bindings. [Guillaume Cottenceau]
* fixed initialize order. [Kouhei Sutou]
* [#2113491] Incorrect initialize order (compiling with mingw)
Ruby/GooCanvas [NEW][EXPERIMENTAL]:
* added. [Kouhei Sutou]
Ruby/Pango:
* fixed memory leaks. [Kouhei Sutou]
Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]:
* add. [yselkowitz]
Diffstat (limited to 'meta-pkgs/ruby-gnome2/Makefile.common')
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index edf81c6c76f..71a2372e75e 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.6 2008/09/17 00:21:48 obache Exp $ +# $NetBSD: Makefile.common,v 1.7 2008/10/22 10:42:02 obache Exp $ # -DISTNAME= ruby-gnome2-all-0.17.0 +DISTNAME= ruby-gnome2-all-0.18.0 CATEGORIES+= ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome2/} @@ -11,7 +11,7 @@ PATCHDIR= ${.CURDIR}/../../meta-pkgs/ruby-gnome2/patches MAINTAINER= dieter.NetBSD@pandora.be HOMEPAGE= http://ruby-gnome2.sourceforge.jp/ -VERSION= 0.17.0 +VERSION= 0.18.0 RUBY_HAS_ARCHLIB= yes USE_RUBY_EXTCONF= yes |