diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-29 17:02:31 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-29 17:02:31 +0000 |
commit | f01c0d7c487bda1fa30de3f1630b953eb50cc64a (patch) | |
tree | 531535b379e7d31ccee41911b19508074e98d5ac /shells/posh | |
parent | e76467e9294ec2549d670e2ce3796f58dc5e1ec5 (diff) | |
download | pkgsrc-f01c0d7c487bda1fa30de3f1630b953eb50cc64a.tar.gz |
Update to 0.3.14:
posh (0.3.14) unstable; urgency=medium
* ifdef out shf_smprintf.
-- Clint Adams <schizo@debian.org> 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> 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> 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> 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 (limited to 'shells/posh')
-rw-r--r-- | shells/posh/Makefile | 8 | ||||
-rw-r--r-- | shells/posh/PLIST | 6 | ||||
-rw-r--r-- | shells/posh/distinfo | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 8429ec6e839..96d2c894296 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/${PKGNAME} 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 --git a/shells/posh/PLIST b/shells/posh/PLIST index 36071f3ab6f..0a3786b176d 100644 --- a/shells/posh/PLIST +++ b/shells/posh/PLIST @@ -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 --git a/shells/posh/distinfo b/shells/posh/distinfo index 71bdfb8a0f0..7fc63d2820d 100644 --- a/shells/posh/distinfo +++ b/shells/posh/distinfo @@ -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 |