FreeBSD Bugzilla – Attachment 174012 Details for
Bug 212107
www/rubygem-passenger: fix symlink option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
passenger.diff (text/plain), 1.41 KB, created by
Mathieu Arnold
on 2016-08-24 12:39:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2016-08-24 12:39:48 UTC
Size:
1.41 KB
patch
obsolete
>diff --git www/rubygem-passenger/Makefile www/rubygem-passenger/Makefile >index 6e8fdf4..dabf897 100644 >--- www/rubygem-passenger/Makefile >+++ www/rubygem-passenger/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= passenger > PORTVERSION= 5.0.30 >+PORTREVISION= 1 > CATEGORIES= www rubygems > MASTER_SITES= RG > PKGNAMEPREFIX= rubygem- >@@ -96,7 +97,7 @@ post-install: > ${COPYTREE_SHARE} buildout ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} ) > ${CHMOD} +x ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/buildout/support-binaries/* > .if ${PORT_OPTIONS:MSYMLINK} >- ${LN} -s ${PREFIX}/${GEM_LIB_DIR} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME} >+ ${LN} -s ${GEM_NAME} ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME} > .endif > > .include <bsd.port.mk> >diff --git www/rubygem-passenger/files/pkg-message.in www/rubygem-passenger/files/pkg-message.in >index c61be67..38ad68a 100644 >--- www/rubygem-passenger/files/pkg-message.in >+++ www/rubygem-passenger/files/pkg-message.in >@@ -2,8 +2,8 @@ > > Please edit your Apache configuration file, and add these lines: > >- LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/apache2/mod_passenger.so >- PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%% >+ LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so >+ PassengerRoot %%PASSENGER_INSTALL_DIR%% > PassengerRuby %%RUBY%% > > After you restart Apache, you are ready to deploy any number of Ruby on Rails
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212107
: 174012