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:           Fri Jul  2 09:00:22 UTC 2021

Modified Files:
        pkgsrc/devel/glibmm: Makefile distinfo

Log Message:
glibmm: updated to 2.66.1

2.66.1 (stable):

Glib:
* Variant: Fix template constructors so they work with C++20

Build:
* Meson build: Use relative paths to untracked/
* MSVC build: Export Glib::manage()
* [gio|glib]mmconfig.h.*: Don't dllimport on MinGW
* Meson build: examples and tests: Add dependency('threads')
* Meson build: Make it possible to use glibmm as a subproject
* Meson build: No implicit_include_directories
* Meson build: Make quiet installations possible
* MSVC build: Avoid exporting classes with std::string members


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.60 -r1.61 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.90 pkgsrc/devel/glibmm/Makefile:1.91
--- pkgsrc/devel/glibmm/Makefile:1.90   Mon May 31 19:57:03 2021
+++ pkgsrc/devel/glibmm/Makefile        Fri Jul  2 09:00:22 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2021/05/31 19:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2021/07/02 09:00:22 adam Exp $
 
-DISTNAME=      glibmm-2.66.0
-PKGREVISION=   2
+DISTNAME=      glibmm-2.66.1
 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.60 pkgsrc/devel/glibmm/distinfo:1.61
--- pkgsrc/devel/glibmm/distinfo:1.60   Thu Apr  8 21:03:55 2021
+++ pkgsrc/devel/glibmm/distinfo        Fri Jul  2 09:00:22 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.60 2021/04/08 21:03:55 adam Exp $
+$NetBSD: distinfo,v 1.61 2021/07/02 09:00:22 adam Exp $
 
-SHA1 (glibmm-2.66.0.tar.xz) = e91bce0a65005028e28337b8a5860c441eaae585
-RMD160 (glibmm-2.66.0.tar.xz) = b4fc160e2cc0250419fca3bafd842211a08e9bc3
-SHA512 (glibmm-2.66.0.tar.xz) = e6b38847a70d61412e7013a04fae2db1163cf746c1b8cb6bc43bd6985d66c1859ceb74dc2ca070ca88e5e4cd443325ccf8200c14fad9af47e33b5b49a0bb854f
-Size (glibmm-2.66.0.tar.xz) = 7507608 bytes
+SHA1 (glibmm-2.66.1.tar.xz) = bba014a6cf4b1ae94b8c15e08c442a0415639e7a
+RMD160 (glibmm-2.66.1.tar.xz) = 229b4f0923026a741b698f11e888404b6814e759
+SHA512 (glibmm-2.66.1.tar.xz) = caf57c2c9d163fff45041c33ed70d2692040d7bea44660d68e8c16a76be2609e0f857a5e16ad5220a0ec681a560c864dc86c2988a2c40741b4f29c9fe5b7d8b9
+Size (glibmm-2.66.1.tar.xz) = 7509820 bytes
 SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af



Home | Main Index | Thread Index | Old Index