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:           Tue Sep 12 14:04:59 UTC 2017

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

Log Message:
mk/bsd.pkg.mk: Adapt changes-entry target

Prefix package name to commit message.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/mk/misc/developer.mk:1.23
--- pkgsrc/mk/misc/developer.mk:1.22    Sat Feb 22 13:11:22 2014
+++ pkgsrc/mk/misc/developer.mk Tue Sep 12 14:04:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.22 2014/02/22 13:11:22 obache Exp $
+# $NetBSD: developer.mk,v 1.23 2017/09/12 14:04:59 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 ${_CE_MSG1:Q} ${PKGSRC_CHANGES:T} ${PKGSRC_TODO:T}
+       ${RUN} cd ${PKGSRC_CHANGES_DIR} && cvs ${_NB_CVSROOT} commit -m ${PKGSRC_CHANGES_BASE:Q}": "${_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