diff options
author | mef <mef> | 2013-06-12 12:05:35 +0000 |
---|---|---|
committer | mef <mef> | 2013-06-12 12:05:35 +0000 |
commit | 9adfc0ae1652951b5e8c26bec55cdf210e72c8d2 (patch) | |
tree | 5050c2f0a711e2053c4e703a92d736b6b26ad5ec /shells | |
parent | 5ff4d40172c9275e49eb96992ef457ceea380179 (diff) | |
download | pkgsrc-9adfc0ae1652951b5e8c26bec55cdf210e72c8d2.tar.gz |
Bump 0.12 to 0.12.1
patches/patch-main.c is deleted, upstream took fix.
---------
posh (0.12.1) unstable; urgency=low
* Add missing compat header include, thanks to Makoto Fujiwara.
closes: #712009.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/posh/Makefile | 4 | ||||
-rw-r--r-- | shells/posh/distinfo | 9 | ||||
-rw-r--r-- | shells/posh/patches/patch-main.c | 17 |
3 files changed, 6 insertions, 24 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 486066d6ed2..50f0f75e6f2 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2013/06/11 22:21:38 mef Exp $ +# $NetBSD: Makefile,v 1.15 2013/06/12 12:05:35 mef Exp $ # -DISTNAME= posh_0.12 +DISTNAME= posh_0.12.1 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 ba01aab8213..d67c32ef5c2 100644 --- a/shells/posh/distinfo +++ b/shells/posh/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.8 2013/06/11 22:21:38 mef Exp $ +$NetBSD: distinfo,v 1.9 2013/06/12 12:05:35 mef Exp $ -SHA1 (posh_0.12.tar.gz) = 1d9e1ccbf0782b20726dca7f8d1c87de6a49d0bd -RMD160 (posh_0.12.tar.gz) = b732de364c94f88d9ac80606a14f65cd069821a9 -Size (posh_0.12.tar.gz) = 469680 bytes +SHA1 (posh_0.12.1.tar.gz) = a9ad3fcf2bbf49327e797276a97fe7fdf95f787a +RMD160 (posh_0.12.1.tar.gz) = 0c97448168287394365e3005a6f2bb0bcac39b21 +Size (posh_0.12.1.tar.gz) = 474871 bytes SHA1 (patch-aa) = d70d108e73884f3c91a6bb22504853f6270290ec SHA1 (patch-ab) = 148632d17bc7ecb047169912eedea145d8b7698f -SHA1 (patch-main.c) = 84396558feb4bc17501d6b7e51e66e97a29a86f6 diff --git a/shells/posh/patches/patch-main.c b/shells/posh/patches/patch-main.c deleted file mode 100644 index 94aa6da8edd..00000000000 --- a/shells/posh/patches/patch-main.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-main.c,v 1.1 2013/06/11 21:43:13 mef Exp $ - -Avoid getting following warning, - main.c: In function 'main': - main.c:206:15: warning: assignment makes pointer from integer without a cast -and segmentation faulting just after invocation on NetBSD/amd64 6.1. - ---- main.c.orig 2004-06-09 00:51:50.000000000 +0900 -+++ main.c 2013-06-12 00:40:13.000000000 +0900 -@@ -7,6 +7,7 @@ - #include "sh.h" - #include "ksh_stat.h" - #include "ksh_time.h" -+#include "src/compat.h" - - extern char **environ; - |