aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-passenger
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2013-06-03 03:38:13 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2013-06-03 03:38:13 +0000
commit3ca58bde3a020c62e01fac4e82d8f0270e5c447f (patch)
tree808dcf749d7faa58b68e9bd434848733c1216ebe /www/rubygem-passenger
parentf21a6fcad418e4d0f5536440f7c2d8049ec5d644 (diff)
downloadports-3ca58bde3a020c62e01fac4e82d8f0270e5c447f.tar.gz
ports-3ca58bde3a020c62e01fac4e82d8f0270e5c447f.zip
Update apache22's module location.
Bump PORTREVISION. Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=319752
Diffstat (limited to 'www/rubygem-passenger')
-rw-r--r--www/rubygem-passenger/Makefile1
-rw-r--r--www/rubygem-passenger/files/pkg-message.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index 4f4f29774548..04c2f82850ff 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -3,6 +3,7 @@
PORTNAME= passenger
PORTVERSION= 4.0.5
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
diff --git a/www/rubygem-passenger/files/pkg-message.in b/www/rubygem-passenger/files/pkg-message.in
index 6e5d90e1b490..a8fafe85b43e 100644
--- a/www/rubygem-passenger/files/pkg-message.in
+++ b/www/rubygem-passenger/files/pkg-message.in
@@ -2,7 +2,7 @@
Please edit your Apache configuration file, and add these lines:
- LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/ext/apache2/mod_passenger.so
+ LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/libout/apache2/mod_passenger.so
PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%%
PassengerRuby %%RUBY%%