pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc ruby-gnome: update to 3.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30e986ae2e45
branches:  trunk
changeset: 372016:30e986ae2e45
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Mon Jan 17 15:17:14 2022 +0000

description:
ruby-gnome: update to 3.5.1.

Upstream changes (from NEWS):

== Ruby-GNOME 3.5.1: 2021-01-17

This is a release for Windows.

=== Changes

==== All

  * windows: Add workaround for mingw-w64-x86_64-gettext-0.21-1 or
    later. Dummy (({DllMain()})) is defined.

==== Ruby/Pango

  * Fixes

    * Fixed a bug that can't be started.
      [GitHub#1456][Reported by Akira Ouchi]

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({NoMethodError})) is raised on invalid
      signature for constructor.

=== Thanks

  * Akira Ouchi

== Ruby-GNOME 3.5.0: 2021-01-11

This is a release that adds support for Ractor.

Ruby/GObjectIntrospection has some backward incompatibilities for
Ractor support. If you have any problem, please report it to
https://github.com/ruby-gnome/ruby-gnome/issues .

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added support for Ractor.

    * Added support for signal handlers and virtual methods in
      included module.

    * Added support for (({try_convert})) protocol for property setter.

    * Added support for converting tuple (({GVariant})) to Ruby.

==== Ruby/GIO2

  * Improvements

    * Added support for GIO 2.70.

    * Added (({Gio::RubyInputStream})) to use Ruby objects as
      (({Gio::InputStream})).

    * Added (({Gio::RubyOutputStream})) to use Ruby objects as
      (({Gio::OutputStream})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for Ractor. This introduced some backward
      incompatiblities.

    * Added support for "transfer full" for out (({GError})).
      [GitHub#1437][Reported by mcclumpherty]

    * Added support for changing whether GVL is unlocked per object by
      the following APIs.

      * (({GObjectIntrospection::FunctionInfo#set_lock_gvl_default}))

      * (({GObjectIntrospection::FunctionInfo#add_lock_gvl_predicate}))

      * (({GObjectIntrospection::Loader#prepare_function_info_lock_gvl}))

    * Added support for converting from raw argument to enum.

    * Added support for (({GList<GVariant>})) return value.

    * Added support for reporting an error in callback.

  * Fixes

    * Fixed a bug that virtual functions of grandparent class can't be
      implemented.
      [GitHub#1433][Patch by shibafu]

==== Ruby/Pango

  * Improvements

    * Added support for Ruby 3.2.

==== Ruby/GTK3

  * Improvements

    * Improved documentation.
      [GitHub#1454][Patch by Andy Maleh]

    * Added support for Ruby 3.2.

==== Ruby/GDK4

  * Improvements

    * Updated pkg-config ID.
      [GitHub#1435][Patch by Sasi Olin]

==== Ruby/GTK4

  * Improvements

    * Removed needless rsvg2 dependency on Windows.
      [GitHub#1440][Reported by HuBandiT]

  * Fixes

    * Fixed typos in warning messages.
      [GitHub#1442][Patch by HuBandiT]
      [GitHub#1415][Reported by rubyFeedback]

=== Thanks

  * shibafu

  * Sasi Olin

  * mcclumpherty

  * HuBandiT

  * rubyFeedback

  * Andy Maleh

diffstat:

 devel/ruby-atk/Makefile                    |  3 +--
 devel/ruby-atk/distinfo                    |  8 ++++----
 devel/ruby-gio2/Makefile                   |  3 +--
 devel/ruby-gio2/PLIST                      |  9 ++++++++-
 devel/ruby-gio2/distinfo                   |  8 ++++----
 devel/ruby-glib2/Makefile                  |  3 +--
 devel/ruby-glib2/distinfo                  |  8 ++++----
 devel/ruby-gobject-introspection/Makefile  |  3 +--
 devel/ruby-gobject-introspection/PLIST     |  3 +--
 devel/ruby-gobject-introspection/distinfo  |  8 ++++----
 devel/ruby-pango/Makefile                  |  3 +--
 devel/ruby-pango/distinfo                  |  8 ++++----
 graphics/ruby-cairo-gobject/Makefile       |  3 +--
 graphics/ruby-cairo-gobject/distinfo       |  8 ++++----
 graphics/ruby-clutter-gdk/Makefile         |  3 +--
 graphics/ruby-clutter-gdk/distinfo         |  8 ++++----
 graphics/ruby-clutter-gtk/Makefile         |  3 +--
 graphics/ruby-clutter-gtk/distinfo         |  8 ++++----
 graphics/ruby-clutter/Makefile             |  3 +--
 graphics/ruby-clutter/distinfo             |  8 ++++----
 graphics/ruby-gdk3/Makefile                |  3 +--
 graphics/ruby-gdk3/distinfo                |  8 ++++----
 graphics/ruby-gdk_pixbuf2/Makefile         |  3 +--
 graphics/ruby-gdk_pixbuf2/distinfo         |  8 ++++----
 graphics/ruby-rsvg2/Makefile               |  3 +--
 graphics/ruby-rsvg2/distinfo               |  8 ++++----
 meta-pkgs/ruby-gnome/Makefile.common       |  4 ++--
 multimedia/ruby-clutter-gstreamer/distinfo |  8 ++++----
 multimedia/ruby-gstreamer/Makefile         |  3 +--
 multimedia/ruby-gstreamer/PLIST            |  3 ++-
 multimedia/ruby-gstreamer/distinfo         |  8 ++++----
 print/ruby-poppler/Makefile                |  3 +--
 print/ruby-poppler/distinfo                |  8 ++++----
 www/ruby-webkit-gtk/distinfo               |  8 ++++----
 x11/ruby-gtk3/Makefile                     |  3 +--
 x11/ruby-gtk3/distinfo                     |  8 ++++----
 x11/ruby-gtksourceview3/Makefile           |  3 +--
 x11/ruby-gtksourceview3/distinfo           |  8 ++++----
 38 files changed, 101 insertions(+), 110 deletions(-)

diffs (truncated from 543 to 300 lines):

diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-atk/Makefile
--- a/devel/ruby-atk/Makefile   Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-atk/Makefile   Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:04:06 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/17 15:17:14 tsutsui Exp $
 #
 
 DISTNAME=              atk-${VERSION}
 COMMENT=               Ruby binding of ATK-1.0.x or later
-PKGREVISION=           1
 CATEGORIES=            devel
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-atk/distinfo
--- a/devel/ruby-atk/distinfo   Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-atk/distinfo   Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:19:26 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:14 tsutsui Exp $
 
-BLAKE2s (atk-3.4.9.gem) = adaa6bdbc53c565602294ec01e5b9b26b652e3a8f55cf4c9098420ec0503faf9
-SHA512 (atk-3.4.9.gem) = a868ee04c7a3142f46e37f1de2adda6aca9b62226863fb9aded9a319da2276cd4e0a7bd13eef5660ba5c14b4758dfa2c3e65b04e857c2d2d7c369d3993ee6eb1
-Size (atk-3.4.9.gem) = 15872 bytes
+BLAKE2s (atk-3.5.1.gem) = e2b44983bdf0499d2b014cf126d3753d3d8f508583cc7c26b56526989105baad
+SHA512 (atk-3.5.1.gem) = 7c0a31ab930a4020716f22bdadbbd030e4ef94a9d7ac29592850fe99ad13e25564067a7e827ce1250f13abbe048d71fa1e66619d40ff76090a7a1b4961c6c2e1
+Size (atk-3.5.1.gem) = 15872 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gio2/Makefile
--- a/devel/ruby-gio2/Makefile  Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gio2/Makefile  Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:03 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/17 15:17:14 tsutsui Exp $
 #
 
 DISTNAME=              gio2-${VERSION}
 COMMENT=               Ruby binding of gio-2.0.x
-PKGREVISION=           1
 CATEGORIES=            devel
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gio2/PLIST
--- a/devel/ruby-gio2/PLIST     Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gio2/PLIST     Mon Jan 17 15:17:14 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/09/14 18:11:37 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/17 15:17:14 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/gio2.${RUBY_DLEXT}
@@ -26,9 +26,13 @@
 ${GEM_LIBDIR}/lib/gio2/input-stream.rb
 ${GEM_LIBDIR}/lib/gio2/loader.rb
 ${GEM_LIBDIR}/lib/gio2/menu-item.rb
+${GEM_LIBDIR}/lib/gio2/output-stream.rb
 ${GEM_LIBDIR}/lib/gio2/pollable-input-stream.rb
 ${GEM_LIBDIR}/lib/gio2/pollable-output-stream.rb
 ${GEM_LIBDIR}/lib/gio2/resources.rb
+${GEM_LIBDIR}/lib/gio2/ruby-input-stream.rb
+${GEM_LIBDIR}/lib/gio2/ruby-output-stream.rb
+${GEM_LIBDIR}/lib/gio2/ruby-seekable.rb
 ${GEM_LIBDIR}/lib/gio2/settings-schema-source.rb
 ${GEM_LIBDIR}/lib/gio2/settings.rb
 ${GEM_LIBDIR}/lib/gio2/simple-action.rb
@@ -64,7 +68,10 @@
 ${GEM_LIBDIR}/test/test-output-stream.rb
 ${GEM_LIBDIR}/test/test-pollable-input-stream.rb
 ${GEM_LIBDIR}/test/test-pollable-output-stream.rb
+${GEM_LIBDIR}/test/test-resolver.rb
 ${GEM_LIBDIR}/test/test-resources.rb
+${GEM_LIBDIR}/test/test-ruby-input-stream.rb
+${GEM_LIBDIR}/test/test-ruby-output-stream.rb
 ${GEM_LIBDIR}/test/test-settings-schema-source.rb
 ${GEM_LIBDIR}/test/test-settings.rb
 ${GEM_LIBDIR}/test/test-simple-action.rb
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gio2/distinfo
--- a/devel/ruby-gio2/distinfo  Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gio2/distinfo  Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:19:33 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:14 tsutsui Exp $
 
-BLAKE2s (gio2-3.4.9.gem) = ea5a944b74b7891edad4377e8e4c4f43e8fe1d8b7b8a7dff1a7c3396122af138
-SHA512 (gio2-3.4.9.gem) = 73ee472f220808847afa09fba2e385b520cc9ea972449c73d8e5751911dcf7c39c04c563eb4e2e19a006421c7a9ee4e4005480d499784c28c095954ca34f4c26
-Size (gio2-3.4.9.gem) = 37888 bytes
+BLAKE2s (gio2-3.5.1.gem) = aba78ebbb015d8ddf0f1a7b6874359c4125002492b4d6f62ffbfec1805a8f088
+SHA512 (gio2-3.5.1.gem) = 5abf66a3b06bcda2352f2b024f09ec8e626a7b72efe2c4a73deb56b1f120db0e05584c307501187ad643eacf0f96299c141655960746b5cfa0c514729696422c
+Size (gio2-3.5.1.gem) = 39936 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-glib2/Makefile
--- a/devel/ruby-glib2/Makefile Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-glib2/Makefile Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:03 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/17 15:17:14 tsutsui Exp $
 #
 
 DISTNAME=              glib2-${VERSION}
 COMMENT=               Ruby binding of GLib-2.x
-PKGREVISION=           1
 CATEGORIES=            devel
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-glib2/distinfo
--- a/devel/ruby-glib2/distinfo Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-glib2/distinfo Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:19:33 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:14 tsutsui Exp $
 
-BLAKE2s (glib2-3.4.9.gem) = 6f4bb398cf9b1742c23ffae832702b092fcf28b97272cb2423ca6e9635a2c403
-SHA512 (glib2-3.4.9.gem) = c4bb2b401bc708f2e50eed1b721f571fb20d4faefff8bc0031a747ef54fc5b16ae1882a018c312d7db2efff386865fa2b64f20f775dee9f061cdad89b5f40672
-Size (glib2-3.4.9.gem) = 149504 bytes
+BLAKE2s (glib2-3.5.1.gem) = 82b308d5f0836b4dffbe7c59586baf36e2ce7c12209c93e86a81b6a06d5daa64
+SHA512 (glib2-3.5.1.gem) = d7f352d1fdd33e66dcfac233a255f5eb03a21c5996f83801df503f9ec6862fb7ac9e65427b2f6babb674151f56cdd6ed4b2e183a8e1faeb815e72f8b30ae2c28
+Size (glib2-3.5.1.gem) = 151040 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gobject-introspection/Makefile
--- a/devel/ruby-gobject-introspection/Makefile Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gobject-introspection/Makefile Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:03 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              gobject-introspection-${VERSION}
 COMMENT=               Ruby binding of Gobject Introspection
-PKGREVISION=           1
 CATEGORIES=            devel
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gobject-introspection/PLIST
--- a/devel/ruby-gobject-introspection/PLIST    Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gobject-introspection/PLIST    Mon Jan 17 15:17:14 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/11 16:20:22 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/17 15:17:15 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/gobject_introspection.${RUBY_DLEXT}
@@ -12,7 +12,6 @@
 ${GEM_LIBDIR}/ext/gobject-introspection/gobject-introspection-enum-types.h
 ${GEM_LIBDIR}/ext/gobject-introspection/gobject_introspection.def
 ${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arg-info.c
-${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-argument.c
 ${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments-in.c
 ${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments-out.c
 ${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments.c
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-gobject-introspection/distinfo
--- a/devel/ruby-gobject-introspection/distinfo Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-gobject-introspection/distinfo Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:19:33 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (gobject-introspection-3.4.9.gem) = df8c29d1c26c7d4b312017525c7364e14d3dd41a3009a0e2bd9499c10d58195d
-SHA512 (gobject-introspection-3.4.9.gem) = 7ba509da0c9df36c50bd8aac44ef2b437c6a707c5b94f88a396e19f8920b45cc73b072490bfaba116d596aef23cbcf658d0acd64601e7ebd8ca689f1698c5d8b
-Size (gobject-introspection-3.4.9.gem) = 75264 bytes
+BLAKE2s (gobject-introspection-3.5.1.gem) = 49455b4dcd6460e6b9cb64730e919660ca376dacaa9ef59ac9475b460cc26e88
+SHA512 (gobject-introspection-3.5.1.gem) = 66ddd8652fdf96327e5a496135e8ad8303a094c3dadd0f8784d2c075f875b56fd2654e7089dfa8c05881a505410f636afd6edeca1b42568c8f289a7df2687829
+Size (gobject-introspection-3.5.1.gem) = 74240 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-pango/Makefile
--- a/devel/ruby-pango/Makefile Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-pango/Makefile Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/12/08 16:02:03 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              pango-${VERSION}
 COMMENT=               Ruby binding of pango-1.x
-PKGREVISION=           1
 CATEGORIES=            devel fonts
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 devel/ruby-pango/distinfo
--- a/devel/ruby-pango/distinfo Mon Jan 17 15:11:58 2022 +0000
+++ b/devel/ruby-pango/distinfo Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:19:40 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (pango-3.4.9.gem) = 95c76c3162a75419ce747f2fa5b7fc410df4bb2a9b880b43a373cdfc8da18b51
-SHA512 (pango-3.4.9.gem) = 53dc19b6667fc5856966e8ab336a6c22877309794f9c02d73683deeec51517b0a310f5142e54e3cd4b6dd9fa0a9ecc26a734c9ac88e6e6564059244d59728e7d
-Size (pango-3.4.9.gem) = 25088 bytes
+BLAKE2s (pango-3.5.1.gem) = efda3fa66f09b7da07974911a69f839bfd21c3ede02b8926e5f2d37c41a698f4
+SHA512 (pango-3.5.1.gem) = 1d7733d1422b5d152b792aee9e92c8dacba6e76d46bc45bb0da2d9966305387923c6daf086ab2f4f9c3e10990b449b6a67360bb3cda5f4145779bb636a2ea715
+Size (pango-3.5.1.gem) = 25088 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-cairo-gobject/Makefile
--- a/graphics/ruby-cairo-gobject/Makefile      Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-cairo-gobject/Makefile      Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/12/08 16:05:05 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              cairo-gobject-${VERSION}
 COMMENT=               Ruby binding of cairo-gobject
-PKGREVISION=           1
 CATEGORIES=            graphics gnome
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-cairo-gobject/distinfo
--- a/graphics/ruby-cairo-gobject/distinfo      Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-cairo-gobject/distinfo      Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (cairo-gobject-3.4.9.gem) = 993678af6585ffb7e21fdfa7037b956b48084c44c9f179148bf947d0e30f2201
-SHA512 (cairo-gobject-3.4.9.gem) = 08c42f3e6e2f4775cd32df3b5fa83378816f5aec82039cf4f1d91abd5a1fd822c1249c4620028dc7a3d1b09f083cc4e85124f2e3035256e86f1a5ad617b6e0dc
-Size (cairo-gobject-3.4.9.gem) = 19456 bytes
+BLAKE2s (cairo-gobject-3.5.1.gem) = 991b4a0e01276724a76a390ada71cfa7393a0021e55a50b7e44994f02e800a81
+SHA512 (cairo-gobject-3.5.1.gem) = d8d088b1c4af557ed40bada1dc2f742ac14fa8714e60d094360e14afa08162de3b14828cfb84e699709832ed6669cc9a3c9ee21d93a32b8c3dd1549cfd1cbfe2
+Size (cairo-gobject-3.5.1.gem) = 19456 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter-gdk/Makefile
--- a/graphics/ruby-clutter-gdk/Makefile        Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter-gdk/Makefile        Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/12/08 16:05:05 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              clutter-gdk-${VERSION}
 COMMENT=               Ruby binding of GDK specific API of Clutter
-PKGREVISION=           1
 CATEGORIES=            graphics
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter-gdk/distinfo
--- a/graphics/ruby-clutter-gdk/distinfo        Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter-gdk/distinfo        Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (clutter-gdk-3.4.9.gem) = d613ca367eb1f69ca4ec80e4c2c4ff2cc643dbbe6f84a349c730b29fc0e15b25
-SHA512 (clutter-gdk-3.4.9.gem) = d09a709de58650c5b23b81ba5ca6e0617bb34fef9a0f8307d71b5ac9686b86e9d10ba70e8050147b0609f8e3ddd4f0721f37ecaf1249b240dd353f556224e553
-Size (clutter-gdk-3.4.9.gem) = 14848 bytes
+BLAKE2s (clutter-gdk-3.5.1.gem) = ff1035575eae32f9f880a1f59d0d90eaec5eedc5b43d6fffd20e73dda8d88c46
+SHA512 (clutter-gdk-3.5.1.gem) = 3ec0af2541a7f213166c5df794456379c81b4452412263dfe813c3b960929a01a5fcf5647aafa40435bdffee7a81ce7ff9164506a794a2f697436fb31ee45a87
+Size (clutter-gdk-3.5.1.gem) = 14848 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter-gtk/Makefile
--- a/graphics/ruby-clutter-gtk/Makefile        Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter-gtk/Makefile        Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2021/12/08 16:05:05 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              clutter-gtk-${VERSION}
 COMMENT=               Ruby binding of Clutter-GTK
-PKGREVISION=           1
 CATEGORIES=            graphics
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter-gtk/distinfo
--- a/graphics/ruby-clutter-gtk/distinfo        Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter-gtk/distinfo        Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (clutter-gtk-3.4.9.gem) = 6c00835c0c42d2ab2bbd12a673f65654aa9e827745b82c3fc384d8ccd25b54dd
-SHA512 (clutter-gtk-3.4.9.gem) = 4ff48b8593b65c740f8b00ebf6930a54e93812e09350a900777c73fee94c76e44005761029cb442a0f28f939f852b8e067724a4a9d5bfd7a8223c3e0f64fc6ce
-Size (clutter-gtk-3.4.9.gem) = 30720 bytes
+BLAKE2s (clutter-gtk-3.5.1.gem) = edf097e38831e9dab4e08e87224f48bd3d6881cd9f446936f3cdda25fdbc5176
+SHA512 (clutter-gtk-3.5.1.gem) = 669b3a19f314a879743323bef48e05da81bbc2e4ea03175c916e2f3bebc1155a40b1f237cf6f82ee51315e77e0d00cf52f9788fa0f0a98d53a9925aeb15f11b3
+Size (clutter-gtk-3.5.1.gem) = 30720 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter/Makefile
--- a/graphics/ruby-clutter/Makefile    Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter/Makefile    Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:05:05 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/17 15:17:15 tsutsui Exp $
 #
 
 DISTNAME=              clutter-${VERSION}
 COMMENT=               Ruby binding of Clutter
-PKGREVISION=           1
 CATEGORIES=            graphics
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-clutter/distinfo
--- a/graphics/ruby-clutter/distinfo    Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-clutter/distinfo    Mon Jan 17 15:17:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/01/17 15:17:15 tsutsui Exp $
 
-BLAKE2s (clutter-3.4.9.gem) = 8ba537d4594d49da1bf697f7bfca5a1b3200f9a9cca55ee50dd2998f440eeb59
-SHA512 (clutter-3.4.9.gem) = c98010cbcd37ab54206cf18c5d5032ec14801c4422400a1aff343e834987cb6250ae0a624385b5109865cc741e03cad67e96e3f1c04de11cc699d41286980f41
-Size (clutter-3.4.9.gem) = 42496 bytes
+BLAKE2s (clutter-3.5.1.gem) = b35120889349bf01094c7bb918caeff2bf9d3af2c06f2be602ef236c45184135
+SHA512 (clutter-3.5.1.gem) = 26772eb9e465018a63861dca2d5e1cd4f6a0f31b7dbb36e08bb9e941d27ffa0e2e46a1950c4ec9b79ff964331bf42d617db655b2afde572d354648f95283c089
+Size (clutter-3.5.1.gem) = 42496 bytes
diff -r 0a9108d6f65e -r 30e986ae2e45 graphics/ruby-gdk3/Makefile
--- a/graphics/ruby-gdk3/Makefile       Mon Jan 17 15:11:58 2022 +0000
+++ b/graphics/ruby-gdk3/Makefile       Mon Jan 17 15:17:14 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/12/08 16:02:13 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/17 15:17:15 tsutsui Exp $



Home | Main Index | Thread Index | Old Index