pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add a documentation block above the changes-entry t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49701f056d8f
branches: trunk
changeset: 495431:49701f056d8f
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jun 09 16:08:27 2005 +0000
description:
Add a documentation block above the changes-entry target.
diffstat:
mk/bsd.pkg.mk | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 8418237e3804 -r 49701f056d8f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Thu Jun 09 15:36:36 2005 +0000
+++ b/mk/bsd.pkg.mk Thu Jun 09 16:08:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1689 2005/06/09 10:09:58 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1690 2005/06/09 16:08:27 jlam Exp $
#
# This file is in the public domain.
#
@@ -4845,6 +4845,21 @@
. endif
.endfor
+# changes-entry appends an entry to pkgsrc/doc/CHANGES.
+#
+# The following variables may be set:
+#
+# CTYPE is the type of entry to add and is one of "Added", "Updated",
+# "Renamed", "Moved", of "Removed". The default CTYPE is "Updated".
+#
+# NETBSD_LOGIN_NAME is the login name assigned by the NetBSD Project.
+# It defaults to the local login name.
+#
+# Example usage:
+#
+# cd /usr/pkgsrc/category/package
+# make changes-entry CTYPE=Added
+#
CTYPE?= Updated
.if !empty(CTYPE:MUpdated)
_CTYPE2= " to "${PKGVERSION:Q}
Home |
Main Index |
Thread Index |
Old Index