Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Use date of last distfile for am-utils.info date.
details: https://anonhg.NetBSD.org/src/rev/89aa0eab8d09
branches: trunk
changeset: 339727:89aa0eab8d09
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Aug 06 10:22:34 2015 +0000
description:
Use date of last distfile for am-utils.info date.
Update doc/3RDPARTY to mention this should be kept up-to-date during
imports.
Addresses PR 50118.
diffstat:
doc/3RDPARTY | 3 ++-
external/bsd/am-utils/man/Makefile | 8 +++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r a8098fe213bc -r 89aa0eab8d09 doc/3RDPARTY
--- a/doc/3RDPARTY Thu Aug 06 09:30:55 2015 +0000
+++ b/doc/3RDPARTY Thu Aug 06 10:22:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1239 2015/07/28 18:58:08 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1240 2015/08/06 10:22:34 wiz Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -67,6 +67,7 @@
Amd2netbsd script to convert to BSD make system and remove unneeded files.
Fix symbolic links before import.
Check external/bsd/am-utils/include/config.h is correct after import.
+Update date of release in external/bsd/am-utils/man/Makefile (two places).
Package: Automated Testing Framework (ATF)
Version: 0.20
diff -r a8098fe213bc -r 89aa0eab8d09 external/bsd/am-utils/man/Makefile
--- a/external/bsd/am-utils/man/Makefile Thu Aug 06 09:30:55 2015 +0000
+++ b/external/bsd/am-utils/man/Makefile Thu Aug 06 10:22:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/09/19 21:38:41 christos Exp $
+# $NetBSD: Makefile,v 1.2 2015/08/06 10:22:34 wiz Exp $
.include <bsd.own.mk>
@@ -17,10 +17,8 @@
am-utils.info: version.texi
version.texi:
- echo @set UPDATED $$(${HOST_SH} ${DIST}/mdate-sh \
- ${DIST}/am-utils.texi) > ${.TARGET}
- echo @set UPDATED-MONTH $$(${HOST_SH} ${DIST}/mdate-sh \
- ${DIST}/am-utils.texi) >> ${.TARGET}
+ echo @set UPDATED 30 October 2014 > ${.TARGET}
+ echo @set UPDATED-MONTH October 2014 >> ${.TARGET}
echo @set EDITION $$( (cat ${.CURDIR}/../include/config.h && \
echo VERSION) | ${CPP} -P ${CPPFLAGS} | tr -d \") >> ${.TARGET}
echo @set VERSION $$( (cat ${.CURDIR}/../include/config.h && \
Home |
Main Index |
Thread Index |
Old Index