pkgsrc-WIP-changes archive

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

import-package.sh: adapt to commit message policy



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Sep 16 11:30:46 2017 +0200
Changeset:	63e910bf9d8640f0d5410f98c7edf629d27987e8

Modified Files:
	import-package.sh

Log Message:
import-package.sh: adapt to commit message policy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63e910bf9d8640f0d5410f98c7edf629d27987e8

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

diffstat:
 import-package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/import-package.sh b/import-package.sh
index 5d4841d3f4..e8a7f6ec6e 100755
--- a/import-package.sh
+++ b/import-package.sh
@@ -109,7 +109,7 @@ DESCR_SRC="$(${MAKE} show-var VARNAME=DESCR_SRC) /dev/null"
 
 DASH70=----------------------------------------------------------------------
 
-echo "Import ${PKGNAME} as ${CATEGORY}/${PACKAGE}." > ${MSG}
+echo "${CATEGORY}/${PACKAGE}: import ${PKGNAME}" > ${MSG}
 echo "" >> ${MSG}
 cat ${DESCR_SRC} >> ${MSG}
 echo "${SCM}: ${DASH70}" >> ${MSG}


Home | Main Index | Thread Index | Old Index