diff options
author | he <he@pkgsrc.org> | 2009-01-11 21:55:22 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-11 21:55:22 +0000 |
commit | b934264593977503374e3b5e319f617a6a0d2d67 (patch) | |
tree | 853547d4201a69a4b5b38cde71038f0a0ebec88e /x11/p5-gtk2 | |
parent | 2473bff8219986fcc181c7c145d64062d6b77a09 (diff) | |
download | pkgsrc-b934264593977503374e3b5e319f617a6a0d2d67.tar.gz |
Update from version 1.182nb1 to 1.202.
...even though not all self-tests complete... (2 failures)
Pkgsrc changes:
o Add API dependence on p5-cairo
Upstream changes:
o Hmm, 651 lines of change log between these versions upstream, it's
a bit much to paste directly in here. The complete list is at
http://search.cpan.org/src/TSCH/Gtk2-1.202/ChangeLog
Diffstat (limited to 'x11/p5-gtk2')
-rw-r--r-- | x11/p5-gtk2/Makefile | 9 | ||||
-rw-r--r-- | x11/p5-gtk2/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index b755ae39737..cf4a361f7fb 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2008/10/19 19:19:24 he Exp $ +# $NetBSD: Makefile,v 1.28 2009/01/11 21:55:22 he Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} -PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -19,11 +18,13 @@ DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig USE_TOOLS+= pkg-config -DIST_VER= 1.182 +DIST_VER= 1.202 PERL5_PACKLIST= auto/Gtk2/.packlist -BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.140 +BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.180 +BUILDLINK_API_DEPENDS.p5-cairo+= p5-cairo>=1.000 + .include "../../devel/p5-glib2/buildlink3.mk" .include "../../graphics/p5-cairo/buildlink3.mk" .include "../../lang/perl5/module.mk" diff --git a/x11/p5-gtk2/distinfo b/x11/p5-gtk2/distinfo index 6df47d79129..789d35aa6ac 100644 --- a/x11/p5-gtk2/distinfo +++ b/x11/p5-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/04/21 14:53:19 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2009/01/11 21:55:22 he Exp $ -SHA1 (Gtk2-1.182.tar.gz) = 9fd673886a11a6fe50dc51faefefe2ee66e7f1cb -RMD160 (Gtk2-1.182.tar.gz) = 0e1ed4fb3a0abfe466b9f1630bdb43c89fb1fd8f -Size (Gtk2-1.182.tar.gz) = 695174 bytes +SHA1 (Gtk2-1.202.tar.gz) = 16e6d48762b9aa8e311206fd21d0cee3f2649e29 +RMD160 (Gtk2-1.202.tar.gz) = 86dbfe93d531608d180141332b9397984808ac6b +Size (Gtk2-1.202.tar.gz) = 713108 bytes |