pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/simp
Module Name: pkgsrc
Committed By: pin
Date: Mon Sep 22 06:14:46 UTC 2025
Modified Files:
pkgsrc/graphics/simp: Makefile distinfo
Added Files:
pkgsrc/graphics/simp/patches: patch-about.toml
Log Message:
graphics/simp: fix build with cargo-about-0.8.2
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/simp/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/simp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/simp/patches/patch-about.toml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/simp/Makefile
diff -u pkgsrc/graphics/simp/Makefile:1.36 pkgsrc/graphics/simp/Makefile:1.37
--- pkgsrc/graphics/simp/Makefile:1.36 Mon Sep 1 09:38:32 2025
+++ pkgsrc/graphics/simp/Makefile Mon Sep 22 06:14:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2025/09/01 09:38:32 pin Exp $
+# $NetBSD: Makefile,v 1.37 2025/09/22 06:14:46 pin Exp $
DISTNAME= simp-3.10.1
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=Kl4rry/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/graphics/simp/distinfo
diff -u pkgsrc/graphics/simp/distinfo:1.17 pkgsrc/graphics/simp/distinfo:1.18
--- pkgsrc/graphics/simp/distinfo:1.17 Mon Sep 1 09:38:32 2025
+++ pkgsrc/graphics/simp/distinfo Mon Sep 22 06:14:46 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2025/09/01 09:38:32 pin Exp $
+$NetBSD: distinfo,v 1.18 2025/09/22 06:14:46 pin Exp $
BLAKE2s (ab_glyph-0.2.31.crate) = 728a747b915ef17bef1d00f5edb11db7c6033a0e2c3250db7e8dc7b2e5f2778b
SHA512 (ab_glyph-0.2.31.crate) = 7a9721e8e055f5dddd65a9102a5963ae708b60fa2d09348039247ef9a39983b6610ebde1977426fc8d5848b950d64c22587106845964ee223a62bf3ae7b7fcff
@@ -1695,3 +1695,4 @@ Size (zvariant_derive-5.6.0.crate) = 142
BLAKE2s (zvariant_utils-3.2.0.crate) = a37b85bd35e5168e45b50ab6d42717bc90cd237c0efb92629a6597d1b79eac8c
SHA512 (zvariant_utils-3.2.0.crate) = 9176e3240078a3d240f81272cd6e04438048ee044dabd0233bce0ba9567e97655e2721332dcd43376b09c055c07080e12ffd2888355f003cc32c3bfddbc4c479
Size (zvariant_utils-3.2.0.crate) = 14779 bytes
+SHA1 (patch-about.toml) = eb6df022c787b1689e2406f3fbe894026fb9a9ad
Added files:
Index: pkgsrc/graphics/simp/patches/patch-about.toml
diff -u /dev/null pkgsrc/graphics/simp/patches/patch-about.toml:1.1
--- /dev/null Mon Sep 22 06:14:46 2025
+++ pkgsrc/graphics/simp/patches/patch-about.toml Mon Sep 22 06:14:46 2025
@@ -0,0 +1,18 @@
+$NetBSD: patch-about.toml,v 1.1 2025/09/22 06:14:46 pin Exp $
+
+Fix build with cargo-about-0.8.2
+
+--- about.toml.orig 2025-09-21 16:16:20.082708194 +0000
++++ about.toml
+@@ -14,8 +14,9 @@ accepted = [
+ "LicenseRef-UFL-1.0",
+ "LGPL-2.1",
+ "LGPL-3.0",
++ "LGPL-3.0-only",
+ "Apache-2.0 WITH LLVM-exception",
+ "GPL-3.0",
+ "Unicode-3.0",
+ "NCSA",
+-]
+\ No newline at end of file
++]
Home |
Main Index |
Thread Index |
Old Index