pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glibmm



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  7 16:38:11 UTC 2021

Modified Files:
        pkgsrc/devel/glibmm: Makefile distinfo

Log Message:
glibmm: updated to 2.66.2

2.66.2 (stable):

Glib, Gio:
* Replace all g_quark_from_static_string() by g_quark_from_string()

Gio:
* FileEnumerator: Remove refreturn to avoid memory leak
* ListModel::get_object(): Make it work for interface classes

Build:
* MSVC build: Remove extraneous GLIBMM_API in Glib::ustring


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/glibmm/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/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.91 pkgsrc/devel/glibmm/Makefile:1.92
--- pkgsrc/devel/glibmm/Makefile:1.91   Fri Jul  2 09:00:22 2021
+++ pkgsrc/devel/glibmm/Makefile        Tue Dec  7 16:38:11 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2021/07/02 09:00:22 adam Exp $
+# $NetBSD: Makefile,v 1.92 2021/12/07 16:38:11 adam Exp $
 
-DISTNAME=      glibmm-2.66.1
+DISTNAME=      glibmm-2.66.2
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/glibmm/distinfo
diff -u pkgsrc/devel/glibmm/distinfo:1.63 pkgsrc/devel/glibmm/distinfo:1.64
--- pkgsrc/devel/glibmm/distinfo:1.63   Tue Oct 26 10:14:43 2021
+++ pkgsrc/devel/glibmm/distinfo        Tue Dec  7 16:38:11 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2021/10/26 10:14:43 nia Exp $
+$NetBSD: distinfo,v 1.64 2021/12/07 16:38:11 adam Exp $
 
-BLAKE2s (glibmm-2.66.1.tar.xz) = 81e3717104af5f22c540606d61b6d274e3c0f28eb70fbb91d5cc28aec2d840ca
-SHA512 (glibmm-2.66.1.tar.xz) = caf57c2c9d163fff45041c33ed70d2692040d7bea44660d68e8c16a76be2609e0f857a5e16ad5220a0ec681a560c864dc86c2988a2c40741b4f29c9fe5b7d8b9
-Size (glibmm-2.66.1.tar.xz) = 7509820 bytes
+BLAKE2s (glibmm-2.66.2.tar.xz) = b9c18caf5e1b0806341d6ca6509d4949e190015767d52a1b7cef385d1a442e59
+SHA512 (glibmm-2.66.2.tar.xz) = 097af6b140a5af3e52cc2c5d251475a5aa923d0c528c3cbc97f31d3a95868bcb3aa2328047ca94a55ef7fd188f271917dfe29faa86f477a441f0a024284216f9
+Size (glibmm-2.66.2.tar.xz) = 7603104 bytes
 SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af



Home | Main Index | Thread Index | Old Index