pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/direwolf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  3 07:15:34 UTC 2025

Modified Files:
        pkgsrc/ham/direwolf: Makefile

Log Message:
direwolf: add perl dependency

Installs a couple perl scripts

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/direwolf/Makefile

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

Modified files:

Index: pkgsrc/ham/direwolf/Makefile
diff -u pkgsrc/ham/direwolf/Makefile:1.3 pkgsrc/ham/direwolf/Makefile:1.4
--- pkgsrc/ham/direwolf/Makefile:1.3    Tue Apr 29 03:52:49 2025
+++ pkgsrc/ham/direwolf/Makefile        Sat May  3 07:15:34 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2025/04/29 03:52:49 mef Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/03 07:15:34 wiz Exp $
 
 DISTNAME=      1.7
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    ham
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wb2osz/}
 GITHUB_PROJECT=        direwolf
@@ -26,6 +26,8 @@ REPLACE_PYTHON+=      scripts/telemetry-toolk
 
 WRKSRC=                ${WRKDIR}/direwolf-1.7
 USE_LANGUAGES= c c++
+# installs a couple perl scripts
+USE_TOOLS+=    perl:run
 
 .include "../../mk/endian.mk"
 .if ${MACHINE_ENDIAN} == "big"



Home | Main Index | Thread Index | Old Index