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 (devel/p5-Glib-Obje...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e93c70272c17
branches:  trunk
changeset: 420184:e93c70272c17
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jan 01 03:50:08 2020 +0000

description:
(devel/p5-Glib-Object-Introspection) Updated to 0.048

Overview of changes in Glib::Object::Introspection 0.048
========================================================

* Hush deprecation warnings by using memmove instead of g_memmove
* Adapt t/arrays.t to newer poppler versions to avoid test failures
* Avoid double-freeing struct entries in flat array
* Copy item memory in flat arrays when we are given ownership (RT# 130280)
* Hush a few compiler warnings
* Fix skip count in t/arrays.t
* Adapt t/arrays.t to newer poppler versions to avoid test failures

diffstat:

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

diffs (35 lines):

diff -r e9aaff8a0a23 -r e93c70272c17 devel/p5-Glib-Object-Introspection/Makefile
--- a/devel/p5-Glib-Object-Introspection/Makefile       Wed Jan 01 03:44:15 2020 +0000
+++ b/devel/p5-Glib-Object-Introspection/Makefile       Wed Jan 01 03:50:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/10/19 13:42:08 mef Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/01 03:50:08 mef Exp $
 
-DISTNAME=      Glib-Object-Introspection-0.047
+DISTNAME=      Glib-Object-Introspection-0.048
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
@@ -14,7 +14,6 @@
 DEPENDS+=      p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
 DEPENDS+=      p5-ExtUtils-PkgConfig>=1.000:../../devel/p5-ExtUtils-PkgConfig
 
-USE_LANGUAGES=         c
 USE_TOOLS+=            pkg-config
 
 PERL5_PACKLIST=                auto/Glib/Object/Introspection/.packlist
diff -r e9aaff8a0a23 -r e93c70272c17 devel/p5-Glib-Object-Introspection/distinfo
--- a/devel/p5-Glib-Object-Introspection/distinfo       Wed Jan 01 03:44:15 2020 +0000
+++ b/devel/p5-Glib-Object-Introspection/distinfo       Wed Jan 01 03:50:08 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/10/19 13:42:08 mef Exp $
+$NetBSD: distinfo,v 1.12 2020/01/01 03:50:08 mef Exp $
 
-SHA1 (Glib-Object-Introspection-0.047.tar.gz) = c59ee0afc9ab2e182c909fc0498c4f17692b3241
-RMD160 (Glib-Object-Introspection-0.047.tar.gz) = c5eea7132ac7c99063da8240ad16831883294af2
-SHA512 (Glib-Object-Introspection-0.047.tar.gz) = 3ec4306ad0ae3e5d21eb7b61bfaf7ed0d6e2cc9d107d0456a5221a2627ebb97e4e1654dc9077f561ef064184b3c758c90a9e05062d316cee421457a1d07038dd
-Size (Glib-Object-Introspection-0.047.tar.gz) = 86233 bytes
+SHA1 (Glib-Object-Introspection-0.048.tar.gz) = 7867acad4f60649f68da5c2743cb33fcb468b18d
+RMD160 (Glib-Object-Introspection-0.048.tar.gz) = 30313cc06691ea42481712c12282b1ae6f2c8259
+SHA512 (Glib-Object-Introspection-0.048.tar.gz) = b43b1070f3a8804e13a745904dc14c82a8c028d7a6679b9801c684f5349ea9d5701f282d491ff2259ea1cf13c3c6356ae4c5533bda5feba289705881faef59cc
+Size (Glib-Object-Introspection-0.048.tar.gz) = 87660 bytes



Home | Main Index | Thread Index | Old Index