Bug 180721

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 Flags
rubygem-passenger-4.0.8_1.patch none

Description Steve Wills freebsd_committer freebsd_triage 2013-07-21 16:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-21 16:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2013-07-21 16:30:39 UTC
Responsible Changed
From-To: osa->swills

Approved, go ahead and commit.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-07-21 16:36:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-21 16:36:10 UTC
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"