diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-13 16:39:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-13 16:39:42 +0000 |
commit | cbc06df280d630675146762437e533fee4a5ca57 (patch) | |
tree | c34158d946e8922c59f9cd22e12e1e328e9aaecb /shells | |
parent | 8593eecdc68b4588baa2468562071820d4a5a360 (diff) | |
download | pkgsrc-cbc06df280d630675146762437e533fee4a5ca57.tar.gz |
Update to 2.05, based on pkg/12615 by Martti Kuparinen.
Extract of CHANGES:
Bugfixes; command completion should now take half the stat(2)s it took
before; lots of changes to the POSIX mode; SSH2_CLIENT not auto-exported
any more (like SSH_CLIENT before); realpath builtin; 'set' without
options returns valid input, and lots others.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 8 | ||||
-rw-r--r-- | shells/bash2/files/md5 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 69d2d3b866f..0a703b98a1e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 17:40:18 wiz Exp $ -# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp +# $NetBSD: Makefile,v 1.27 2001/04/13 16:39:42 wiz Exp $ # -V= 2.04 -DV= 2.04 +V= 2.05 +DV= 2.05 DISTNAME= bash-${V} CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ @@ -16,6 +15,7 @@ COMMENT= The GNU Bourne Again Shell GNU_CONFIGURE= yes USE_GTEXINFO= yes +USE_LIBINTL= yes MAKE_ENV+= INSTALL_SCRIPT='${INSTALL_SCRIPT}' .include "../../mk/bsd.prefs.mk" diff --git a/shells/bash2/files/md5 b/shells/bash2/files/md5 index 9b05c2a732a..48efa479073 100644 --- a/shells/bash2/files/md5 +++ b/shells/bash2/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.6 2000/03/30 11:56:32 wiz Exp $ +$NetBSD: md5,v 1.7 2001/04/13 16:39:43 wiz Exp $ -MD5 (bash-2.04.tar.gz) = 49b548a8b72a4c925ff26930e4c31c6c -MD5 (bash-doc-2.04.tar.gz) = a9684d1095e7ea1adb8759c3f4fca13d +SHA1 (bash-2.05.tar.gz) = 4418655ddc7bf6172f885bd3a54e7bfec77fec91 +SHA1 (bash-doc-2.05.tar.gz) = c07174e6f59730a925634a173541b4dbfcd5fdc1 |