pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Glib-Object-Introspection



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan  1 03:50:08 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Glib-Object-Introspection: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Glib-Object-Introspection/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Glib-Object-Introspection/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Glib-Object-Introspection/Makefile
diff -u pkgsrc/devel/p5-Glib-Object-Introspection/Makefile:1.23 pkgsrc/devel/p5-Glib-Object-Introspection/Makefile:1.24
--- pkgsrc/devel/p5-Glib-Object-Introspection/Makefile:1.23     Sat Oct 19 13:42:08 2019
+++ pkgsrc/devel/p5-Glib-Object-Introspection/Makefile  Wed Jan  1 03:50:08 2020
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 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

Index: pkgsrc/devel/p5-Glib-Object-Introspection/distinfo
diff -u pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.11 pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.12
--- pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.11     Sat Oct 19 13:42:08 2019
+++ pkgsrc/devel/p5-Glib-Object-Introspection/distinfo  Wed Jan  1 03:50:08 2020
@@ -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