pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mm-common



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 15 09:23:37 UTC 2024

Modified Files:
        pkgsrc/devel/mm-common: Makefile buildlink3.mk distinfo

Log Message:
mm-common: updated to 1.0.6

mm-common 1.0.6 (2024-01-07)

* MM_AX_CXX_COMPILE_STDCXX(): Support C++20
* util/meson_aux/libstdcxx-tag.py: Try curl without compression

Meson build:
* Fix use as subproject on Windows
* Don't fail if warning_level=everything
* Meson: Donʼt fail if warning_level=everything

Skeletonmm:
* Fix the evaluation of is_git_build on Windows
* Simplify if-file-exists test

Documentation:
* Remove AUTHORS and add info to README.md


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/mm-common/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mm-common/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/mm-common/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/mm-common/Makefile
diff -u pkgsrc/devel/mm-common/Makefile:1.15 pkgsrc/devel/mm-common/Makefile:1.16
--- pkgsrc/devel/mm-common/Makefile:1.15        Mon Aug 14 05:24:13 2023
+++ pkgsrc/devel/mm-common/Makefile     Mon Apr 15 09:23:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/08/14 05:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/15 09:23:36 adam Exp $
 
-DISTNAME=      mm-common-1.0.5
-PKGREVISION=   1
+DISTNAME=      mm-common-1.0.6
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/mm-common/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/mm-common/buildlink3.mk
diff -u pkgsrc/devel/mm-common/buildlink3.mk:1.3 pkgsrc/devel/mm-common/buildlink3.mk:1.4
--- pkgsrc/devel/mm-common/buildlink3.mk:1.3    Mon Aug 14 05:24:13 2023
+++ pkgsrc/devel/mm-common/buildlink3.mk        Mon Apr 15 09:23:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2023/08/14 05:24:13 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2024/04/15 09:23:36 adam Exp $
 
 BUILDLINK_TREE+=       mm-common
 
@@ -8,7 +8,7 @@ MM_COMMON_BUILDLINK3_MK:=
 BUILDLINK_DEPMETHOD.mm-common?=        build
 
 BUILDLINK_API_DEPENDS.mm-common+=      mm-common>=0.9.6
-BUILDLINK_ABI_DEPENDS.mm-common?=              mm-common>=1.0.5nb1
+BUILDLINK_ABI_DEPENDS.mm-common+=      mm-common>=1.0.5nb1
 BUILDLINK_PKGSRCDIR.mm-common?=                ../../devel/mm-common
 .endif # MM_COMMON_BUILDLINK3_MK
 

Index: pkgsrc/devel/mm-common/distinfo
diff -u pkgsrc/devel/mm-common/distinfo:1.12 pkgsrc/devel/mm-common/distinfo:1.13
--- pkgsrc/devel/mm-common/distinfo:1.12        Mon Jun 26 19:34:16 2023
+++ pkgsrc/devel/mm-common/distinfo     Mon Apr 15 09:23:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/06/26 19:34:16 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/04/15 09:23:36 adam Exp $
 
-BLAKE2s (mm-common-1.0.5.tar.xz) = 35513fd0c726a84e2549c3062a788e387dec9832cefa8ea9c590c8198bd46ba1
-SHA512 (mm-common-1.0.5.tar.xz) = bf681b4d63d5bf531a9315b0c8841e3815af276828d1828a3eb04dcb805cbbfbaac182f79f5e48688a7eef8666975b9079144e320093e4ee3addff48813e61ad
-Size (mm-common-1.0.5.tar.xz) = 290608 bytes
+BLAKE2s (mm-common-1.0.6.tar.xz) = 9dbcea63878fa002d1bb863a34f78a267c38b30a3409d8d85c81dfb1cec65b3a
+SHA512 (mm-common-1.0.6.tar.xz) = 2141ce9dabdae153e5708b09d30e7917182888e521ff0c2a4f85c7ec2dd86b2c8753e0513bf9c9f9a00d4e579173ffa859a3efd006e706fdfa2f33b0e77af48b
+Size (mm-common-1.0.6.tar.xz) = 287832 bytes



Home | Main Index | Thread Index | Old Index