diff options
author | joerg <joerg> | 2005-12-30 13:13:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-30 13:13:40 +0000 |
commit | f275ab82ad91926386b54a3d9c993ddc8e6e7ab8 (patch) | |
tree | dd9557357c3fb47db646705b2695092065a8bb5d /www | |
parent | e1a6725de96b74a6605b2a6be5bc246d88436a08 (diff) | |
download | pkgsrc-f275ab82ad91926386b54a3d9c993ddc8e6e7ab8.tar.gz |
Fix patch (the original file has no newline at the end, breaking the
BSD patch).
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-actionpack/distinfo | 4 | ||||
-rw-r--r-- | www/ruby-actionpack/patches/patch-ab | 5 |
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 |