pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/socat



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 25 23:43:31 UTC 2023

Modified Files:
        pkgsrc/net/socat: Makefile

Log Message:
(net/socat) Fix build, zsh is necessary always


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/socat/Makefile

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

Modified files:

Index: pkgsrc/net/socat/Makefile
diff -u pkgsrc/net/socat/Makefile:1.51 pkgsrc/net/socat/Makefile:1.52
--- pkgsrc/net/socat/Makefile:1.51      Fri Nov 24 13:14:12 2023
+++ pkgsrc/net/socat/Makefile   Mon Dec 25 23:43:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2023/11/24 13:14:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2023/12/25 23:43:31 mef Exp $
 
 DISTNAME=      socat-1.8.0.0
 CATEGORIES=    net
@@ -11,7 +11,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE=         YES
 
-USE_TOOLS+=    bash:test
+USE_TOOLS+=    bash
 REPLACE_BASH+= *.sh
 
 TEST_TARGET=   test



Home | Main Index | Thread Index | Old Index