pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind911/patches bind911: Actually remove unneeded ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60d76b7c2047
branches:  trunk
changeset: 442570:60d76b7c2047
user:      otis <otis%pkgsrc.org@localhost>
date:      Thu Nov 26 11:29:10 2020 +0000

description:
bind911: Actually remove unneeded patch

diffstat:

 net/bind911/patches/patch-bin_tests_system_metadata_tests.sh |  15 ------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 552fd9f54f88 -r 60d76b7c2047 net/bind911/patches/patch-bin_tests_system_metadata_tests.sh
--- a/net/bind911/patches/patch-bin_tests_system_metadata_tests.sh      Thu Nov 26 11:24:24 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-bin_tests_system_metadata_tests.sh,v 1.1 2018/09/09 13:11:38 taca Exp $
-
-* Avoid using "==" for argument of test(1).
-
---- bin/tests/system/metadata/tests.sh.orig    2018-07-03 06:56:55.000000000 +0000
-+++ bin/tests/system/metadata/tests.sh
-@@ -139,7 +139,7 @@ status=`expr $status + $ret`
- 
- echo_i "checking warning about permissions change on key with dnssec-settime ($n)"
- uname=`uname -o 2> /dev/null`
--if [ Cygwin == "$uname"  ]; then
-+if [ Cygwin = "$uname"  ]; then
-       echo_i "Cygwin detected, skipping"
- else
-       ret=0



Home | Main Index | Thread Index | Old Index