Bug 180721 - [PATCH] www/rubygem-passenger: fix pkg message
Summary: [PATCH] www/rubygem-passenger: fix pkg message
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 16:10 UTC by Steve Wills
Modified: 2013-07-21 16:40 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-passenger-4.0.8_1.patch (520 bytes, patch)
2013-07-21 16:10 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"