From 4bdd78ec9a099bc5c94ea3ccbbb66bd807b222c3 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 11 Jun 2013 22:21:38 +0000 Subject: Makefile - Bump version 0.3.14 to 0.12. - Add LICENSE= as gnu-gpl-v2. patches/patch-a[ab] - comment added from old cvs log Following lines are recent changes from ChangeLog. For full ChangeLog, see: https://launchpad.net/debian/+source/posh/+changelog -------- posh (0.12) * Fix shell flag handling, broken since 0.9.1. closes: #707778. posh (0.10.2) * Fix "nostrip" build. closes: #674703. * Fix Italian Language-Team email address. closes: #660020. * Don't segfault when bi_errorf(NULL) is called. closes: #674701. * Bump to Standards-Version 3.9.3. posh (0.10) unstable; urgency=low * Do not treat a bad signal passed to the trap builtin as a fatal/syntax error. posh (0.8.5) unstable; urgency=low * Apply bugfix from mksh overhauling the code for substitutions such as ${foo:-bar} and "${foo+bar}" for standards compliance and pull the test cases that go with it. * Bump to Standards-Version 3.8.4. * Switch to 3.0 (native) source format. --------- --- shells/posh/Makefile | 6 +++--- shells/posh/distinfo | 12 ++++++------ shells/posh/patches/patch-aa | 5 ++++- shells/posh/patches/patch-ab | 5 ++++- 4 files changed, 17 insertions(+), 11 deletions(-) (limited to 'shells/posh') diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 8d19e9f5ed8..486066d6ed2 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.13 2012/09/11 23:25:09 asau Exp $ +# $NetBSD: Makefile,v 1.14 2013/06/11 22:21:38 mef Exp $ # -DISTNAME= posh_0.3.14 +DISTNAME= posh_0.12 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/posh COMMENT= Debian Policy-compliant Ordinary SHell +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/shells/posh/distinfo b/shells/posh/distinfo index 99fa303d99c..ba01aab8213 100644 --- a/shells/posh/distinfo +++ b/shells/posh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2013/06/11 21:43:13 mef Exp $ +$NetBSD: distinfo,v 1.8 2013/06/11 22:21:38 mef Exp $ -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 -SHA1 (patch-ab) = 1e638fd21d7cab2e0a98c6383ca02e3f7acbd14f +SHA1 (posh_0.12.tar.gz) = 1d9e1ccbf0782b20726dca7f8d1c87de6a49d0bd +RMD160 (posh_0.12.tar.gz) = b732de364c94f88d9ac80606a14f65cd069821a9 +Size (posh_0.12.tar.gz) = 469680 bytes +SHA1 (patch-aa) = d70d108e73884f3c91a6bb22504853f6270290ec +SHA1 (patch-ab) = 148632d17bc7ecb047169912eedea145d8b7698f SHA1 (patch-main.c) = 84396558feb4bc17501d6b7e51e66e97a29a86f6 diff --git a/shells/posh/patches/patch-aa b/shells/posh/patches/patch-aa index 831e964a58c..688c2659719 100644 --- a/shells/posh/patches/patch-aa +++ b/shells/posh/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2004/09/08 12:00:09 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2013/06/11 22:21:38 mef Exp $ + +date: 2004-09-08 21:00:09 +0900; author: jmmv; state: Exp; +Fix build with gcc2. --- src/builtins.c.orig 2004-09-08 13:54:59.000000000 +0200 +++ src/builtins.c diff --git a/shells/posh/patches/patch-ab b/shells/posh/patches/patch-ab index 8b9aef69fbd..3a2c1ca1e40 100644 --- a/shells/posh/patches/patch-ab +++ b/shells/posh/patches/patch-ab @@ -1,4 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2005/11/10 22:25:13 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2013/06/11 22:21:38 mef Exp $ + +date: 2005-11-11 07:25:13 +0900; author: joerg; state: Exp; +Depend on errno.h to provide errno. --- sh.h.orig 2005-11-10 22:22:51.000000000 +0000 +++ sh.h -- cgit v1.2.3