pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:46:37 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile

Log Message:
fastfetch: forbid more NetBSD 9.x


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/fastfetch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/Makefile
diff -u pkgsrc/sysutils/fastfetch/Makefile:1.20 pkgsrc/sysutils/fastfetch/Makefile:1.21
--- pkgsrc/sysutils/fastfetch/Makefile:1.20     Sun Feb 23 07:53:47 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Sun Mar  2 09:46:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/02/23 07:53:47 vins Exp $
+# $NetBSD: Makefile,v 1.21 2025/03/02 09:46:36 wiz Exp $
 
 DISTNAME=      fastfetch-2.37.0
 CATEGORIES=    sysutils
@@ -15,7 +15,7 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c c++
 
 # prop_dictionary_keysym_value
-NOT_FOR_PLATFORM+=     NetBSD-[0-8].*-* NetBSD-9.[01].*-*
+NOT_FOR_PLATFORM+=     NetBSD-[0-8].*-* NetBSD-9.*-*
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index