Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 15:06:27 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        osa@FreeBSD.org
Subject:   ports/180721: [PATCH] www/rubygem-passenger: fix pkg message
Message-ID:  <201307211506.r6LF6Rt1089896@meatwad.mouf.net>
Resent-Message-ID: <201307211510.r6LFA0ZW076405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180721
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-passenger: fix pkg message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r252909: Sun Jul  7 02:36:14
>Description:
- Fix pkg-message.in to reference correct path

Port maintainer (osa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- rubygem-passenger-4.0.8_1.patch begins here ---
Index: files/pkg-message.in
===================================================================
--- files/pkg-message.in	(revision 323397)
+++ files/pkg-message.in	(working copy)
@@ -2,7 +2,7 @@
 
 Please edit your Apache configuration file, and add these lines:
 
-   LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/libout/apache2/mod_passenger.so
+   LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/apache2/mod_passenger.so
    PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%%
    PassengerRuby %%RUBY%%
 
--- rubygem-passenger-4.0.8_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307211506.r6LF6Rt1089896>