summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-30 13:13:40 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-30 13:13:40 +0000
commit51f7c31aecac995833ce7ccbaa7be516f8de5b98 (patch)
treedd9557357c3fb47db646705b2695092065a8bb5d
parent1e0228ce61bca332ebcaee2a135b0bd370a32dcf (diff)
downloadpkgsrc-51f7c31aecac995833ce7ccbaa7be516f8de5b98.tar.gz
Fix patch (the original file has no newline at the end, breaking the
BSD patch).
-rw-r--r--www/ruby-actionpack/distinfo4
-rw-r--r--www/ruby-actionpack/patches/patch-ab5
2 files changed, 5 insertions, 4 deletions
diff --git a/www/ruby-actionpack/distinfo b/www/ruby-actionpack/distinfo
index 3ecbbc924c3..4fd7a07a95e 100644
--- a/www/ruby-actionpack/distinfo
+++ b/www/ruby-actionpack/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/11/02 14:48:39 taca Exp $
+$NetBSD: distinfo,v 1.4 2005/12/30 13:13:40 joerg Exp $
SHA1 (ruby/actionpack-1.10.1.tgz) = 3a285b064f57d7630c0e40bac7aa648bc9861b56
RMD160 (ruby/actionpack-1.10.1.tgz) = 07eac840f504566574d4ce8cb2172de80afd6ffe
Size (ruby/actionpack-1.10.1.tgz) = 334758 bytes
-SHA1 (patch-ab) = a28bffd733066ee56e3470e4b28d897eb768906f
+SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191
diff --git a/www/ruby-actionpack/patches/patch-ab b/www/ruby-actionpack/patches/patch-ab
index ab1f58a10ef..25388b4cba4 100644
--- a/www/ruby-actionpack/patches/patch-ab
+++ b/www/ruby-actionpack/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2005/09/04 14:05:44 taca Exp $
+$NetBSD: patch-ab,v 1.2 2005/12/30 13:13:40 joerg Exp $
---- install.rb.orig 2005-04-02 16:29:08.000000000 +0900
+--- install.rb.orig 2005-04-02 07:29:08.000000000 +0000
+++ install.rb
@@ -22,9 +22,9 @@ end
Dir.chdir("lib")
@@ -14,3 +14,4 @@ $NetBSD: patch-ab,v 1.1 2005/09/04 14:05:44 taca Exp $
File::makedirs(File.join($sitedir, *f.split(/\//)))
end
}
+\ No newline at end of file