pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-zlib Fix path in patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a10e9e12c770
branches:  trunk
changeset: 488230:a10e9e12c770
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jan 26 02:12:46 2005 +0000

description:
Fix path in patch.

Thanks to Martin S. Weber who noted the problem by private mail.

diffstat:

 devel/ruby-zlib/distinfo         |  4 ++--
 devel/ruby-zlib/patches/patch-aa |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 2049198341c4 -r a10e9e12c770 devel/ruby-zlib/distinfo
--- a/devel/ruby-zlib/distinfo  Tue Jan 25 23:40:34 2005 +0000
+++ b/devel/ruby-zlib/distinfo  Wed Jan 26 02:12:46 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/01/23 17:34:55 taca Exp $
+$NetBSD: distinfo,v 1.4 2005/01/26 02:12:46 taca Exp $
 
 SHA1 (ruby/ruby-1.8.2.tar.gz) = 409a917d3a0aba41f45bd053b767c85b2bc35ffa
 Size (ruby/ruby-1.8.2.tar.gz) = 3627349 bytes
-SHA1 (patch-aa) = acb62c1fdeec74fa0c1b7fe55067f780ce52fd57
+SHA1 (patch-aa) = 73d61daf90bf10ff3119166d175839352db76d37
diff -r 2049198341c4 -r a10e9e12c770 devel/ruby-zlib/patches/patch-aa
--- a/devel/ruby-zlib/patches/patch-aa  Tue Jan 25 23:40:34 2005 +0000
+++ b/devel/ruby-zlib/patches/patch-aa  Wed Jan 26 02:12:46 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2005/01/23 17:34:55 taca Exp $
+$NetBSD: patch-aa,v 1.2 2005/01/26 02:12:46 taca Exp $
 
---- ext/zlib/zlib.c.orig       2004-12-18 16:37:01.000000000 +0900
-+++ ext/zlib/zlib.c
+--- zlib.c.orig        2004-12-18 16:37:01.000000000 +0900
++++ zlib.c
 @@ -55,7 +55,7 @@ static void zstream_reset_input _((struc
  static void zstream_passthrough_input _((struct zstream*));
  static VALUE zstream_detach_input _((struct zstream*));



Home | Main Index | Thread Index | Old Index