pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update ruby-gnome2 to 2.2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05ed16ea4ec9
branches:  trunk
changeset: 651905:05ed16ea4ec9
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun May 17 06:45:23 2015 +0000

description:
Update ruby-gnome2 to 2.2.5.

It is a GLib 2.44 support release.

=== Changes

==== Ruby/GLib2

    Improvements
        Supported GLib 2.44.
        [GitHub#361][Reported by Benjamin Maisano]

=== Thanks

    Benjamin Maisano

diffstat:

 devel/ruby-gnome2-pango/Makefile            |  3 +--
 graphics/ruby-gnome2-cairo-gobject/Makefile |  3 +--
 graphics/ruby-gnome2-gdk3/Makefile          |  3 +--
 graphics/ruby-gnome2-rsvg/Makefile          |  3 +--
 meta-pkgs/ruby-gnome2/Makefile.common       |  4 ++--
 meta-pkgs/ruby-gnome2/distinfo              |  8 ++++----
 print/ruby-gnome2-poppler/Makefile          |  3 +--
 x11/ruby-gnome2-gtk/Makefile                |  3 +--
 x11/ruby-gnome2-gtk3/Makefile               |  3 +--
 x11/ruby-gnome2-gtksourceview2/Makefile     |  3 +--
 x11/ruby-gnome2-gtksourceview3/Makefile     |  3 +--
 x11/ruby-gnome2-vte/Makefile                |  3 +--
 12 files changed, 16 insertions(+), 26 deletions(-)

diffs (162 lines):

diff -r c1301f02df6c -r 05ed16ea4ec9 devel/ruby-gnome2-pango/Makefile
--- a/devel/ruby-gnome2-pango/Makefile  Sun May 17 06:34:17 2015 +0000
+++ b/devel/ruby-gnome2-pango/Makefile  Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2015/04/25 14:20:40 tnn Exp $
+# $NetBSD: Makefile,v 1.47 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of pango-1.x
 CATEGORIES=            devel fonts
 
diff -r c1301f02df6c -r 05ed16ea4ec9 graphics/ruby-gnome2-cairo-gobject/Makefile
--- a/graphics/ruby-gnome2-cairo-gobject/Makefile       Sun May 17 06:34:17 2015 +0000
+++ b/graphics/ruby-gnome2-cairo-gobject/Makefile       Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-cairo-gobject-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of cairo-gobject
 CATEGORIES=            graphics gnome
 
diff -r c1301f02df6c -r 05ed16ea4ec9 graphics/ruby-gnome2-gdk3/Makefile
--- a/graphics/ruby-gnome2-gdk3/Makefile        Sun May 17 06:34:17 2015 +0000
+++ b/graphics/ruby-gnome2-gdk3/Makefile        Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gdk3-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of GDK3
 CATEGORIES=            graphics
 
diff -r c1301f02df6c -r 05ed16ea4ec9 graphics/ruby-gnome2-rsvg/Makefile
--- a/graphics/ruby-gnome2-rsvg/Makefile        Sun May 17 06:34:17 2015 +0000
+++ b/graphics/ruby-gnome2-rsvg/Makefile        Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of librsvg
 CATEGORIES=            graphics
 
diff -r c1301f02df6c -r 05ed16ea4ec9 meta-pkgs/ruby-gnome2/Makefile.common
--- a/meta-pkgs/ruby-gnome2/Makefile.common     Sun May 17 06:34:17 2015 +0000
+++ b/meta-pkgs/ruby-gnome2/Makefile.common     Sun May 17 06:45:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2015/03/15 16:47:19 hiramatsu Exp $
+# $NetBSD: Makefile.common,v 1.45 2015/05/17 06:45:23 tsutsui Exp $
 #
 # used by devel/ruby-gnome2-atk/Makefile
 # used by devel/ruby-gnome2-gio/Makefile
@@ -34,7 +34,7 @@
 HOMEPAGE=              http://ruby-gnome2.sourceforge.jp/
 LICENSE=               gnu-lgpl-v2.1
 
-VERSION=               2.2.4
+VERSION=               2.2.5
 USE_RUBY_EXTCONF?=     yes
 CONFIGURE_ENV+=                RUBYOPT="-Ku"
 RUBY_VERSION_SUPPORTED=        193 200 21
diff -r c1301f02df6c -r 05ed16ea4ec9 meta-pkgs/ruby-gnome2/distinfo
--- a/meta-pkgs/ruby-gnome2/distinfo    Sun May 17 06:34:17 2015 +0000
+++ b/meta-pkgs/ruby-gnome2/distinfo    Sun May 17 06:45:23 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2014/12/30 08:53:44 obache Exp $
+$NetBSD: distinfo,v 1.43 2015/05/17 06:45:23 tsutsui Exp $
 
-SHA1 (ruby-gnome2-all-2.2.4.tar.gz) = 818d35be43ea24efd50b9f17c5d186261ebca3b3
-RMD160 (ruby-gnome2-all-2.2.4.tar.gz) = b3653cf98086bb2ef82f0f90c831e927d0f44ad4
-Size (ruby-gnome2-all-2.2.4.tar.gz) = 1699429 bytes
+SHA1 (ruby-gnome2-all-2.2.5.tar.gz) = 646a2486df575b3eb6cf9143e9a741f09a7a2af3
+RMD160 (ruby-gnome2-all-2.2.5.tar.gz) = 154f8ba4ed6a8e4d912937b6a0b340eff2021b55
+Size (ruby-gnome2-all-2.2.5.tar.gz) = 1696485 bytes
 SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
diff -r c1301f02df6c -r 05ed16ea4ec9 print/ruby-gnome2-poppler/Makefile
--- a/print/ruby-gnome2-poppler/Makefile        Sun May 17 06:34:17 2015 +0000
+++ b/print/ruby-gnome2-poppler/Makefile        Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2015/04/25 14:24:47 tnn Exp $
+# $NetBSD: Makefile,v 1.62 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
-PKGREVISION=           3
 COMMENT=               Ruby binding of poppler-glib
 CATEGORIES=            print
 
diff -r c1301f02df6c -r 05ed16ea4ec9 x11/ruby-gnome2-gtk/Makefile
--- a/x11/ruby-gnome2-gtk/Makefile      Sun May 17 06:34:17 2015 +0000
+++ b/x11/ruby-gnome2-gtk/Makefile      Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2015/04/25 14:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of GTK+-2.x
 CATEGORIES=            x11
 
diff -r c1301f02df6c -r 05ed16ea4ec9 x11/ruby-gnome2-gtk3/Makefile
--- a/x11/ruby-gnome2-gtk3/Makefile     Sun May 17 06:34:17 2015 +0000
+++ b/x11/ruby-gnome2-gtk3/Makefile     Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2015/04/25 14:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gtk3-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of GTK+-3.x
 CATEGORIES=            x11
 
diff -r c1301f02df6c -r 05ed16ea4ec9 x11/ruby-gnome2-gtksourceview2/Makefile
--- a/x11/ruby-gnome2-gtksourceview2/Makefile   Sun May 17 06:34:17 2015 +0000
+++ b/x11/ruby-gnome2-gtksourceview2/Makefile   Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2015/04/25 14:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2015/05/17 06:45:23 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of gtksourceview2
 CATEGORIES=            x11
 
diff -r c1301f02df6c -r 05ed16ea4ec9 x11/ruby-gnome2-gtksourceview3/Makefile
--- a/x11/ruby-gnome2-gtksourceview3/Makefile   Sun May 17 06:34:17 2015 +0000
+++ b/x11/ruby-gnome2-gtksourceview3/Makefile   Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2015/04/25 14:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2015/05/17 06:45:24 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gtksourceview3-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of gtksourceview3
 CATEGORIES=            x11
 
diff -r c1301f02df6c -r 05ed16ea4ec9 x11/ruby-gnome2-vte/Makefile
--- a/x11/ruby-gnome2-vte/Makefile      Sun May 17 06:34:17 2015 +0000
+++ b/x11/ruby-gnome2-vte/Makefile      Sun May 17 06:45:23 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2015/04/25 14:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2015/05/17 06:45:24 tsutsui Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-vte-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of vte
 CATEGORIES=            x11
 



Home | Main Index | Thread Index | Old Index