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:           Tue Dec 12 22:47:57 UTC 2023

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

Log Message:
(devel/p5-Glib-Object-Introspection) Updated 0.048 to 0.051

Overview of changes in Glib::Object::Introspection 0.051
========================================================
- Check for empty closures (RT#147409)
- tests: Add empty callback (GNOME/perl-glib-object-introspection!8)
- Fix use of GI_CHECK_VERSION (GNOME/perl-glib-object-introspection!10)

Overview of changes in Glib::Object::Introspection 0.050
========================================================
- Add CI pipeline (on Gnome GitLab server)
- Add POD documentation to perli11ndoc (thanks oldtechaa!)
- Clean up string evals and return undef, hazardous style choices
- Update the README file to Markdown format, update links
- Update links in Glib::Object::Introspection POD
- Add support for new girffi API

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

* SV → Array: Also accept strings when a guchar* pointer is expected


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-Glib-Object-Introspection/Makefile
cvs rdiff -u -r1.14 -r1.15 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.37 pkgsrc/devel/p5-Glib-Object-Introspection/Makefile:1.38
--- pkgsrc/devel/p5-Glib-Object-Introspection/Makefile:1.37     Tue Nov 14 14:01:39 2023
+++ pkgsrc/devel/p5-Glib-Object-Introspection/Makefile  Tue Dec 12 22:47:57 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2023/11/14 14:01:39 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2023/12/12 22:47:57 mef Exp $
 
-DISTNAME=      Glib-Object-Introspection-0.048
+DISTNAME=      Glib-Object-Introspection-0.051
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Glib/}

Index: pkgsrc/devel/p5-Glib-Object-Introspection/distinfo
diff -u pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.14 pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.15
--- pkgsrc/devel/p5-Glib-Object-Introspection/distinfo:1.14     Tue Oct 26 10:16:42 2021
+++ pkgsrc/devel/p5-Glib-Object-Introspection/distinfo  Tue Dec 12 22:47:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:16:42 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/12/12 22:47:57 mef Exp $
 
-BLAKE2s (Glib-Object-Introspection-0.048.tar.gz) = 3c3bb1856f66e785ea14d2b9e2d2a63e17ef15066f22562b24d748a8bd3ec0d8
-SHA512 (Glib-Object-Introspection-0.048.tar.gz) = b43b1070f3a8804e13a745904dc14c82a8c028d7a6679b9801c684f5349ea9d5701f282d491ff2259ea1cf13c3c6356ae4c5533bda5feba289705881faef59cc
-Size (Glib-Object-Introspection-0.048.tar.gz) = 87660 bytes
+BLAKE2s (Glib-Object-Introspection-0.051.tar.gz) = ae421cf0de7c97083f8f3cd3bb9cf75a5fef5d0efbce5d345da29886a0d93e89
+SHA512 (Glib-Object-Introspection-0.051.tar.gz) = 93ebe81b586270cbeca4296bfdd1d337d931b6349ca16a8e50bfc631c89a77d93f4d8076289e91bdcec0fdb732a2900b2a6c5e78e571c0c0fd4c7f5239cc0de5
+Size (Glib-Object-Introspection-0.051.tar.gz) = 89445 bytes



Home | Main Index | Thread Index | Old Index