diff options
author | sjg <sjg> | 2004-01-19 00:57:10 +0000 |
---|---|---|
committer | sjg <sjg> | 2004-01-19 00:57:10 +0000 |
commit | be0a798d016de380059daf40c440a49f5dc58243 (patch) | |
tree | 67bc0e195f86613f43ab82322e9b79cfedcc777c | |
parent | 758c8fc4f38e75bf520b180f0a92dd23ec14127b (diff) | |
download | pkgsrc-be0a798d016de380059daf40c440a49f5dc58243.tar.gz |
Update bmake to 20040118.
Changes include:
variable expansion in sysV style replacements
fix for cond.c to handle compound expressions better
fix for ternary modifier
-rw-r--r-- | devel/bmake/Makefile | 4 | ||||
-rw-r--r-- | devel/bmake/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 4cfb994654b..ad33994a2b2 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/12/22 23:26:43 sjg Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/19 00:57:10 sjg Exp $ # -DISTNAME= bmake-20031222 +DISTNAME= bmake-20040118 WRKSRC= ${WRKDIR}/bmake CATEGORIES= devel MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/ diff --git a/devel/bmake/distinfo b/devel/bmake/distinfo index 2334b3d232e..e1a8ff95b61 100644 --- a/devel/bmake/distinfo +++ b/devel/bmake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/12/22 23:26:43 sjg Exp $ +$NetBSD: distinfo,v 1.14 2004/01/19 00:57:10 sjg Exp $ -SHA1 (bmake-20031222.tar.gz) = 4172cbded5e144196c44c9f1c082739a08113ad5 -Size (bmake-20031222.tar.gz) = 337641 bytes +SHA1 (bmake-20040118.tar.gz) = 0b4047dc570309c8f075824e1d0c784f61eaba5d +Size (bmake-20040118.tar.gz) = 337933 bytes diff --git a/doc/CHANGES b/doc/CHANGES index 7d189fae55a..43e5eb2aaeb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4503 2004/01/19 00:00:45 recht Exp $ +$NetBSD: CHANGES,v 1.4504 2004/01/19 00:57:10 sjg Exp $ Changes to the packages collection and infrastructure in 2004: @@ -336,3 +336,4 @@ Changes to the packages collection and infrastructure in 2004: Updated anomy-sanitizer to 1.66 [kim 2004-01-18] Updated py-Scientific to 2.4.5 [recht 2004-01-18] Updated py-Scientific-doc to 2.4.5 [recht 2004-01-18] + Updated bmake to 20040118 [sjg 2004-01-18] |