pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Glib-Object-Introspection Update 0.019 to 0.027



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86ce43dc6505
branches:  trunk
changeset: 646594:86ce43dc6505
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 12 05:18:17 2015 +0000

description:
Update 0.019 to 0.027
---------------------
Overview of changes in Glib::Object::Introspection 0.027
========================================================
* Fix compilation problems when NOISY is defined
* Move the handling of void record fields into the field accessors
* Rename a few variables for clarity

Overview of changes in Glib::Object::Introspection 0.026
========================================================
* Fix t/enums.t for older versions of Test::More

Overview of changes in Glib::Object::Introspection 0.025
========================================================
* Fix many argument conversion bugs on 64bit big-endian architectures.
* Added 'x_IRC' metadata tag so MetaCPAN displays a link to the IRC channel

Overview of changes in Glib::Object::Introspection 0.024
========================================================
* Fix a stack handling bug for Perl vfuncs.

Overview of changes in Glib::Object::Introspection 0.023
========================================================
* Fix return value handling on big-endian architectures.

Overview of changes in Glib::Object::Introspection 0.022
========================================================
* Reset the 'release_status' flag to 'stable' so CPAN will index the release.
  This reverts a change made in 61345ca2.  There are no functional changes
  from release 0.021.

Overview of changes in Glib::Object::Introspection 0.021
========================================================
* Clarify a statement about typelib files in the docs
* Mention GI_TYPELIB_PATH in the docs for "search_path"
* Remove address in GPL notices, refer to LICENSE file

Overview of changes in Glib::Object::Introspection 0.020
========================================================
* Allow undefined values for boolean arguments (and interpret them as "false").
* Fix a few internal signed/unsigned integer mismatches.

diffstat:

 devel/p5-Glib-Object-Introspection/Makefile |  5 ++---
 devel/p5-Glib-Object-Introspection/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 72b3bb7b53dd -r 86ce43dc6505 devel/p5-Glib-Object-Introspection/Makefile
--- a/devel/p5-Glib-Object-Introspection/Makefile       Thu Feb 12 05:15:25 2015 +0000
+++ b/devel/p5-Glib-Object-Introspection/Makefile       Thu Feb 12 05:18:17 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/10/09 14:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/12 05:18:17 mef Exp $
 
-DISTNAME=      Glib-Object-Introspection-0.019
+DISTNAME=      Glib-Object-Introspection-0.027
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} \
                ${MASTER_SITE_PERL_CPAN:=Glib/}
diff -r 72b3bb7b53dd -r 86ce43dc6505 devel/p5-Glib-Object-Introspection/distinfo
--- a/devel/p5-Glib-Object-Introspection/distinfo       Thu Feb 12 05:15:25 2015 +0000
+++ b/devel/p5-Glib-Object-Introspection/distinfo       Thu Feb 12 05:18:17 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/26 12:06:41 obache Exp $
+$NetBSD: distinfo,v 1.2 2015/02/12 05:18:17 mef Exp $
 
-SHA1 (Glib-Object-Introspection-0.019.tar.gz) = 81855bb9ad689bbafa2bd20ad6a7379c68c7fb5c
-RMD160 (Glib-Object-Introspection-0.019.tar.gz) = f72c4941a6897252ad839ed92fa0320c5c8342fd
-Size (Glib-Object-Introspection-0.019.tar.gz) = 59668 bytes
+SHA1 (Glib-Object-Introspection-0.027.tar.gz) = 9c2db5caaeb7fa52093114d24cede1aba491ddee
+RMD160 (Glib-Object-Introspection-0.027.tar.gz) = c688a06dc37cd23d14b730480a7154205a1d9548
+Size (Glib-Object-Introspection-0.027.tar.gz) = 61731 bytes



Home | Main Index | Thread Index | Old Index