pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/posh update to posh-0.3.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf124a78f85f
branches:  trunk
changeset: 480059:cf124a78f85f
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 29 14:47:07 2004 +0000

description:
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:

 shells/posh/Makefile |  4 ++--
 shells/posh/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r b9f332c5bbab -r cf124a78f85f shells/posh/Makefile
--- a/shells/posh/Makefile      Sun Aug 29 14:25:10 2004 +0000
+++ b/shells/posh/Makefile      Sun Aug 29 14:47:07 2004 +0000
@@ -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 -r b9f332c5bbab -r cf124a78f85f shells/posh/distinfo
--- a/shells/posh/distinfo      Sun Aug 29 14:25:10 2004 +0000
+++ b/shells/posh/distinfo      Sun Aug 29 14:47:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index