diff options
author | obache <obache> | 2011-03-04 13:14:04 +0000 |
---|---|---|
committer | obache <obache> | 2011-03-04 13:14:04 +0000 |
commit | 15139eec5b0e9417a1cfe4ecb1335586c690e1eb (patch) | |
tree | 37dc3870a58d3e80cc33adc679bc06683ce2af1d /x11 | |
parent | ae19a8ae3f7c6f0006b9e47d04fc66769dd8333d (diff) | |
download | pkgsrc-15139eec5b0e9417a1cfe4ecb1335586c690e1eb.tar.gz |
Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.7.
=== Changes
==== All
* Fixes
* 'make distclean' does not removed pkg-config files.
==== Ruby/GLib2
* Fixes
* fix non-gem rcairo detection. [#3178228]
[OBATA Akio, Kouhei Sutou]
==== Ruby/Atk
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/Pango
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/GTK2
* Fixes
* fix require order.
[id:kenhys]
* [#3046538] fix crash by GC at exit.
[Vincent Carmona, Kouhei Sutou]
* gtk-demo samples with ruby 1.9 (excepted cairo ones).
[Vincent Carmona]
==== Ruby/GooCanvas
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* improve missing message.
[Vincent Carmona]
* add Gst::InstallPlugins.
[Vincent Carmona, Kouhei Sutou]
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
* don't use rbgprivate.h. [#3188442]
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-gtk/Makefile | 5 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/Makefile | 3 | ||||
-rw-r--r-- | x11/ruby-gnome2-vte/Makefile | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile index 22038430b5c..028ff0e47c6 100644 --- a/x11/ruby-gnome2-gtk/Makefile +++ b/x11/ruby-gnome2-gtk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2011/02/21 16:01:24 taca Exp $ +# $NetBSD: Makefile,v 1.26 2011/03/04 13:14:07 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION} -PKGREVISION= 1 -CATEGORIES= x11 COMMENT= Ruby binding of GTK+-2.x +CATEGORIES= x11 CONFLICTS+= ruby-gnome2-gtk-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-gtk-[0-9]* diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile index 4dce2322718..170b3a19c55 100644 --- a/x11/ruby-gnome2-gtksourceview2/Makefile +++ b/x11/ruby-gnome2-gtksourceview2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/02/21 16:01:24 taca Exp $ +# $NetBSD: Makefile,v 1.13 2011/03/04 13:14:07 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION} COMMENT= Ruby binding of gtksourceview2 -PKGREVISION= 1 CATEGORIES= x11 CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]* diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile index 5a768ad65dd..679fa99aa6f 100644 --- a/x11/ruby-gnome2-vte/Makefile +++ b/x11/ruby-gnome2-vte/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2011/02/21 16:01:24 taca Exp $ +# $NetBSD: Makefile,v 1.17 2011/03/04 13:14:07 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-vte-${VERSION} COMMENT= Ruby binding of vte -PKGREVISION= 1 CATEGORIES= x11 CONFLICTS+= ruby[0-9][0-9]-gnome2-vte-[0-9]* |