diff options
author | obache <obache@pkgsrc.org> | 2010-11-27 06:14:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-27 06:14:45 +0000 |
commit | bffa3755f55ad525f3d0dd892bc0a0e74bb98bb5 (patch) | |
tree | 05ba2ed22fc3ab4bf37b1fe4e378df42b0da9909 /print | |
parent | a238c276454a1c87c860223ac1f7bae9d729477d (diff) | |
download | pkgsrc-bffa3755f55ad525f3d0dd892bc0a0e74bb98bb5.tar.gz |
Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28
NOTE: 0.90.x releases are for 1.0.0 major release.
A build system improvements release.
=== Changes
==== All
* Improvements
* add --with-pkg-config-dir option to extconf.rb for *.pc.
==== Ruby/GLib2
* Improvements
* glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
[Kouhei Sutou]
* Bug fixes
* fix pkg-config gem dependency.
[Kouhei Sutou]
== Ruby-GNOME2 0.90.4: 2010-10-24
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.3.
=== Changes
==== Ruby/GLib2
* Bug fixes
* add missing '*' for String type conversion. [#3093789]
[tmtms, Kouhei Sutou]
==== Ruby/GIO2
* Bug fixes
* Remove needless cairo dependency.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Libglade2
* Improvements
* Don't install *.pc by default.
[OBATA Akio, Kouhei Sutou]
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-gnomeprint/Makefile | 3 | ||||
-rw-r--r-- | print/ruby-gnome2-gnomeprintui/Makefile | 3 | ||||
-rw-r--r-- | print/ruby-gnome2-poppler/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile index fa981df9ce9..74c68d1a940 100644 --- a/print/ruby-gnome2-gnomeprint/Makefile +++ b/print/ruby-gnome2-gnomeprint/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/11/15 22:58:24 abs Exp $ +# $NetBSD: Makefile,v 1.17 2010/11/27 06:14:47 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION} COMMENT= Ruby binding of libgnomeprint -PKGREVISION= 1 CATEGORIES= print CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprint-[0-9]* diff --git a/print/ruby-gnome2-gnomeprintui/Makefile b/print/ruby-gnome2-gnomeprintui/Makefile index c2eeb024e8b..b3111b021ae 100644 --- a/print/ruby-gnome2-gnomeprintui/Makefile +++ b/print/ruby-gnome2-gnomeprintui/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2010/11/15 22:58:24 abs Exp $ +# $NetBSD: Makefile,v 1.12 2010/11/27 06:14:47 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprintui-${VERSION} COMMENT= Ruby binding of libgnomeprintui -PKGREVISION= 1 CATEGORIES= print CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprintui-[0-9]* diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile index 94de4cdca08..23114caa812 100644 --- a/print/ruby-gnome2-poppler/Makefile +++ b/print/ruby-gnome2-poppler/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2010/11/15 22:58:24 abs Exp $ +# $NetBSD: Makefile,v 1.15 2010/11/27 06:14:47 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION} COMMENT= Ruby binding of poppler-glib -PKGREVISION= 1 CATEGORIES= print CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]* |