diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 22:10:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 22:10:14 +0000 |
commit | b79abab62646f658e90d8ea75f181d800c555d74 (patch) | |
tree | 6d588cd80680e56a29c65f1e40b5fa39c6fe1052 /x11/p5-gtk2 | |
parent | b3bc82c31919e27806c206cf3218f9774c045390 (diff) | |
download | pkgsrc-b79abab62646f658e90d8ea75f181d800c555d74.tar.gz |
Update to 1.224:
Overview of changes in Gtk2 1.224
=================================
* Fix a few test failures.
Overview of changes in Gtk2 1.223
=================================
* Cope with the rename of the keysym defines in gtk+ 2.22
* Correct the memory management in Gtk2::Gdk::Window->new
* Fix a test failure in GtkBuilder.t
Diffstat (limited to 'x11/p5-gtk2')
-rw-r--r-- | x11/p5-gtk2/Makefile | 5 | ||||
-rw-r--r-- | x11/p5-gtk2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 1172fc18973..e5f26e61b90 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2011/08/14 07:20:54 obache Exp $ +# $NetBSD: Makefile,v 1.41 2011/08/16 22:10:14 wiz Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} -PKGREVISION= 5 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -20,7 +19,7 @@ DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig USE_TOOLS+= pkg-config -DIST_VER= 1.222 +DIST_VER= 1.224 PERL5_PACKLIST= auto/Gtk2/.packlist diff --git a/x11/p5-gtk2/distinfo b/x11/p5-gtk2/distinfo index 802c8d9a3c6..d9f894b3286 100644 --- a/x11/p5-gtk2/distinfo +++ b/x11/p5-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/09/06 11:21:57 wiz Exp $ +$NetBSD: distinfo,v 1.13 2011/08/16 22:10:14 wiz Exp $ -SHA1 (Gtk2-1.222.tar.gz) = 1d8aa9684bd454fc98b1fc29d961583617b3d566 -RMD160 (Gtk2-1.222.tar.gz) = f135139d2ef12878539f4fb147cf1bad5e6970db -Size (Gtk2-1.222.tar.gz) = 713908 bytes +SHA1 (Gtk2-1.224.tar.gz) = fb25550933f45330dc705d14b3e0637b1570e0fd +RMD160 (Gtk2-1.224.tar.gz) = 941ab80759831bc27eea3dc3ada46bb94a90fef3 +Size (Gtk2-1.224.tar.gz) = 717132 bytes |