diff options
author | rillig <rillig> | 2006-02-12 07:49:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-02-12 07:49:12 +0000 |
commit | 32e38abe1fabf9a634ee7eb712779d6490f146a8 (patch) | |
tree | 016247344d04a5046429907dd20f4c8b5fc3f29a /emulators | |
parent | 5a8927cf6b34b8134e27dc53cdbaa63502530d35 (diff) | |
download | pkgsrc-32e38abe1fabf9a634ee7eb712779d6490f146a8.tar.gz |
Removed the CRLF line endings from patch-ab, since the extracted files
don't have them either.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/distinfo | 4 | ||||
-rw-r--r-- | emulators/xm7/patches/patch-ab | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/xm7/distinfo b/emulators/xm7/distinfo index 9d0d2e1abc5..b78c4959e73 100644 --- a/emulators/xm7/distinfo +++ b/emulators/xm7/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2006/02/02 17:29:13 joerg Exp $ +$NetBSD: distinfo,v 1.11 2006/02/12 07:49:12 rillig Exp $ SHA1 (xm71010s.lzh) = 1afad6f530e05545505582d47bb0aa92965e6f71 RMD160 (xm71010s.lzh) = df1d96fa997c39ab6bbd0c9d3953a90cfbfb9efa Size (xm71010s.lzh) = 273065 bytes SHA1 (patch-aa) = b49f4dac3dde6395fcf1d4ab0c987d577e5e9ce4 -SHA1 (patch-ab) = b6395a5392738fcaaa31cc450099d2d2538d28b4 +SHA1 (patch-ab) = 4e6cc9113e25eca32a1f672b82b3c07ed141a5b7 SHA1 (patch-ac) = e55f25cb7046455489ab052dbe268043983a9e5f SHA1 (patch-ad) = d92ce48806c57a8cf0447f3e647202709e9a63d3 diff --git a/emulators/xm7/patches/patch-ab b/emulators/xm7/patches/patch-ab index 9d3672e2824..f6215805abd 100644 --- a/emulators/xm7/patches/patch-ab +++ b/emulators/xm7/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.4 2006/02/02 17:29:13 joerg Exp $ +$NetBSD: patch-ab,v 1.5 2006/02/12 07:49:12 rillig Exp $ --- convert.sh.orig 2000-03-22 16:01:00.000000000 +0000 +++ convert.sh -@@ -7,3 +7,7 @@ cp t $X
- rm t t.lzh
- done
-
+@@ -7,3 +7,7 @@ + rm t t.lzh + done + +for X in *.cpp;do +nkf -e < $X > t +mv t $X |