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:   bsiegert
Date:           Tue Jan 28 16:23:36 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile

Log Message:
fastfetch: use sysutils/hwdata

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/sysutils/fastfetch/Makefile:1.12
--- pkgsrc/sysutils/fastfetch/Makefile:1.11     Sun Jan 26 17:30:20 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Tue Jan 28 16:23:36 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/01/26 17:30:20 vins Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/28 16:23:36 bsiegert Exp $
 
 DISTNAME=      fastfetch-2.35.0
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -14,8 +15,6 @@ USE_TOOLS+=   pkg-config
 
 USE_LANGUAGES= c c++
 
-DEPENDS+=      hwdata-[0-9]*:../../misc/hwdata
-
 .include "../../mk/bsd.prefs.mk"
 
 REPLACE_TOOL_PYTHON+=  scripts/gen-pciids.py scripts/gen-man.py
@@ -54,6 +53,7 @@ post-install:
 .include "../../lang/python/application.mk"
 PYTHON_VERSIONS_INCOMPATIBLE=   27
 
+.include "../../sysutils/hwdata/buildlink3.mk"
 .include "../../sysutils/libpciaccess/buildlink3.mk"
 .include "../../devel/yyjson/buildlink3.mk"
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index