summaryrefslogtreecommitdiff
path: root/shells/dash/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-05-17 09:52:43 +0000
committeradam <adam@pkgsrc.org>2018-05-17 09:52:43 +0000
commit3442e44f4d799a822301061531e99ade1b42271f (patch)
tree2169765c71be2e1d7d50fd85e20606d929e62366 /shells/dash/Makefile
parentc05496c40c12dbc148e7472fb12158da05432a54 (diff)
downloadpkgsrc-3442e44f4d799a822301061531e99ade1b42271f.tar.gz
dash: updated to 0.5.10.1
0.5.10.1: jobs - Do not block when waiting on SIGCHLD 0.5.10: eval: Variable assignments on functions are no longer persistent parser: Fix parameter expansion inside inner double quotes parser: Fix parsing of ${} man: correct typos, iff -> if expand: Do not quote backslashes in unquoted parameter expansion shell: Add subdir-objects to AM_INIT_AUTOMAKE eval: Restore input files in evalcommand eval: Reap zombies after built-in commands and functions redir: Fix typo in noclobber code expand: Fix glibc glob(3) support expand: Fix buffer overflow in expandmeta builtin: Move echo space/nl handling into print_escape_str builtin: Fix echo performance regression expand: Fix ghost fields with unquoted $@/$* parser: Allow newlines within parameter substitution expand: Fix bugs with words connected to the right of $@ Revert "[BUILTIN] Remove unnecessary restoration of format string in printf" parser: Fix backquote support in here-document EOF mark shell: provide .gitignore parser: Fix single-quoted patterns in here-documents parser: Add syntax stack for recursive parsing parser: use pgetc_eatbnl() in more places builtin: Greater resolution in test -nt / test -ot
Diffstat (limited to 'shells/dash/Makefile')
-rw-r--r--shells/dash/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index 922ad830cff..a8257259d1a 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/02/26 01:24:59 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.12 2018/05/17 09:52:43 adam Exp $
-DISTNAME= dash-0.5.9.1
+DISTNAME= dash-0.5.10.1
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
@@ -10,8 +9,8 @@ HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/
COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash
LICENSE= modified-bsd AND gnu-gpl-v2
-GNU_CONFIGURE= yes
USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
PKG_SHELL= bin/dash
.include "../../mk/bsd.pkg.mk"