diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 20:25:09 +0800 |
commit | f584768b57c30287bef9b08674d17877d109210c (patch) | |
tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/rubygem-passenger/files | |
parent | 0a892bf2d6a81798e28824322dea52b56f49ddde (diff) | |
download | freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.gz freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.tar.zst freebsd-ports-gnome-f584768b57c30287bef9b08674d17877d109210c.zip |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/rubygem-passenger/files')
-rw-r--r-- | www/rubygem-passenger/files/pkg-message-apache.in | 10 | ||||
-rw-r--r-- | www/rubygem-passenger/files/pkg-message-nginx.in | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/www/rubygem-passenger/files/pkg-message-apache.in b/www/rubygem-passenger/files/pkg-message-apache.in index 38ad68aaaf11..065a377715ed 100644 --- a/www/rubygem-passenger/files/pkg-message-apache.in +++ b/www/rubygem-passenger/files/pkg-message-apache.in @@ -1,5 +1,6 @@ -##################################################################### - +[ +{ type: install + message: <<EOM Please edit your Apache configuration file, and add these lines: LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so @@ -9,5 +10,6 @@ Please edit your Apache configuration file, and add these lines: After you restart Apache, you are ready to deploy any number of Ruby on Rails applications on Apache, without any further Ruby on Rails-specific configuration! - -##################################################################### +EOM +} +] diff --git a/www/rubygem-passenger/files/pkg-message-nginx.in b/www/rubygem-passenger/files/pkg-message-nginx.in index 5d869e24ac40..cefd06765a8b 100644 --- a/www/rubygem-passenger/files/pkg-message-nginx.in +++ b/www/rubygem-passenger/files/pkg-message-nginx.in @@ -1,9 +1,12 @@ +[ +{ type: install + message: <<EOM The nginx flavor of this port installs passenger core binaries only, to make it works with nginx make sure www/nginx or www/nginx-devel port has been compiled with third-party PASSENGER module support and installed into a system. -##################################################################### + Please edit a nginx configuration file, and add these lines: @@ -16,5 +19,6 @@ Please edit a nginx configuration file, and add these lines: Once nginx restarts it's possible to deploy a Ruby on Rails application without any further Ruby on Rails-specific configuration! - -##################################################################### +EOM +} +] |