From d6f11a1977ea6956cadaccd753ff369a86f82e8b Mon Sep 17 00:00:00 2001 From: Alexandre Perrin Date: Fri, 22 Nov 2013 16:50:31 +0100 Subject: [PATCH 4/4] bmake: added new README.DELETED, README.DRAGONFLY and updated files in usr.bin/bmake. --- contrib/bmake/README.DELETED | 3 +++ contrib/bmake/README.DRAGONFLY | 19 +++++++++++++++++++ usr.bin/bmake/Makefile | 2 +- usr.bin/bmake/config.h | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 contrib/bmake/README.DELETED create mode 100644 contrib/bmake/README.DRAGONFLY diff --git a/contrib/bmake/README.DELETED b/contrib/bmake/README.DELETED new file mode 100644 index 0000000..1217c63 --- /dev/null +++ b/contrib/bmake/README.DELETED @@ -0,0 +1,3 @@ +unit-tests/ +PSD.doc/ +missing/ diff --git a/contrib/bmake/README.DRAGONFLY b/contrib/bmake/README.DRAGONFLY new file mode 100644 index 0000000..7866da7 --- /dev/null +++ b/contrib/bmake/README.DRAGONFLY @@ -0,0 +1,19 @@ +BMAKE 2013-10-01 +================ + +Original source can be downloaded from: +http://www.crufty.net/ftp/pub/sjg + +file = bmake-20131001.tar.gz +date = 21 November 2013 +size = 506072 +sha1 = 436733e4ec8751f527fe5bd82088ba3d81ce9ce5 + +The file README.DELETED contains a list of deleted files and directories. + +The following files have been patched: +bmake.1 +main.c +meta.c +parse.c +var.c diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index 26a858a..ab52ba5 100644 --- a/usr.bin/bmake/Makefile +++ b/usr.bin/bmake/Makefile @@ -21,7 +21,7 @@ SRCS+= meta.c srcdir= ${.CURDIR}/../../contrib/bmake # Base version on src date -MAKE_VERSION= 20121010 +MAKE_VERSION= 20131001 .if defined(BOOTSTRAPPING) DEFAULT_SYS_PATH = ${.CURDIR}/../../share/mk .else diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h index 9cf8c8a..0781491 100644 --- a/usr.bin/bmake/config.h +++ b/usr.bin/bmake/config.h @@ -229,7 +229,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20120620" +#define PACKAGE_STRING "bmake 20130706" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -238,7 +238,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20120620" +#define PACKAGE_VERSION "20130706" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -- 1.8.4.1