Date: Wed, 25 Jul 2012 16:10:11 -0500 From: "Bryan Drewery" <bryan@shatow.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: osa@FreeBSD.org Subject: ports/170179: [PATCH] www/rubygem-passenger: Allow both nginx and apache22 Message-ID: <20120725211037.017FF106566C@hub.freebsd.org> Resent-Message-ID: <201207252120.q6PLK9Sg088617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170179 >Category: ports >Synopsis: [PATCH] www/rubygem-passenger: Allow both nginx and apache22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 25 21:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: - Fix unnecessary quoting in SYMLINK_DESC - Apache and Nginx modules are not mutually exclusive, so don't define as SINGLEs I don't think that the apache/nginx modules really are mutually exclusive, so they shouldn't be marked as SINGLE. >How-To-Repeat: >Fix: --- patch-rubygem-passenger.txt begins here --- diff -u /usr/ports/www/rubygem-passenger.orig/Makefile ./Makefile --- /usr/ports/www/rubygem-passenger.orig/Makefile 2012-07-22 08:39:34.000000000 -0500 +++ ./Makefile 2012-07-25 16:07:24.000000000 -0500 @@ -13,12 +13,10 @@ MAINTAINER= osa@FreeBSD.ORG COMMENT= Modules for running Ruby on Rails and Rack applications -OPTIONS_DEFINE= DEBUG SYMLINK -OPTIONS_SINGLE= SERVER -OPTIONS_SINGLE_SERVER= APACHE22 NGINX +OPTIONS_DEFINE= DEBUG SYMLINK APACHE22 NGINX APACHE22_DESC= Build with apache22 support NGINX_DESC= Build with nginx support -SYMLINK_DESC= "Create passenger symlink" +SYMLINK_DESC= Create passenger symlink OPTIONS_DEFAULT= APACHE22 USE_RUBY= yes --- patch-rubygem-passenger.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120725211037.017FF106566C>