Wed Apr 20 12:09:17 2016 UTC ()
Updated to devel/p5-glib2-1.321 (from 1.307)
--------------------------------------------
Overview of changes in Glib 1.321 (stable)
============================================

* GBoxed.xs: Check Glib version prior to enabling GBoxed types; RT#111150;
  patch submitted by Torsten Lüttgert <st-cpan at luettgert.de>

Overview of changes in Glib 1.320 (stable)
============================================

* Makefile.PL: added IRC link to metadata block
* Glib::GenPod: supply default namespace blurbs (Bugzilla #753468)
* Properly escape dash in generated API index POD (Bugzilla #753467)

Overview of changes in Glib 1.314 (unstable)
============================================

* Fix compilation on libglib < 2.26
* Add Glib::Bytes, a wrapper for GBytes
* Sort the output of podify_signals in a deterministic way (BZ#743863)

Overview of changes in Glib 1.313 (unstable)
============================================

* Fix compilation and test issues with Glib::Variant::ParseError
* Add a short explanatory comment to the lazy-loading system

Overview of changes in Glib 1.312 (unstable)
============================================

* Fix incorrect version in Glib::GenPod

Overview of changes in Glib 1.311 (unstable)
============================================

* Add the GVariant converters to the win32 linker export list
* Fix Glib::Variant::classify on big-endian machines

Overview of changes in Glib 1.310 (unstable)
============================================

* Add Glib::Variant and Glib::VariantType
* Add char_byte and char_byte_ornull typemaps
* Reorder and reformat our header and typemap a little
* Hush a compiler warning in GMainLoop.xs

Overview of changes in Glib 1.308 (stable)
==========================================

* Release to replace stable version of Glib deleted from CPAN by accident;
  closes RT#110119.  There are no code changes for this release.


(mef)
diff -r1.52 -r1.53 pkgsrc/devel/p5-glib2/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/p5-glib2/distinfo

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

--- pkgsrc/devel/p5-glib2/Makefile 2015/06/12 10:49:57 1.52
+++ pkgsrc/devel/p5-glib2/Makefile 2016/04/20 12:09:17 1.53
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.52 2015/06/12 10:49:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.53 2016/04/20 12:09:17 mef Exp $
2 2
3DISTNAME= Glib-1.307 3DISTNAME= Glib-1.321
4PKGNAME= p5-${DISTNAME:S/Glib/glib2/} 4PKGNAME= p5-${DISTNAME:S/Glib/glib2/}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gtk2-perl.sourceforge.net/ 9HOMEPAGE= http://gtk2-perl.sourceforge.net/
11#HOMEPAGE= http://search.cpan.org/dist/Glib/ 10#HOMEPAGE= http://search.cpan.org/dist/Glib/
12COMMENT= Perl bindings for Glib 2 11COMMENT= Perl bindings for Glib 2
13LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
14 13
15DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends 14DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
16DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig 15DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig
17 16
18BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0 17BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0

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

--- pkgsrc/devel/p5-glib2/distinfo 2015/11/03 03:28:59 1.21
+++ pkgsrc/devel/p5-glib2/distinfo 2016/04/20 12:09:17 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2015/11/03 03:28:59 agc Exp $ 1$NetBSD: distinfo,v 1.22 2016/04/20 12:09:17 mef Exp $
2 2
3SHA1 (Glib-1.307.tar.gz) = c8ff231ab9518ec4d307e2c67a64a1e8ab7f5464 3SHA1 (Glib-1.321.tar.gz) = d1dedfcb69943ec5e6e4028227a388359417a26a
4RMD160 (Glib-1.307.tar.gz) = d15c0a008b072334d9761203db3f37b7aa3f6c40 4RMD160 (Glib-1.321.tar.gz) = 86e712f786dd89d44df7841876a267fa0d55606b
5SHA512 (Glib-1.307.tar.gz) = e37efcf5ab78cb9e17c3a872b0fbf00759bf0f687223474e2ec1ab8612868fc1e104dba3217e4668960f94e4ba811e096ec199735de80e365fb93b84e14c9806 5SHA512 (Glib-1.321.tar.gz) = 347edcbc41dd067808404c192fb8be83da4ce9b8b69cdac2b6dbe8cb5b4d2961e74163eaff5a002356a4cbd984251e20c0fe3f16df123069175ab08ec83fc5e8
6Size (Glib-1.307.tar.gz) = 286956 bytes 6Size (Glib-1.321.tar.gz) = 296864 bytes