Wed Feb 20 10:53:17 2008 UTC ()
Update to 1.164.

Overview of changes in Glib 1.164
=================================

* Allow Perl-derived GObjects to override GInterfaces that are implemented by
  parent classes.
* Load GInterface types immediately, instead of lazily.  This makes sure
  GInterfaces are set up by the time they are needed.

Overview of changes in Glib 1.163
=================================

* In our lazy-loading machinery for packages, change the way we clear @ISA
  arrays to avoid problems with perl 5.10.0.
* Fix a few build issues.

Overview of changes in Glib 1.162
=================================

* Fix a build failure in the documentation generation phase.
  [Andreas Kæ—¦nig]

Overview of changes in Glib 1.161
=================================

* Fix an assertion in Glib::Object::CLONE.
* Make Makefile.PL more friendly to CPAN testers.

Overview of changes in Glib 1.160
=================================

Since 1.14x (the previous stable series)
----------------------------------------
* Add Glib::get_user_special_dir.
* Add Glib::KeyFile::load_from_dirs.
* Add Glib::MainContext::is_owner.
* Add Glib::Timeout::add_seconds.
* Improve the automatic documentation generator.

Since 1.153
-----------
* Nothing.

Overview of changes in Glib 1.152
=================================

* Wrap g_main_context_is_owner.  [Torsten]
* Wrap g_timeout_add_seconds.  [Torsten]

Overview of changes in Glib 1.151
=================================

* Use BSD make syntax on BSD systems by default.  [Slaven Rezic, Torsten]
* Wrap g_key_file_load_from_dirs.  [Torsten]
* Wrap g_get_user_special_dir.  [Torsten]

Overview of changes in Glib 1.150
=================================

* Make it possible to mark objects and methods as deprecated with
  Glib::ParseXSDoc and Glib::GenPod.  [Emmanuele]


(xtraeme)
diff -r1.20 -r1.21 pkgsrc/devel/p5-glib2/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-glib2/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-glib2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-glib2/Makefile 2007/04/17 21:34:14 1.20
+++ pkgsrc/devel/p5-glib2/Makefile 2008/02/20 10:53:17 1.21
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.20 2007/04/17 21:34:14 joerg Exp $ 1# $NetBSD: Makefile,v 1.21 2008/02/20 10:53:17 xtraeme Exp $
2# 2#
3 3
4DISTNAME= Glib-${DIST_VERSION} 4DISTNAME= Glib-${DIST_VERSION}
5PKGNAME= p5-glib2-${DIST_VERSION} 5PKGNAME= p5-glib2-${DIST_VERSION}
6PKGREVISION= 1 6#PKGREVISION= 1
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gtk2-perl.sourceforge.net/ 11HOMEPAGE= http://gtk2-perl.sourceforge.net/
12COMMENT= Perl bindings for Glib 2 12COMMENT= Perl bindings for Glib 2
13 13
14DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends 14DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
15DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig 15DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
16 16
17PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
18 18
19USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
20 20
21DIST_VERSION= 1.144 21DIST_VERSION= 1.164
22 22
23PERL5_PACKLIST= auto/Glib/.packlist 23PERL5_PACKLIST= auto/Glib/.packlist
24 24
25.include "../../devel/glib2/buildlink3.mk" 25.include "../../devel/glib2/buildlink3.mk"
26.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-glib2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-glib2/distinfo 2007/04/17 21:34:14 1.6
+++ pkgsrc/devel/p5-glib2/distinfo 2008/02/20 10:53:17 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2007/04/17 21:34:14 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2008/02/20 10:53:17 xtraeme Exp $
2 2
3SHA1 (Glib-1.144.tar.gz) = 38a7870501b49dee6676e055343ce6a13cfe2422 3SHA1 (Glib-1.164.tar.gz) = a20ed6460720c87375355ddb7249f84f6ca9bb7b
4RMD160 (Glib-1.144.tar.gz) = 1cd1c7d7863bbac8327c9e3594453d1109ce018a 4RMD160 (Glib-1.164.tar.gz) = 854b0be3cedd6db43a50e60ba9e19f009c5ebecb
5Size (Glib-1.144.tar.gz) = 242230 bytes 5Size (Glib-1.164.tar.gz) = 242807 bytes
6SHA1 (patch-aa) = 230ca0448b73bb75264e1d7e2be9beddcac811a3 6SHA1 (patch-aa) = 230ca0448b73bb75264e1d7e2be9beddcac811a3