openbsd-ports/www/ruby-passenger/patches/patch-build_documentation_rb
jeremy b43ac205b0 Update to 3.0.11. Support by the standalone version of passenger by
splitting into a multipackage, with a subpackage for the standalone
version (which embeds a version of nginx).  The standalone version
operates much like other ruby webservers, serving a single ruby/rack
application.

Switch to using the gem version of passenger.  Because the gem
installs into a versioned directory, setup symlinks to the
versioned directory so that nginx configuration files don't need
to be modified when the version is updated.
2011-12-13 18:38:17 +00:00

13 lines
509 B
Plaintext

$OpenBSD: patch-build_documentation_rb,v 1.3 2011/12/13 18:38:17 jeremy Exp $
--- build/documentation.rb.orig Thu Jan 1 01:00:00 1970
+++ build/documentation.rb Tue Nov 15 23:50:42 2011
@@ -29,7 +29,7 @@ task :doc => Packaging::ASCII_DOCS
Packaging::ASCII_DOCS.each do |target|
source = target.sub(/\.html$/, '.txt')
file target => [source] + Dir["doc/users_guide_snippets/**/*"] do
- if PlatformInfo.asciidoc
+ if false
if target =~ /apache/i
type = "-a apache"
elsif target =~ /nginx/i