pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-gtk2 Update p5-gtk2 to 1.249.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bde88cb1b998
branches:  trunk
changeset: 629737:bde88cb1b998
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 27 04:28:23 2014 +0000

description:
Update p5-gtk2 to 1.249.

Overview of changes in Gtk2 1.249
=================================

* Eliminate test failures by using unique temp directories during testing

Overview of changes in Gtk2 1.248
=================================

* Avoid misusing the macro PL_na, thus preventing issues when Gtk2 is used in
  conjunction with certain XS modules, among them XML::Parser and
  String::Approx.

Overview of changes in Gtk2 1.247
=================================

* Require Glib 1.280 for the fixes to custom signal marshalling.
* Fix a test failure in t/GtkRecentChooser.t.
* Created %meta_merge which follows v2 of CPAN Meta Spec
  - %meta_merge is used for generating metadata via
    ExtUtils::MakeMaker/CPAN::Meta

Overview of changes in Gtk2 1.246
=================================

* Improve the failure diagnostics of some tests

Overview of changes in Gtk2 1.245
=================================

* Fix two test failures.

Overview of changes in Gtk2 1.244
=================================

* Disable the correct potentially annoying test for GtkDnD.
* Tell CPAN to some ignore POD fragments

diffstat:

 x11/p5-gtk2/Makefile |  7 +++----
 x11/p5-gtk2/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r cfda9cd764f4 -r bde88cb1b998 x11/p5-gtk2/Makefile
--- a/x11/p5-gtk2/Makefile      Sun Jan 26 21:33:06 2014 +0000
+++ b/x11/p5-gtk2/Makefile      Mon Jan 27 04:28:23 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2013/10/10 14:41:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2014/01/27 04:28:23 obache Exp $
 
-DISTNAME=      Gtk2-1.243
+DISTNAME=      Gtk2-1.249
 PKGNAME=       ${DISTNAME:C:Gtk2:p5-gtk2:}
-PKGREVISION=   12
 CATEGORIES=    x11 perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
 
@@ -20,7 +19,7 @@
 
 PERL5_PACKLIST=        auto/Gtk2/.packlist
 
-BUILDLINK_API_DEPENDS.p5-glib2+=       p5-glib2>=1.240
+BUILDLINK_API_DEPENDS.p5-glib2+=       p5-glib2>=1.280
 BUILDLINK_API_DEPENDS.p5-cairo+=       p5-cairo>=1.000
 BUILDLINK_API_DEPENDS.p5-pango+=       p5-pango>=1.220
 
diff -r cfda9cd764f4 -r bde88cb1b998 x11/p5-gtk2/distinfo
--- a/x11/p5-gtk2/distinfo      Sun Jan 26 21:33:06 2014 +0000
+++ b/x11/p5-gtk2/distinfo      Mon Jan 27 04:28:23 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2012/07/11 09:45:05 wiz Exp $
+$NetBSD: distinfo,v 1.16 2014/01/27 04:28:23 obache Exp $
 
-SHA1 (Gtk2-1.243.tar.gz) = 7b5513722891ca27012f499c653d8e10611fd407
-RMD160 (Gtk2-1.243.tar.gz) = 48fe3fad258e35c8469e62e2ac22c7f3fc748b8b
-Size (Gtk2-1.243.tar.gz) = 740472 bytes
+SHA1 (Gtk2-1.249.tar.gz) = e7e78aa3ebae975b1a8aaf35ef4d35b16aa84d38
+RMD160 (Gtk2-1.249.tar.gz) = 6a4ebb0430f20eb9f883ef718cf204baa05a76bc
+Size (Gtk2-1.249.tar.gz) = 742086 bytes



Home | Main Index | Thread Index | Old Index