pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/dehydrated



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:47:52 UTC 2020

Modified Files:
        pkgsrc/security/dehydrated: Makefile

Log Message:
security/dehydrated: remove nonexistent file from REPLACE_BASH


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/dehydrated/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/dehydrated/Makefile
diff -u pkgsrc/security/dehydrated/Makefile:1.3 pkgsrc/security/dehydrated/Makefile:1.4
--- pkgsrc/security/dehydrated/Makefile:1.3     Tue Aug 20 21:50:56 2019
+++ pkgsrc/security/dehydrated/Makefile Fri May 22 05:47:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/20 21:50:56 nils Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/22 05:47:52 rillig Exp $
 
 DISTNAME=      dehydrated-0.6.5
 CATEGORIES=    security
@@ -15,7 +15,7 @@ GITHUB_TAG=   v${PKGVERSION_NOREV}
 NO_BUILD=      yes
 
 USE_TOOLS+=    bash:run sed:run awk:run curl:run pax openssl
-REPLACE_BASH=  dehydrated test.sh docs/examples/hook.sh
+REPLACE_BASH=  dehydrated docs/examples/hook.sh
 
 PKG_SYSCONFSUBDIR=     dehydrated
 EGDIR=                 ${PREFIX}/share/examples/dehydrated



Home | Main Index | Thread Index | Old Index