Module Name: src
Committed By: wiz
Date: Thu Aug 6 10:22:34 UTC 2015
Modified Files:
src/doc: 3RDPARTY
src/external/bsd/am-utils/man: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1239 -r1.1240 src/doc/3RDPARTY
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/man/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1239 src/doc/3RDPARTY:1.1240
--- src/doc/3RDPARTY:1.1239 Tue Jul 28 18:58:08 2015
+++ src/doc/3RDPARTY Thu Aug 6 10:22:34 2015
@@ -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 @@ Notes:
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
Index: src/external/bsd/am-utils/man/Makefile
diff -u src/external/bsd/am-utils/man/Makefile:1.1 src/external/bsd/am-utils/man/Makefile:1.2
--- src/external/bsd/am-utils/man/Makefile:1.1 Fri Sep 19 21:38:41 2008
+++ src/external/bsd/am-utils/man/Makefile Thu Aug 6 10:22:34 2015
@@ -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 @@ CLEANFILES+= version.texi
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 && \