pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/scapy scapy: improve a portability patch for the t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33d690683163
branches:  trunk
changeset: 331758:33d690683163
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Mar 24 19:44:48 2019 +0000

description:
scapy: improve a portability patch for the test suite

diffstat:

 net/scapy/distinfo         |  4 ++--
 net/scapy/patches/patch-af |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a5f985b20ce7 -r 33d690683163 net/scapy/distinfo
--- a/net/scapy/distinfo        Sun Mar 24 19:43:09 2019 +0000
+++ b/net/scapy/distinfo        Sun Mar 24 19:44:48 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2016/05/09 11:07:51 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/03/24 19:44:48 gutteridge Exp $
 
 SHA1 (scapy-2.3.2.tar.gz) = 30ee94f6490371dc60544206d286ae4881987151
 RMD160 (scapy-2.3.2.tar.gz) = f217e70d0806dfcc1ed1961a74f9de437c2b8bdd
@@ -8,4 +8,4 @@
 SHA1 (patch-ab) = 12f7c4d0ae505d357692c05de658e393a0526ba1
 SHA1 (patch-ac) = d8ad1882d9b31e65dc3f7636e4caac9377805daf
 SHA1 (patch-ad) = f3647e471ba1168e054a5160d47fb0870243fb4b
-SHA1 (patch-af) = a5bec775992df06d89c296bd6d889ea13d586ead
+SHA1 (patch-af) = 3f570e78c6a30361a015b9f0e1cb5990166b49cf
diff -r a5f985b20ce7 -r 33d690683163 net/scapy/patches/patch-af
--- a/net/scapy/patches/patch-af        Sun Mar 24 19:43:09 2019 +0000
+++ b/net/scapy/patches/patch-af        Sun Mar 24 19:44:48 2019 +0000
@@ -1,9 +1,10 @@
-$NetBSD: patch-af,v 1.3 2016/05/09 11:07:51 adam Exp $
+$NetBSD: patch-af,v 1.4 2019/03/24 19:44:49 gutteridge Exp $
 
 --- test/run_tests.orig        2016-01-15 13:10:59.000000000 +0000
 +++ test/run_tests
 @@ -1,8 +1,8 @@
- #! /bin/bash
+-#! /bin/bash
++#! /bin/sh
  DIR=$(dirname $0)/..
 -if [ "$*" == "" ]
 +if [ "$*" = "" ]



Home | Main Index | Thread Index | Old Index