Summary: | [PATCH] www/rubygem-passenger: fix pkg message | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | osa | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
2013-07-21 16:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->osa Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: osa->swills Approved, go ahead and commit. State Changed From-To: open->closed Committed. Thanks! Author: swills Date: Sun Jul 21 15:35:58 2013 New Revision: 323399 URL: http://svnweb.freebsd.org/changeset/ports/323399 Log: - Fix pkg-message.in to reference correct path PR: ports/180721 Approved by: osa (maintainer) Modified: head/www/rubygem-passenger/files/pkg-message.in (contents, props changed) Modified: head/www/rubygem-passenger/files/pkg-message.in ============================================================================== --- head/www/rubygem-passenger/files/pkg-message.in Sun Jul 21 15:09:42 2013 (r323398) +++ head/www/rubygem-passenger/files/pkg-message.in Sun Jul 21 15:35:58 2013 (r323399) @@ -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%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |