summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2010-11-27 06:14:45 +0000
committerobache <obache>2010-11-27 06:14:45 +0000
commit11ffb9765c016dafbf9f9e8a6f9029e52493d4aa (patch)
tree05ba2ed22fc3ab4bf37b1fe4e378df42b0da9909
parent6d7f93069879891b4cf24cd8f64a047afe28298e (diff)
downloadpkgsrc-11ffb9765c016dafbf9f9e8a6f9029e52493d4aa.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]
-rw-r--r--devel/ruby-gnome2-bonobo/Makefile3
-rw-r--r--devel/ruby-gnome2-bonoboui/Makefile3
-rw-r--r--devel/ruby-gnome2-libglade/Makefile3
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile3
-rw-r--r--graphics/ruby-gnome2-gnomecanvas/Makefile3
-rw-r--r--graphics/ruby-gnome2-goocanvas/Makefile3
-rw-r--r--graphics/ruby-gnome2-gtkglext/Makefile3
-rw-r--r--graphics/ruby-gnome2-rsvg/Makefile3
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common6
-rw-r--r--meta-pkgs/ruby-gnome2/distinfo8
-rw-r--r--print/ruby-gnome2-gnomeprint/Makefile3
-rw-r--r--print/ruby-gnome2-gnomeprintui/Makefile3
-rw-r--r--print/ruby-gnome2-poppler/Makefile3
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/Makefile3
-rw-r--r--www/ruby-gnome2-gtkhtml2/Makefile3
-rw-r--r--www/ruby-gnome2-gtkmozembed/Makefile3
-rw-r--r--x11/ruby-gnome2-gnome/Makefile3
-rw-r--r--x11/ruby-gnome2-gtk/Makefile3
-rw-r--r--x11/ruby-gnome2-gtksourceview/Makefile3
-rw-r--r--x11/ruby-gnome2-gtksourceview2/Makefile3
-rw-r--r--x11/ruby-gnome2-panelapplet/Makefile3
-rw-r--r--x11/ruby-gnome2-vte/Makefile3
22 files changed, 27 insertions, 47 deletions
diff --git a/devel/ruby-gnome2-bonobo/Makefile b/devel/ruby-gnome2-bonobo/Makefile
index 6e63454816a..de77da392e2 100644
--- a/devel/ruby-gnome2-bonobo/Makefile
+++ b/devel/ruby-gnome2-bonobo/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2010/11/15 22:56:46 abs Exp $
+# $NetBSD: Makefile,v 1.10 2010/11/27 06:14:45 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonobo-${VERSION}
COMMENT= Ruby binding of libbonobo-2.x or later
-PKGREVISION= 1
CATEGORIES= devel
CONFLICTS+= ruby[0-9][0-9]-gnome2-bonobo-[0-9]*
diff --git a/devel/ruby-gnome2-bonoboui/Makefile b/devel/ruby-gnome2-bonoboui/Makefile
index c441bfb136f..889245c3afc 100644
--- a/devel/ruby-gnome2-bonoboui/Makefile
+++ b/devel/ruby-gnome2-bonoboui/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2010/11/15 22:56:47 abs Exp $
+# $NetBSD: Makefile,v 1.11 2010/11/27 06:14:45 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonoboui-${VERSION}
COMMENT= Ruby binding of libbonoboui-2.x or later
-PKGREVISION= 1
CATEGORIES= devel
CONFLICTS+= ruby[0-9][0-9]-gnome2-bonoboui-[0-9]*
diff --git a/devel/ruby-gnome2-libglade/Makefile b/devel/ruby-gnome2-libglade/Makefile
index de6f2419280..18269e7dca5 100644
--- a/devel/ruby-gnome2-libglade/Makefile
+++ b/devel/ruby-gnome2-libglade/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2010/11/15 22:56:47 abs Exp $
+# $NetBSD: Makefile,v 1.11 2010/11/27 06:14:46 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libglade-${VERSION}
COMMENT= Ruby binding of libglade
-PKGREVISION= 1
CATEGORIES= devel
CONFLICTS+= ruby[0-9][0-9]-gnome2-libglade-[0-9]*
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 220659c12f9..8bac2e94993 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2010/11/15 22:57:26 abs Exp $
+# $NetBSD: Makefile,v 1.17 2010/11/27 06:14:46 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
COMMENT= Ruby binding of GdkPixbuf-2.x
-PKGREVISION= 1
CATEGORIES= graphics devel
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
diff --git a/graphics/ruby-gnome2-gnomecanvas/Makefile b/graphics/ruby-gnome2-gnomecanvas/Makefile
index b8645f676bf..e20a8e129d1 100644
--- a/graphics/ruby-gnome2-gnomecanvas/Makefile
+++ b/graphics/ruby-gnome2-gnomecanvas/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2010/11/15 22:57:26 abs Exp $
+# $NetBSD: Makefile,v 1.19 2010/11/27 06:14:46 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas-${VERSION}
COMMENT= Ruby binding of GnomeCanvas-2.x
-PKGREVISION= 1
CATEGORIES= graphics gnome
CONFLICTS+= ruby-gnome2-gnomecanvas-[0-9]*
diff --git a/graphics/ruby-gnome2-goocanvas/Makefile b/graphics/ruby-gnome2-goocanvas/Makefile
index bcbc909adc1..4be48b1176a 100644
--- a/graphics/ruby-gnome2-goocanvas/Makefile
+++ b/graphics/ruby-gnome2-goocanvas/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2010/11/15 22:57:26 abs Exp $
+# $NetBSD: Makefile,v 1.9 2010/11/27 06:14:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-goocanvas-${VERSION}
COMMENT= Ruby binding of GooCanvas
-PKGREVISION= 1
CATEGORIES= graphics gnome
CONFLICTS+= ruby[0-9][0-9]-gnome2-goocanvas-[0-9]*
diff --git a/graphics/ruby-gnome2-gtkglext/Makefile b/graphics/ruby-gnome2-gtkglext/Makefile
index 78e3ffd2453..cf7ad8f0f68 100644
--- a/graphics/ruby-gnome2-gtkglext/Makefile
+++ b/graphics/ruby-gnome2-gtkglext/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2010/11/15 22:57:27 abs Exp $
+# $NetBSD: Makefile,v 1.10 2010/11/27 06:14:46 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkglext-${VERSION}
COMMENT= Ruby binding of gtkglext
-PKGREVISION= 1
CATEGORIES= graphics
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkglext-[0-9]*
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile
index 826c02c6a8b..430f4eaf94a 100644
--- a/graphics/ruby-gnome2-rsvg/Makefile
+++ b/graphics/ruby-gnome2-rsvg/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2010/11/15 22:57:27 abs Exp $
+# $NetBSD: Makefile,v 1.18 2010/11/27 06:14:47 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
COMMENT= Ruby binding of librsvg
-PKGREVISION= 1
CATEGORIES= graphics
CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index df1e0a16c21..ce3a9b2efa0 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2010/10/23 12:45:08 obache Exp $
+# $NetBSD: Makefile.common,v 1.16 2010/11/27 06:14:45 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-bonobo/Makefile
@@ -39,13 +39,13 @@ MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 0.90.3
+VERSION= 0.90.5
USE_RUBY_EXTCONF= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
INSTALL_TARGET= install
-INSTALL_MAKE_FLAGS+= pkgconfigdir=${DESTDIR:Q}${PREFIX:Q}/lib/pkgconfig
+CONFIGURE_ARGS+= --with-pkg-config-dir=${DESTDIR:Q}${PREFIX:Q}/lib/pkgconfig
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/meta-pkgs/ruby-gnome2/distinfo b/meta-pkgs/ruby-gnome2/distinfo
index 8d3291bcb93..d444e649290 100644
--- a/meta-pkgs/ruby-gnome2/distinfo
+++ b/meta-pkgs/ruby-gnome2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2010/10/23 12:45:08 obache Exp $
+$NetBSD: distinfo,v 1.18 2010/11/27 06:14:45 obache Exp $
-SHA1 (ruby-gnome2-all-0.90.3.tar.gz) = 91bb646ca4eadc391a414c83bfd1e3b643223833
-RMD160 (ruby-gnome2-all-0.90.3.tar.gz) = 7e3664054b5f9d9d97498f6541a7a128fbf2758d
-Size (ruby-gnome2-all-0.90.3.tar.gz) = 2491145 bytes
+SHA1 (ruby-gnome2-all-0.90.5.tar.gz) = 320fc4c9b65b6494abac894e84013683584acf54
+RMD160 (ruby-gnome2-all-0.90.5.tar.gz) = 7c96480e366bac2408a3790c355ad517cc0b0023
+Size (ruby-gnome2-all-0.90.5.tar.gz) = 1754503 bytes
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]*
diff --git a/sysutils/ruby-gnome2-gnomevfs/Makefile b/sysutils/ruby-gnome2-gnomevfs/Makefile
index 3702a52f0a8..9ef31fcf800 100644
--- a/sysutils/ruby-gnome2-gnomevfs/Makefile
+++ b/sysutils/ruby-gnome2-gnomevfs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/11/15 22:58:37 abs Exp $
+# $NetBSD: Makefile,v 1.8 2010/11/27 06:14:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomevfs-${VERSION}
COMMENT= Ruby binding of gnomevfs
-PKGREVISION= 1
CATEGORIES= sysutils
CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomevfs-[0-9]*
diff --git a/www/ruby-gnome2-gtkhtml2/Makefile b/www/ruby-gnome2-gtkhtml2/Makefile
index 4528a2b71f5..4c53e0d63da 100644
--- a/www/ruby-gnome2-gtkhtml2/Makefile
+++ b/www/ruby-gnome2-gtkhtml2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2010/11/15 22:58:53 abs Exp $
+# $NetBSD: Makefile,v 1.10 2010/11/27 06:14:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkhtml2-${VERSION}
COMMENT= Ruby binding of gtkhtml2
-PKGREVISION= 1
CATEGORIES= www
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkhtml2-[0-9]*
diff --git a/www/ruby-gnome2-gtkmozembed/Makefile b/www/ruby-gnome2-gtkmozembed/Makefile
index 02781c2e21c..330738588aa 100644
--- a/www/ruby-gnome2-gtkmozembed/Makefile
+++ b/www/ruby-gnome2-gtkmozembed/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2010/11/15 22:58:53 abs Exp $
+# $NetBSD: Makefile,v 1.14 2010/11/27 06:14:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkmozembed-${VERSION}
COMMENT= Ruby binding of gtkmozembed
-PKGREVISION= 1
CATEGORIES= www
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkmozembed-[0-9]*
diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile
index d75d763009f..a86f5f3cbc9 100644
--- a/x11/ruby-gnome2-gnome/Makefile
+++ b/x11/ruby-gnome2-gnome/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2010/11/15 22:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.25 2010/11/27 06:14:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnome-${VERSION}
-PKGREVISION= 1
CATEGORIES= gnome x11
COMMENT= Ruby binding of libgnome/libgnomeui-2.x
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile
index e267ab09d56..c3a88ba1f07 100644
--- a/x11/ruby-gnome2-gtk/Makefile
+++ b/x11/ruby-gnome2-gtk/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2010/11/15 22:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.22 2010/11/27 06:14:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
-PKGREVISION= 1
CATEGORIES= x11
COMMENT= Ruby binding of GTK+-2.x
diff --git a/x11/ruby-gnome2-gtksourceview/Makefile b/x11/ruby-gnome2-gtksourceview/Makefile
index 5d687babb74..c1d8bb24818 100644
--- a/x11/ruby-gnome2-gtksourceview/Makefile
+++ b/x11/ruby-gnome2-gtksourceview/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2010/11/15 22:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.12 2010/11/27 06:14:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview-${VERSION}
COMMENT= Ruby binding of gtksourceview
-PKGREVISION= 1
CATEGORIES= x11
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview-[0-9]*
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile
index 0e4c1f1e5cb..1d348c083a4 100644
--- a/x11/ruby-gnome2-gtksourceview2/Makefile
+++ b/x11/ruby-gnome2-gtksourceview2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2010/11/15 22:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.9 2010/11/27 06:14:50 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-panelapplet/Makefile b/x11/ruby-gnome2-panelapplet/Makefile
index f04ab4a6bcc..39a0521d766 100644
--- a/x11/ruby-gnome2-panelapplet/Makefile
+++ b/x11/ruby-gnome2-panelapplet/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2010/11/15 22:59:13 abs Exp $
+# $NetBSD: Makefile,v 1.26 2010/11/27 06:14:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-panelapplet-${VERSION}
COMMENT= Ruby binding of libpanel-applet-2.6.x
-PKGREVISION= 1
CATEGORIES= x11 gnome
CONFLICTS+= ruby-gnome2-panelapplet-[0-9]*
diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile
index af6d82797bb..c32cdc1a1e1 100644
--- a/x11/ruby-gnome2-vte/Makefile
+++ b/x11/ruby-gnome2-vte/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/11/15 22:59:13 abs Exp $
+# $NetBSD: Makefile,v 1.13 2010/11/27 06:14:49 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]*