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  9 19:44:38 UTC 2024

Modified Files:
        pkgsrc/graphics/simp: Makefile

Log Message:
graphics/simp: newer versions require Rust >= 1.80.1


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/simp/Makefile

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.26 pkgsrc/graphics/simp/Makefile:1.27
--- pkgsrc/graphics/simp/Makefile:1.26  Thu Jun 20 09:03:21 2024
+++ pkgsrc/graphics/simp/Makefile       Mon Sep  9 19:44:38 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2024/06/20 09:03:21 pin Exp $
+# $NetBSD: Makefile,v 1.27 2024/09/09 19:44:38 pin Exp $
 
 DISTNAME=      simp-3.6.1
+# simp-3.7.1 requires Rust >= 1.80.1 to build.
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Kl4rry/}
 # We need these post-release commits to fix functionality on NetBSD.



Home | Main Index | Thread Index | Old Index