pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/dash Update to 0.5.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bac71aa135b1
branches:  trunk
changeset: 359048:bac71aa135b1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Feb 26 01:24:59 2017 +0000

description:
Update to 0.5.9.1

Changelog:
Not available

diffstat:

 shells/dash/Makefile                     |   4 ++--
 shells/dash/distinfo                     |  11 +++++------
 shells/dash/patches/patch-src_mkbuiltins |  14 --------------
 3 files changed, 7 insertions(+), 22 deletions(-)

diffs (47 lines):

diff -r bd00a5b5dfd3 -r bac71aa135b1 shells/dash/Makefile
--- a/shells/dash/Makefile      Sat Feb 25 21:39:33 2017 +0000
+++ b/shells/dash/Makefile      Sun Feb 26 01:24:59 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2015/06/14 11:04:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/02/26 01:24:59 ryoon Exp $
 #
 
-DISTNAME=      dash-0.5.8
+DISTNAME=      dash-0.5.9.1
 CATEGORIES=    shells
 MASTER_SITES=  http://gondor.apana.org.au/~herbert/dash/files/
 
diff -r bd00a5b5dfd3 -r bac71aa135b1 shells/dash/distinfo
--- a/shells/dash/distinfo      Sat Feb 25 21:39:33 2017 +0000
+++ b/shells/dash/distinfo      Sun Feb 26 01:24:59 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/02 23:00:34 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/02/26 01:24:59 ryoon Exp $
 
-SHA1 (dash-0.5.8.tar.gz) = cd058935bba545427caa375337afe8a6309477d2
-RMD160 (dash-0.5.8.tar.gz) = 2e8aabcbbb2802061a4a53fdfa63c414ce8c963f
-SHA512 (dash-0.5.8.tar.gz) = 3dc42d3503b33c50b62c0f9104c0e41c4e8fa7490ba72bc09213fcc894d6fd92b9688c58389acf8b538b08f8e9cc179f0bf5572e22175d1960f04554594237b8
-Size (dash-0.5.8.tar.gz) = 223028 bytes
-SHA1 (patch-src_mkbuiltins) = 54f46f67653472d7bd5c8064929ef08da49a2b92
+SHA1 (dash-0.5.9.1.tar.gz) = 7b9cb47fc2a007c26fedc99d22a7fc1dc2f5f914
+RMD160 (dash-0.5.9.1.tar.gz) = c03b72e99a5e285e47b9b72678d0a4fdb124306d
+SHA512 (dash-0.5.9.1.tar.gz) = d56a043b8fab4693d3f70cceb531c37174e7ded4acd5549e53048d7ce29125ff21d7e758f51a4a73e06250d051e246467039989275838c19a2579edea3f72b7d
+Size (dash-0.5.9.1.tar.gz) = 225217 bytes
diff -r bd00a5b5dfd3 -r bac71aa135b1 shells/dash/patches/patch-src_mkbuiltins
--- a/shells/dash/patches/patch-src_mkbuiltins  Sat Feb 25 21:39:33 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_mkbuiltins,v 1.1 2013/01/06 16:19:08 cheusov Exp $
-
-# This patch fixes build failure on SunOS if /usr/xpg4/bin is not in PATH
---- src/mkbuiltins.orig        2011-03-15 07:18:06.000000000 +0000
-+++ src/mkbuiltins
-@@ -97,7 +97,7 @@ cat <<\!
-  */
- 
- !
--sed 's/       -[a-z]*//' $temp2 | nl -b a -v 0 | LC_COLLATE=C sort -u -k 3,3 |
-+sed 's/       -[a-z]*//' $temp2 | nl -ba -v0 | LC_COLLATE=C sort -u -k 3,3 |
- tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ |
-       awk '{  printf "#define %s (builtincmd + %d)\n", $3, $1}'
- printf '\n#define NUMBUILTINS %d\n' $(wc -l < $temp2)



Home | Main Index | Thread Index | Old Index