summaryrefslogtreecommitdiff
path: root/www/ruby-fcgi/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-28 05:45:05 +0000
committertaca <taca@pkgsrc.org>2004-11-28 05:45:05 +0000
commitab35a33480837c0ebe0472f246ac5415e95a5239 (patch)
tree102a87bfcc917584da33e67e47ddc68af5c43df6 /www/ruby-fcgi/patches
parent9425526c0d772d4b0b8ad543e6c7a0ff07f5fc4a (diff)
downloadpkgsrc-ab35a33480837c0ebe0472f246ac5415e95a5239.tar.gz
Update ruby-fcgi pacakge to 0.8.5 migrating to use new framework
for Ruby packages. Changes are unknown.
Diffstat (limited to 'www/ruby-fcgi/patches')
-rw-r--r--www/ruby-fcgi/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/ruby-fcgi/patches/patch-aa b/www/ruby-fcgi/patches/patch-aa
deleted file mode 100644
index d37987ac0c6..00000000000
--- a/www/ruby-fcgi/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/03/12 05:12:09 taca Exp $
-
---- install.rb.orig 2003-08-27 20:28:34.000000000 +0900
-+++ install.rb
-@@ -648,7 +648,7 @@ class Installer
- end
-
- def install_dir_lib( rel )
-- install_files targfiles, config('rb-dir') + '/' + rel, 0644
-+ install_files targfiles, config('rb-dir') + '/' + rel, 0444
- end
-
- def install_dir_ext( rel )
-@@ -662,7 +662,7 @@ class Installer
- end
-
- def install_dir_data( rel )
-- install_files targfiles, config('data-dir') + '/' + rel, 0644
-+ install_files targfiles, config('data-dir') + '/' + rel, 0444
- end
-
- def install_files( list, dest, mode )