pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkgformat/pkg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan 13 07:31:53 UTC 2020

Modified Files:
        pkgsrc/mk/pkgformat/pkg: list-dependencies

Log Message:
mk/pkgformat: update documentation in list-dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/pkgformat/pkg/list-dependencies

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

Modified files:

Index: pkgsrc/mk/pkgformat/pkg/list-dependencies
diff -u pkgsrc/mk/pkgformat/pkg/list-dependencies:1.3 pkgsrc/mk/pkgformat/pkg/list-dependencies:1.4
--- pkgsrc/mk/pkgformat/pkg/list-dependencies:1.3       Sat Jan 13 12:48:57 2018
+++ pkgsrc/mk/pkgformat/pkg/list-dependencies   Mon Jan 13 07:31:53 2020
@@ -6,7 +6,7 @@
 #      list-dependencies -- build package dependencies list
 #
 # SYNOPSIS
-#      list-dependencies bootstrap build full
+#      list-dependencies bootstrap test tool build full
 #
 # DESCRIPTION
 #      For each (reduced) dependency a line of the following format is
@@ -14,7 +14,8 @@
 #
 #              <depends_type>  <pattern>       <directory>
 #
-#      Valid dependency types are "bootstrap", "build" and "full".
+#      Valid dependency types are "bootstrap", "test", "tool", "build"
+#      and "full".
 #
 # ENVIRONMENT
 #      AWK
@@ -36,9 +37,9 @@
 #
 ######################################################################
 
-: ${ECHO:=echo}
+: "${ECHO:=echo}"
 
-set -e
+set -eu
 
 trap "exit 1" USR1
 



Home | Main Index | Thread Index | Old Index