pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hashcat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 18 05:29:33 UTC 2025

Modified Files:
        pkgsrc/security/hashcat: Makefile

Log Message:
hashcat: installs perl scripts, so depend on perl

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/hashcat/Makefile

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

Modified files:

Index: pkgsrc/security/hashcat/Makefile
diff -u pkgsrc/security/hashcat/Makefile:1.5 pkgsrc/security/hashcat/Makefile:1.6
--- pkgsrc/security/hashcat/Makefile:1.5        Fri Aug  8 07:23:59 2025
+++ pkgsrc/security/hashcat/Makefile    Mon Aug 18 05:29:33 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/08/08 07:23:59 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/18 05:29:33 wiz Exp $
 
 DISTNAME=      hashcat-7.0.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  https://hashcat.net/files/
 
@@ -11,7 +12,7 @@ LICENSE=      mit
 
 USE_CXX_FEATURES=      c++14
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake gsed
+USE_TOOLS+=            gmake gsed perl:run
 
 BUILD_TARGET=  hashcat
 MAKE_ENV+=     SHARED=1



Home | Main Index | Thread Index | Old Index