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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd7d8b73eb67
branches:  trunk
changeset: 491774:fd7d8b73eb67
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 29 17:02:31 2005 +0000

description:
Update to 0.3.14:

posh (0.3.14) unstable; urgency=medium

  * ifdef out shf_smprintf.

 -- Clint Adams <schizo%debian.org@localhost>  Fri, 19 Nov 2004 13:11:55 -0500

posh (0.3.13) unstable; urgency=medium

  * Some documentation cleanup and fixes.
  * Get the Latin-1 non-breeakable spaces out of the manpage for
    now.  closes: #280624.
    Hopefully the DocBook XSL stylesheets will be fixed some year.

 -- Clint Adams <schizo%debian.org@localhost>  Fri, 12 Nov 2004 14:20:35 -0500

posh (0.3.12) unstable; urgency=medium

  * Add regression test for unset builtin.  closes: #273346.
  * Make "eval false || true" not exit with -e.  closes: #269066.

 -- Clint Adams <schizo%debian.org@localhost>  Sat, 25 Sep 2004 22:41:59 -0400

posh (0.3.11) unstable; urgency=medium

  * Fix return value of unset builtin when parameters are not set;
    (according to POSIX, this is not an error condition).

 -- Clint Adams <schizo%debian.org@localhost>  Thu, 23 Sep 2004 22:08:57 -0400

posh (0.3.10) unstable; urgency=low

  * Remove extraneous operators from "test" builtin (-a, -G, -H, -k,
    -O, -o, <, >, -ef, -nt, -ot).

diffstat:

 shells/posh/Makefile |  8 +++-----
 shells/posh/PLIST    |  6 ++----
 shells/posh/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 13 deletions(-)

diffs (50 lines):

diff -r 77b13c0f48ca -r fd7d8b73eb67 shells/posh/Makefile
--- a/shells/posh/Makefile      Tue Mar 29 16:25:05 2005 +0000
+++ b/shells/posh/Makefile      Tue Mar 29 17:02:31 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/08/29 14:47:07 recht Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/29 17:02:31 jmmv Exp $
 #
 
-DISTNAME=      posh_0.3.9
+DISTNAME=      posh_0.3.14
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
@@ -20,8 +20,6 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/posh
-       ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/posh
-       ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/posh
-       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/posh
+       ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${PREFIX}/share/doc/posh
 
 .include "../../mk/bsd.pkg.mk"
diff -r 77b13c0f48ca -r fd7d8b73eb67 shells/posh/PLIST
--- a/shells/posh/PLIST Tue Mar 29 16:25:05 2005 +0000
+++ b/shells/posh/PLIST Tue Mar 29 17:02:31 2005 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/03/29 17:02:31 jmmv Exp $
 bin/posh
 man/man1/posh.1
-share/doc/posh/ChangeLog
-share/doc/posh/NEWS
-share/doc/posh/README
+share/doc/posh/changelog
 @dirrm share/doc/posh
diff -r 77b13c0f48ca -r fd7d8b73eb67 shells/posh/distinfo
--- a/shells/posh/distinfo      Tue Mar 29 16:25:05 2005 +0000
+++ b/shells/posh/distinfo      Tue Mar 29 17:02:31 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:14:41 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/29 17:02:31 jmmv Exp $
 
-SHA1 (posh_0.3.9.tar.gz) = 8ae9e3b0dee08b2a6ccd694000fad49cec3678b0
-RMD160 (posh_0.3.9.tar.gz) = 0362c8171a169c09908718892275dd7dc1558c4b
-Size (posh_0.3.9.tar.gz) = 727145 bytes
+SHA1 (posh_0.3.14.tar.gz) = 0242227569336c3fa151d14263069480121c8d15
+RMD160 (posh_0.3.14.tar.gz) = 28ef5a29b736d42cc0f5261c305e053b65d79497
+Size (posh_0.3.14.tar.gz) = 668729 bytes
 SHA1 (patch-aa) = bdd8ffb67ccd60064b0fb5bda7935001f6807380



Home | Main Index | Thread Index | Old Index