pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-gtk2 p5-gtk2: update to 1.24992.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1c61338d6d4
branches:  trunk
changeset: 369231:a1c61338d6d4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 17:13:21 2017 +0000

description:
p5-gtk2: update to 1.24992.

Overview of changes in Gtk2 1.24992
===================================

? Handle removing '.' from @INC for perl-5.26.0 compatibility
* Updated FSF Address; resolves RT#89038

Overview of changes in Gtk2 1.24991
===================================

* Fix typos in POD (Bugzilla #772333)

Overview of changes in Gtk2 1.2499
==================================

* Rename an internal variable to avoid confusion
* Make the Gtk2::StatusIcon::position_menu tests more robust/lenient
* Fix typos in POD (Bugzilla #760067)

Overview of changes in Gtk2 1.2498
==================================

* Add blurbs for the Gtk2::Pango::* POD/man pages

Overview of changes in Gtk2 1.2497
==================================

* Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23
* Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26
  and < 2.24.29.

Overview of changes in Gtk2 1.2496
==================================

* Avoid registering a GType for GConnectFlags if not needed
* MANIFEST: added missing gtk-demo files

Overview of changes in Gtk2 1.2495
==================================

* Fix incorrect memory management in Gtk2::Gdk::Display::list_devices

Overview of changes in Gtk2 1.2494
==================================

* Skip all tests that use threads under the hood on FreeBSD if necessary

Overview of changes in Gtk2 1.2493
==================================

* Make t/GtkCellRenderer.t more robust
? Add a FIXME comment about a slight API problem

Overview of changes in Gtk2 1.2492
==================================

* Fix compatibility with perl 5.20 and non-dot locales.
* Disable some tests that are known to behave erratically in certain
  environments.  They are still available in the "xt" directory, but they will
  not be run by default.

Overview of changes in Gtk2 1.2491
==================================

* Fix a test failure in t/GdkPixbufLoader.t.

diffstat:

 x11/p5-gtk2/Makefile                       |   5 ++---
 x11/p5-gtk2/distinfo                       |  12 +++++-------
 x11/p5-gtk2/patches/patch-Makefile.PL      |  15 ---------------
 x11/p5-gtk2/patches/patch-xs_GdkDisplay.xs |  15 ---------------
 4 files changed, 7 insertions(+), 40 deletions(-)

diffs (69 lines):

diff -r 6e259411d302 -r a1c61338d6d4 x11/p5-gtk2/Makefile
--- a/x11/p5-gtk2/Makefile      Wed Sep 27 17:03:04 2017 +0000
+++ b/x11/p5-gtk2/Makefile      Wed Sep 27 17:13:21 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2017/06/05 14:25:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.71 2017/09/27 17:13:21 wiz Exp $
 
-DISTNAME=      Gtk2-1.249
+DISTNAME=      Gtk2-1.24992
 PKGNAME=       ${DISTNAME:C:Gtk2:p5-gtk2:}
-PKGREVISION=   10
 CATEGORIES=    x11 perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
 
diff -r 6e259411d302 -r a1c61338d6d4 x11/p5-gtk2/distinfo
--- a/x11/p5-gtk2/distinfo      Wed Sep 27 17:03:04 2017 +0000
+++ b/x11/p5-gtk2/distinfo      Wed Sep 27 17:13:21 2017 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.19 2017/06/08 12:58:33 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2017/09/27 17:13:21 wiz Exp $
 
-SHA1 (Gtk2-1.249.tar.gz) = e7e78aa3ebae975b1a8aaf35ef4d35b16aa84d38
-RMD160 (Gtk2-1.249.tar.gz) = 6a4ebb0430f20eb9f883ef718cf204baa05a76bc
-SHA512 (Gtk2-1.249.tar.gz) = 839debf57e51b04f00829b75a97839867f3c40c076a9ed29e4e160787dfc5520c31efb5b915b2eeb6db040c907f9de3d2a3d15192cf6047db89a69fdc741b671
-Size (Gtk2-1.249.tar.gz) = 742086 bytes
-SHA1 (patch-Makefile.PL) = f725fa9c2e444904645b77ab71a5e66c7a193922
-SHA1 (patch-xs_GdkDisplay.xs) = c3693b3624a62d9d4a5ee53fc1ace829642bcc4c
+SHA1 (Gtk2-1.24992.tar.gz) = dfa2cd92fc4536062dbcffcf8fc70392f9aae70b
+RMD160 (Gtk2-1.24992.tar.gz) = 414d12f4dfcb7e8f404e4b8a26bb5bef0ca345b1
+SHA512 (Gtk2-1.24992.tar.gz) = a3d0ac22ce0f356f1a73c6b7d27161f76573b64cfde54e76d751ce8318eda9410e57d905e03b2562b8d31b80d3dba2bd4a8a7980a331bd5ca0c6f75e61e4e6f7
+Size (Gtk2-1.24992.tar.gz) = 768646 bytes
diff -r 6e259411d302 -r a1c61338d6d4 x11/p5-gtk2/patches/patch-Makefile.PL
--- a/x11/p5-gtk2/patches/patch-Makefile.PL     Wed Sep 27 17:03:04 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 12:58:33 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2013-02-04 23:47:40.000000000 +0000
-+++ Makefile.PL
-@@ -25,6 +25,8 @@ use warnings;
- # use only standard modules here!  any non-standard module, or anything which is
- # a dependency which may not be installed, should be use'd from the dependency
- # test eval, below.
-+use FindBin;
-+use lib $FindBin::Bin;
- use ExtUtils::MakeMaker;
- use File::Spec;
- use Cwd;
diff -r 6e259411d302 -r a1c61338d6d4 x11/p5-gtk2/patches/patch-xs_GdkDisplay.xs
--- a/x11/p5-gtk2/patches/patch-xs_GdkDisplay.xs        Wed Sep 27 17:03:04 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-xs_GdkDisplay.xs,v 1.1 2015/02/20 14:52:34 wiz Exp $
-
-Fix incorrect memory management, from upstream.
-https://git.gnome.org/browse/perl-Gtk2/commit/?id=4856da628ce37099b27b66a88141dc6daad693b0
-
---- xs/GdkDisplay.xs.orig      2011-11-27 07:57:26.000000000 +0000
-+++ xs/GdkDisplay.xs
-@@ -69,7 +69,6 @@ gdk_display_list_devices (display)
-       devices = gdk_display_list_devices (display);
-       for (i = devices ; i != NULL ; i = i->next)
-               XPUSHs (sv_2mortal (newSVGdkDevice (i->data)));
--      g_list_free (devices);
-       
- 
- GdkEvent* gdk_display_get_event (GdkDisplay *display) 



Home | Main Index | Thread Index | Old Index