pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/dl-ezkit regen patch to make it apply with gnu p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfb981028d0d
branches:  trunk
changeset: 480104:bfb981028d0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 30 15:24:15 2004 +0000

description:
regen patch to make it apply with gnu patch.
Closes PR 26787.

diffstat:

 comms/dl-ezkit/distinfo         |   4 ++--
 comms/dl-ezkit/patches/patch-aa |  11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r b1b3bf0ea944 -r bfb981028d0d comms/dl-ezkit/distinfo
--- a/comms/dl-ezkit/distinfo   Mon Aug 30 14:46:26 2004 +0000
+++ b/comms/dl-ezkit/distinfo   Mon Aug 30 15:24:15 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/08/28 19:14:23 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/08/30 15:24:15 wiz Exp $
 
 SHA1 (dl-ezkit-0.8.1-bsd.tar.gz) = d134aef41f559e23d79eca85e15273d60135a7f0
 Size (dl-ezkit-0.8.1-bsd.tar.gz) = 32166 bytes
-SHA1 (patch-aa) = 573de9fb1ae44439a74f14f0185e9984b13db0d5
+SHA1 (patch-aa) = 891778644b6e66d704c3efe3688c3fb7abc64e96
 SHA1 (patch-ab) = 6a8bd14cb90517ca3c859a0b89f762ed8f2e82fb
 SHA1 (patch-ac) = 2af79d096d52199e0e71008cd9d9cd7d351638d3
diff -r b1b3bf0ea944 -r bfb981028d0d comms/dl-ezkit/patches/patch-aa
--- a/comms/dl-ezkit/patches/patch-aa   Mon Aug 30 14:46:26 2004 +0000
+++ b/comms/dl-ezkit/patches/patch-aa   Mon Aug 30 15:24:15 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2004/08/28 19:14:23 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2004/08/30 15:24:15 wiz Exp $
 
---- Makefile.bsd.orig  Wed Dec  9 12:04:20 1998
+--- Makefile.bsd.orig  1998-12-09 18:04:20.000000000 +0100
 +++ Makefile.bsd
 @@ -16,9 +16,9 @@
  # Use this if you want HW handshaking on the serial port
@@ -14,7 +14,7 @@
  OBJS=lserial.o coff.o unix_key.o
  ALLFILES = dl.c lserial.c serial.h \
             Makefile coff21k.h coff.c 
-@@ -28,7 +28,7 @@
+@@ -28,7 +28,7 @@ TARGETS=dl
  all: $(TARGETS) 
  
  dl: dl.o $(OBJS) 
@@ -23,10 +23,13 @@
  
  checkin:
        ci -u $(ALLFILES)
-@@ -41,5 +41,5 @@
+@@ -41,6 +41,6 @@ tag:
        fi
  
  clean:
 -      (rm *.o *~  *.core $(TARGETS))
 +      rm -f *.o *~  *.core $(TARGETS)
  
+-#EOF
+\ No newline at end of file
++#EOF



Home | Main Index | Thread Index | Old Index