pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/wimlib



Module Name:    pkgsrc
Committed By:   js
Date:           Thu Sep 18 21:51:37 UTC 2025

Modified Files:
        pkgsrc/sysutils/wimlib: Makefile

Log Message:
sysutils/wimlib: Add dependency on bash


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/wimlib/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/wimlib/Makefile
diff -u pkgsrc/sysutils/wimlib/Makefile:1.2 pkgsrc/sysutils/wimlib/Makefile:1.3
--- pkgsrc/sysutils/wimlib/Makefile:1.2 Thu Sep 18 21:46:29 2025
+++ pkgsrc/sysutils/wimlib/Makefile     Thu Sep 18 21:51:36 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/09/18 21:46:29 js Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/18 21:51:36 js Exp $
 
 DISTNAME=      wimlib-1.14.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils devel
 MASTER_SITES=  https://wimlib.net/downloads/
 
@@ -18,5 +18,7 @@ REPLACE.bash.old=     /usr/bin/env bash
 REPLACE.bash.new=      ${PREFIX}/bin/bash
 REPLACE_FILES.bash=    programs/mkwinpeimg.in
 
+DEPENDS=               bash>=0:../../shells/bash
+
 .include "../../filesystems/libntfs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index