diff options
author | mef <mef@pkgsrc.org> | 2016-04-20 12:09:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-04-20 12:09:17 +0000 |
commit | 34cb23cc1d20ead00bccd43a0c102819df7f68d9 (patch) | |
tree | 5b3e01dbc210b08dbff30009c8a3397d97e2dd18 | |
parent | 8485864ac82585eb315c2941b763a33209531541 (diff) | |
download | pkgsrc-34cb23cc1d20ead00bccd43a0c102819df7f68d9.tar.gz |
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.
-rw-r--r-- | devel/p5-glib2/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-glib2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index 60deb92db5f..54e13307aa3 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2015/06/12 10:49:57 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/04/20 12:09:17 mef Exp $ -DISTNAME= Glib-1.307 +DISTNAME= Glib-1.321 PKGNAME= p5-${DISTNAME:S/Glib/glib2/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo index 8f39abb2a68..2d404236b5b 100644 --- a/devel/p5-glib2/distinfo +++ b/devel/p5-glib2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2015/11/03 03:28:59 agc Exp $ +$NetBSD: distinfo,v 1.22 2016/04/20 12:09:17 mef Exp $ -SHA1 (Glib-1.307.tar.gz) = c8ff231ab9518ec4d307e2c67a64a1e8ab7f5464 -RMD160 (Glib-1.307.tar.gz) = d15c0a008b072334d9761203db3f37b7aa3f6c40 -SHA512 (Glib-1.307.tar.gz) = e37efcf5ab78cb9e17c3a872b0fbf00759bf0f687223474e2ec1ab8612868fc1e104dba3217e4668960f94e4ba811e096ec199735de80e365fb93b84e14c9806 -Size (Glib-1.307.tar.gz) = 286956 bytes +SHA1 (Glib-1.321.tar.gz) = d1dedfcb69943ec5e6e4028227a388359417a26a +RMD160 (Glib-1.321.tar.gz) = 86e712f786dd89d44df7841876a267fa0d55606b +SHA512 (Glib-1.321.tar.gz) = 347edcbc41dd067808404c192fb8be83da4ce9b8b69cdac2b6dbe8cb5b4d2961e74163eaff5a002356a4cbd984251e20c0fe3f16df123069175ab08ec83fc5e8 +Size (Glib-1.321.tar.gz) = 296864 bytes |