summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-29 14:47:07 +0000
committerrecht <recht@pkgsrc.org>2004-08-29 14:47:07 +0000
commitbeb62e1008da541a6b4a10ffee0a05600bda4200 (patch)
tree2ce7343cecb3858dd6aa876a8efe767288d56cc4 /shells
parenta1e9ee2fea1d506d984546d77b55d357eb122b9e (diff)
downloadpkgsrc-beb62e1008da541a6b4a10ffee0a05600bda4200.tar.gz
update to posh-0.3.9
patch provided by pancake at phreaker.net in PR 26777 changes (from Debian changelog): posh (0.3.9) unstable; urgency=medium * trap builtin now errors when no signals are specified. closes: #265103. * Move trap-related regression tests to their own file, and add one to check for error on "trap 0". posh (0.3.8) unstable; urgency=high * Fix tilde expansion thinko introduced in 0.3.4. posh (0.3.7) unstable; urgency=low * Remove some cruft left around from ksh functions. posh (0.3.6) unstable; urgency=low * Add a better regression test for umask. * Drop support of ksh88 ":[#%]+"-type trimming. * Adjust regression tests to make sure ${blah:#blah} gives an error. posh (0.3.5) unstable; urgency=low * Clean unused variables left after 0.3.4. * Add prebuild target to debian/rules. * Drop qsort altogether. posh (0.3.4) unstable; urgency=low * Fix most of the signedness comparison warnings. * Remove homedir caching code. * Switch specials, keywords, aliases, builtins, vars, and funs hashes to use libc tsearch() and friends. * Remove old table hash routines. posh (0.3.3) unstable; urgency=low * Rename custom table functions to prevent conflicts with b-tree functions when search.h is included. * Remove vestigial tracked alias code. posh (0.3.2) unstable; urgency=low * Make getn() use strtol(). * Mark unused function parameters to avoid gcc warnings. posh (0.3.1) unstable; urgency=low * Use libc's instead of internal qsort. * Add -W to CFLAGS.
Diffstat (limited to 'shells')
-rw-r--r--shells/posh/Makefile4
-rw-r--r--shells/posh/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile
index 2a1a579053a..8429ec6e839 100644
--- a/shells/posh/Makefile
+++ b/shells/posh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/29 14:47:07 recht Exp $
#
-DISTNAME= posh_0.3
+DISTNAME= posh_0.3.9
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
diff --git a/shells/posh/distinfo b/shells/posh/distinfo
index 21a0af5e8df..941da7d8b49 100644
--- a/shells/posh/distinfo
+++ b/shells/posh/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/08/29 14:47:07 recht Exp $
-SHA1 (posh_0.3.tar.gz) = 2cfebc249b5e7286a3f25a3aff88ca864fad2be3
-Size (posh_0.3.tar.gz) = 426124 bytes
+SHA1 (posh_0.3.9.tar.gz) = 8ae9e3b0dee08b2a6ccd694000fad49cec3678b0
+Size (posh_0.3.9.tar.gz) = 727145 bytes