pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/misc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 13 09:06:34 UTC 2017

Modified Files:
        pkgsrc/mk/misc: developer.mk

Log Message:
mk/misc/developer.mk: improve commit message

Commits to doc/ might also affect the TODO file, so use
"doc: " instead of "CHANGES-2017: " as default prefix.

Suggested by jperkin.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mk/misc/developer.mk

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

Modified files:

Index: pkgsrc/mk/misc/developer.mk
diff -u pkgsrc/mk/misc/developer.mk:1.23 pkgsrc/mk/misc/developer.mk:1.24
--- pkgsrc/mk/misc/developer.mk:1.23    Tue Sep 12 14:04:59 2017
+++ pkgsrc/mk/misc/developer.mk Wed Sep 13 09:06:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.23 2017/09/12 14:04:59 wiz Exp $
+# $NetBSD: developer.mk,v 1.24 2017/09/13 09:06:34 wiz Exp $
 #
 # Public targets for developers:
 #
@@ -126,7 +126,7 @@ todo-entry-remove:
 
 changes-entry-commit: .PHONY ce-error-check
        @${STEP_MSG} "Committing the change"
-       ${RUN} cd ${PKGSRC_CHANGES_DIR} && cvs ${_NB_CVSROOT} commit -m ${PKGSRC_CHANGES_BASE:Q}": "${_CE_MSG1:Q} ${PKGSRC_CHANGES:T} ${PKGSRC_TODO:T}
+       ${RUN} cd ${PKGSRC_CHANGES_DIR} && cvs ${_NB_CVSROOT} commit -m "doc: "${_CE_MSG1:Q} ${PKGSRC_CHANGES:T} ${PKGSRC_TODO:T}
 
 ce-error-check: .PHONY
 .if defined(_CE_ERRORS) && !empty(_CE_ERRORS:M*)



Home | Main Index | Thread Index | Old Index