diff options
author | pav <pav@FreeBSD.org> | 2006-01-13 23:13:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-13 23:13:55 +0000 |
commit | a160a2ce0b9cf25c4a8601671f91349d14e8c123 (patch) | |
tree | 21d7a1f3e477e3642f1a848ffe970e0fe05f7ffc /textproc/ruby-xmlparser | |
parent | a42c53fda0f01fac54adfa9206a5bc6d705e5fb9 (diff) | |
download | FreeBSD-ports-a160a2ce0b9cf25c4a8601671f91349d14e8c123.zip FreeBSD-ports-a160a2ce0b9cf25c4a8601671f91349d14e8c123.tar.gz |
- Distinfo rerolled; verified there are no functional changes
PR: ports/91726
Reported by: Robert Gogolok <gogo@cs.uni-sb.de>
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r-- | textproc/ruby-xmlparser/distinfo | 6 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/files/patch-xmlparser.c | 24 |
2 files changed, 3 insertions, 27 deletions
diff --git a/textproc/ruby-xmlparser/distinfo b/textproc/ruby-xmlparser/distinfo index 9340a95..709c041 100644 --- a/textproc/ruby-xmlparser/distinfo +++ b/textproc/ruby-xmlparser/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/xmlparser-0.6.8.tar.gz) = 8f0d200b6e7ed2ec972cbbb033a4c857 -SHA256 (ruby/xmlparser-0.6.8.tar.gz) = af5d76535a16d60d8825446c88248260775d1e845fee08ff3111c8de796bd2aa -SIZE (ruby/xmlparser-0.6.8.tar.gz) = 140589 +MD5 (ruby/xmlparser-0.6.8.tar.gz) = 6f056117683cea19244ff1c1c0fc5c65 +SHA256 (ruby/xmlparser-0.6.8.tar.gz) = ce3ac2af52b181b6639f6f6c55c4bb5641562113a710c2e17e3590301f885280 +SIZE (ruby/xmlparser-0.6.8.tar.gz) = 140667 diff --git a/textproc/ruby-xmlparser/files/patch-xmlparser.c b/textproc/ruby-xmlparser/files/patch-xmlparser.c deleted file mode 100644 index 37475f4..0000000 --- a/textproc/ruby-xmlparser/files/patch-xmlparser.c +++ /dev/null @@ -1,24 +0,0 @@ ---- xmlparser.c.orig Tue Apr 6 14:16:09 2004 -+++ xmlparser.c Wed Apr 21 12:38:50 2004 -@@ -526,8 +526,9 @@ - XML_Content *model) - { - XMLParser* parser; -+ VALUE content; - GET_PARSER(recv, parser); -- VALUE content = makeContentArray(parser, model); -+ content = makeContentArray(parser, model); - rb_yield(rb_ary_new3(4, symELEMENT_DECL, - TO_(rb_str_new2(name)), - content, recv)); -@@ -929,8 +930,9 @@ - XML_Content *model) - { - XMLParser* parser; -+ VALUE content; - GET_PARSER(recv, parser); -- VALUE content = makeContentArray(parser, model); -+ content = makeContentArray(parser, model); - rb_funcall((VALUE)recv, id_elementDeclHandler, 2, - TO_(rb_str_new2(name)), content); - } |