Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.23 04 Aug 2024 17:14:26 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Update to 6.0.23
- Update version requirement of *_DEPENDS
Changes: https://github.com/phusion/passenger/releases |
6.0.22 19 May 2024 22:12:52 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Update to 6.0.22
Changes: https://github.com/phusion/passenger/releases |
6.0.20 21 Feb 2024 15:10:55 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Update to 6.0.20
Changes: https://github.com/phusion/passenger/releases |
6.0.19 25 Dec 2023 09:03:17 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Fix build with utf8cpp 4.0.3+
- Update version requirement of BUILD_DEPENDS to avoid using utf8cpp 4.0.2
utf8cpp 3.* installs to ${PREFIX}/include/utf8cpp/.
utf8cpp 4.0.{0,1,2} changes to ${PREFIX}/include/.
utf8cpp 4.0.3 changes back to ${PREFIX}/include/utf8cpp/.
PR: 275776
Reported by: Toshimichi Masubuchi <t.masub@gmail.com> |
6.0.19 27 Nov 2023 10:30:03 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Update to 6.0.19
- Update WWW
- Use ECHO_CMD instead of ECHO
- Clean up Makefile
- Remove unnecessary USES=shebangfix
- Remove CPE_PRODUCT
- Remove RAKE_BIN
- Remove no-op REINPLACE_CMD
- Take maintainership
Changes: https://github.com/phusion/passenger/releases |
6.0.18 06 Aug 2023 23:52:29 |
Muhammad Moinur Rahman (bofh) |
www/rubygem-passenger: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
6.0.18 25 Jul 2023 17:19:37 |
Sergey A. Osokin (osa) |
www/*: update Passenger 6.0.17 -> 6.0.18
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
* Adds support for arm (aarch64) rpm packages.
* Adds Ubuntu 23.04 "Lunar" packages, removes Ubuntu 22.10
"Kinetic" packages.
* Removes packages for Debian 9 "Stretch" (EOL June 2022).
* [RPM] Changes to building Nginx module packages for the latest
supported Nginx module stream instead of the default.
* [Ruby] Makes Passenger more resilient to invalid byte sequences
when loading the Ruby native extension. Contributed by Drew Wells.
* [Ruby] Add an `unhandled_exception_before_exit` event callback.
Contributed by James Tomson. (Only the first 15 lines of the commit message are shown above ) |
6.0.17 02 Mar 2023 02:07:30 |
Sergey A. Osokin (osa) |
www/*: update passenger: 6.0.16 -> 6.0.17
Bump PORTREVISION for www/nginx-devel. |
6.0.16 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
6.0.16 19 Jan 2023 16:22:31 |
Sergey A. Osokin (osa) |
www/*: update passenger: 6.0.15 -> 6.0.16
Update third-party passenger module for www/nginx-devel. (*)
Bump PORTREVISION. (*) |
6.0.15 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
6.0.15 04 Oct 2022 16:53:37 |
Sergey A. Osokin (osa) |
www/*: update Passenger 6.0.12 -> 6.0.15
Update third-party Passenger module for www/nginx-devel. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.12_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.12_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
6.0.12_2 25 Jan 2022 16:19:29 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: release maintainership |
6.0.12_2 22 Dec 2021 04:08:18 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: update the list of files for removal
Bump PORTREVISION. |
6.0.12_1 21 Dec 2021 18:54:59 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-passenger: Fix PLIST issue
from poudriere (with -t flag):
[00:03:27] [02] [00:00:00] Building www/rubygem-passenger@apache |
rubygem-passenger-apache-6.0.12_1
[00:07:27] [02] [00:04:00] Finished www/rubygem-passenger@apache |
rubygem-passenger-apache-6.0.12_1: Failed: check-plist
from poudriere build log:
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: bin/%%AP_NAME%%-install-apache2-module
Error: Orphaned: bin/%%AP_NAME%%-install-nginx-module
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/www/rubygem-passenger
=>> Error: check-plist failures detected
=>> Cleaning up wrkdir
===> Cleaning for rubygem-passenger-apache-6.0.12_1
Approved by: portmgr (blanket) |
6.0.12_1 20 Dec 2021 06:41:23 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: fix build on FreeBSD/i386
Add another patch from upstream to fix build on 32bit platform.
Bump PORTREVISION. |
6.0.12 11 Dec 2021 16:37:50 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: fix failed build
Do not bump PORTREVISION cause there where no successful build
since recent update to 6.0.12.
Patch provided by Camden Narzt <support@phusionpassenger.com> in
a private email. |
6.0.12 08 Dec 2021 17:21:53 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: update to 6.0.12 |
6.0.11 02 Oct 2021 01:32:53 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: update from 6.0.10 to 6.0.11. |
6.0.10 09 Aug 2021 15:21:55 |
Sergey A. Osokin (osa) |
www/rubygem-passenger: update from 6.0.8 to 6.0.10.
ChangeLog: https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG |
6.0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.0.8 06 Apr 2021 12:30:33 |
Sergey A. Osokin (osa) |
Update passenger and its nginx module from 6.0.7 to 6.0.8.
Bump PORTREVISION for www/nginx-devel. |
6.0.7_1 14 Dec 2020 01:59:35 |
romain |
Enable the SYMLINK option by default
This provide a predictable path to the mod_passenger.so files to setup apache.
Bump PORTREVISION since the package is changed.
PR: 250885
Approved by: Maintainer timeout (5 weeks) |
6.0.7 24 Nov 2020 16:45:11 |
osa |
Update from 6.0.6 to 6.0.7.
ChangeLog: https://github.com/phusion/passenger/compare/release-6.0.6...release-6.0.7 |
6.0.6_1 06 Nov 2020 11:37:08 |
sunpoet |
Remove PKGNAMEPREFIX
It is already set by USES=gem.
With hat: ruby |
6.0.6_1 29 Oct 2020 01:37:54 |
osa |
Do not install useless files.
Add another dependency to make happy the package tools.
Bump PORTREVISION.
PR: 244991 |
6.0.6 15 Jul 2020 17:08:38 |
osa |
Update passenger and its third-party module for www/nginx-devel
from 6.0.5 to 6.0.6. |
6.0.5 05 Jun 2020 22:23:23 |
osa |
Update passenger and its third-party module from
6.0.4 to 6.0.5.
Bump PORTREVISION for www/nginx-devel. |
6.0.4_1 19 Sep 2019 21:09:13 |
osa |
Fix build on FreeBSD13.
Bump PORTREVISION.
Original
patch: https://github.com/phusion/passenger/commit/d0d660bbdbb51079ad60188882596810273b1616.patch
Thanks to: Camden Narzt <support@phusionpassenger.com> |
6.0.4 19 Sep 2019 00:59:30 |
osa |
Update from 6.0.3 to 6.0.4. |
6.0.3 16 Sep 2019 20:40:53 |
osa |
Update from 6.0.2 to 6.0.3.
Remove the needless patch. |
6.0.2_1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
6.0.2_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
6.0.2 21 Jun 2019 10:59:06 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
src/cxx_supportlib/WebSocketCommandReverseServer.h:809: error: no matching
function for call to 'make_shared(boost::asio::io_context&)'
Approved by: portmgr (tier-2 blanket) |
6.0.2 01 Jun 2019 09:01:46 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
6.0.2 28 Feb 2019 22:32:29 |
osa |
Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.1 to 6.0.2.
Bump PORTREVISION for www/nginx and www/nginx-devel. |
6.0.1_2 30 Jan 2019 21:29:47 |
dvl |
Fix the symlink to be relative.
symlinks in PREFIX should always be relative.
PR: 235327
Approved by: blanket approval
MFH: 2019Q1 |
6.0.1_1 30 Jan 2019 19:35:10 |
dvl |
Install has a bug with relative links and is creating an incorrect symlink.
Changing this to a full link.
PR: 235327
Approved by: blanket approval
MFH: 2019Q1 |
6.0.1 24 Jan 2019 05:09:48 |
linimon |
Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.
libunwind is only available for x86; lang/ruby* already expresses this
correctly. Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.
Tested for no-harm on amd64.
While here, pet portlint where appropriate.
Approved by: portmgr (tier-2 blanket) |
6.0.1 12 Jan 2019 19:49:12 |
osa |
Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.0 to 6.0.1.
While I'm here:
o) remove a needless whitespace and tabs;
o) add a patch to disable anonymouse telemetry for passenger by default. |
6.0.0_1 14 Dec 2018 00:46:08 |
osa |
Disable anonymous telemetry for nginx and apache by default.
Bump PORTREVISION.
Requested by: remko |
6.0.0 02 Dec 2018 18:18:14 |
osa |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.7 to 6.0.0.
<ChangeLog>
* Introduces support for *all* programming languages. Yes that's
right... Java, Elixir, Go -- Passenger now supports them all!
This effort is called "generic language support".
* Bumps the preferred Nginx version to 1.15.7.
* Introduces anonymous usage telemetry, which helps us improve
Passenger. Please read the docs on what data is collected and
how to disable this.
* [Nginx] Introduces a new option "passenger_request_buffering on|off",
to allow disabling request body buffering. This is only supported in
Nginx >= 1.15.3. Closes GH-2121.
* Updated various library versions used in precompiled binaries (used
for e.g. gem installs):
- OpenSSL: 1.0.2q (was: 1.0.2p)
- libcurl: 7.62.0 (was: 7.61.1)
- Ruby: 2.3.8 (was: 2.3.7)
</ChangeLog> |
5.3.7 28 Nov 2018 00:00:03 |
osa |
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7. |
5.3.5_1 19 Nov 2018 18:20:47 |
sunpoet |
Mark CONFLICTS_INSTALL among flavors (apache nginx)
Approved by: portmgr (blanket) |
5.3.5_1 03 Nov 2018 22:54:39 |
sunpoet |
Fix build with curl 7.62.0 |
5.3.5_1 07 Oct 2018 16:18:58 |
osa |
Add another package message file to fix the issue with it for nginx flavor.
Bump PORTREVISION.
PR: 231877 |
5.3.5 25 Sep 2018 09:56:02 |
osa |
Upgrade www/passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.4 to 5.3.5.
Bump PORTREVISIONs where it's necessary. |
5.3.4 14 Aug 2018 19:43:40 |
jbeich |
www/rubygem-passenger: unbreak with libc++ 7
In file included from src/agent/Watchdog/WatchdogMain.cpp:68:
In file included from src/agent/Watchdog/Config.h:32:
In file included from src/agent/Core/Config.h:47:
In file included from src/agent/Core/AdminPanelConnector.h:43:
In file included from src/cxx_supportlib/WebSocketCommandReverseServer.h:29:
In file included from
src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_no_tls_client.hpp:32:
In file included from
src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/endpoint.hpp:32:
In file included from
src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/connection.hpp:31:
In file included from
src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/base.hpp:31:
In file included from
src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/asio.hpp:65:
In file included from src/cxx_supportlib/vendor-modified/boost/asio.hpp:23:
In file included from
src/cxx_supportlib/vendor-modified/boost/asio/basic_datagram_socket.hpp:20:
In file included from
src/cxx_supportlib/vendor-modified/boost/asio/basic_socket.hpp:40:
In file included from
src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_service.hpp:22:
In file included from
src/cxx_supportlib/vendor-modified/boost/asio/buffer.hpp:27:
In file included from
src/cxx_supportlib/vendor-modified/boost/asio/detail/string_view.hpp:25:
/usr/include/c++/v1/experimental/string_view:11:2: error:
"<experimental/string_view> has been removed. Use <string_view> instead."
PR: 230401
Reported by: antoine (via exp-run) |
5.3.4 05 Aug 2018 16:45:51 |
osa |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.3 to 5.3.4.
PR: 229392
<ChangeLog>
* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
combination with `PassengerBufferUploads off`. Closes GH-2102.
</ChangeLog> |
5.3.3 03 Jul 2018 23:15:03 |
osa |
Upgrade passenger and its third-party modules for www/nginx
and www/nginx-devel from 5.3.2 to 5.3.3. |
5.3.2 24 Jun 2018 16:03:41 |
osa |
Upgrade passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2. |
5.3.1 15 May 2018 11:18:08 |
osa |
Upgrade to recent bugfix release 5.3.1. |
5.3.0 13 May 2018 15:00:20 |
osa |
Upgrade from 5.2.3 to 5.3.0. |
5.2.3 08 Apr 2018 21:08:45 |
osa |
Upgrade from 5.2.1 to the recent version 5.2.3. |
5.2.1 21 Mar 2018 23:21:43 |
osa |
Upgrade from 5.1.12 to 5.2.1. |
5.1.12_4 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
5.1.12_3 21 Mar 2018 19:50:35 |
brnrd |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
5.1.12_2 11 Mar 2018 21:00:35 |
antoine |
Unbreak
Pointy hat: brnrd |
5.1.12_2 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
5.1.12_2 22 Jan 2018 19:21:58 |
dvl |
Bump PORTREVISION
This should have been in the original commit.
Approved by: portmgr (mat) |
5.1.12_1 22 Jan 2018 19:12:14 |
dvl |
Introduce FLAVORS for apache (default) and nginx.
Reviewed by: osa (maintainer)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13889 |
5.1.12_1 17 Jan 2018 16:33:27 |
dvl |
Fix build
was failing with:
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for
'lib/ruby/gems/2.4/gems/passenger-5.1.12/dev/ci/tests/debian/run'
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for
'lib/ruby/gems/2.4/gems/passenger-5.1.12/dev/ci/tests/rpm/run'
Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix
for
'lib/ruby/gems/2.4/gems/passenger-5.1.12/src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py'
Approved by: portmgr@ (blanket approval) |
5.1.12 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
5.1.12 29 Nov 2017 00:43:23 |
osa |
Update from 5.1.11 to 5.1.12:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
5.1.11 18 Oct 2017 16:58:39 |
osa |
Security (*) upgrade from 5.1.8 to 5.1.11:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx-devel;
MFH: 2017Q4
See
details: https://blog.phusion.nl/2017/10/13/passenger-security-advisory-5-1-11/ |
5.1.8 04 Oct 2017 14:36:03 |
asomers |
www/rubygem-passenger: fix post-install when NGINX=ON
PR: 222438
Reported by: matthew@brightfire.net
Approved by: osa (maintainer timeout)
MFH: 2017Q4
Sponsored by: Spectra Logic Corp |
5.1.8 15 Sep 2017 17:05:41 |
asomers |
www/rubygem-passenger: fix stage-qa errors
Fix multiple stage-qa errors:
* shebangfix
* Unstripped binraies
* missing USES=libtool
* several missing LIB_DEPENDS, and a USES=ssl
* missing PLIST dirs
PR: 220681
Reported by: lifanov
Approved by: osa (maintainer timeout)
Sponsored by: Spectra Logic Corp |
5.1.8 07 Sep 2017 21:15:16 |
osa |
Upgrade from 5.1.5 to 5.1.8:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx; (*)
o) third-party passenger module for www/nginx-devel.
Approved by: joneum (maintainer) (*) |
5.1.5 15 Jul 2017 20:44:05 |
sunpoet |
Convert to options helper
Approved by: portmgr (blanket) |
5.1.5 04 Jul 2017 15:37:06 |
osa |
Update from 5.1.4 to 5.1.5:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
5.1.4 13 May 2017 20:34:50 |
osa |
Upgrade from 5.1.3 to 5.1.4:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
5.1.3 03 May 2017 21:36:42 |
osa |
Upgrade from 5.1.2 to 5.1.3:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
5.1.2_1 11 Feb 2017 22:46:59 |
osa |
Upgrade from 5.0.30 to 5.1.2:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
5.0.30_1 05 Dec 2016 07:19:49 |
sunpoet |
- Add LICENSE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- While I'm here, replace space with tab
Approved by: portmgr (blanket) |
5.0.30_1 07 Sep 2016 07:09:09 |
mat |
Fix SYMLINK option.
When the SYMLINK option was introduce, a new SUB_LIST was too, but it
was never used.
While there, fix the symlink to be relative, like it should.
PR: 212107
Submitted by: mat
Approved by: maintainer timeout
Sponsored by: Absolight |
5.0.30 27 Jul 2016 03:56:37 |
osa |
Upgrade from 5.0.29 to 5.0.30:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.29 13 Jul 2016 17:03:00 |
osa |
Actually remove needless patch.
PR: 211075 |
5.0.29 13 Jul 2016 00:36:11 |
osa |
Upgrade from 5.0.28 to 5.0.29:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.28 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
5.0.28 09 May 2016 22:51:30 |
osa |
Upgrade from 5.0.27 to 5.0.28:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.27 28 Apr 2016 14:34:52 |
swills |
www/rubygem-passenger: remove USE_RAKE |
5.0.27 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
5.0.27 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
5.0.27 27 Apr 2016 01:18:07 |
osa |
Upgrade from 5.0.26 to 5.0.27:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.26 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
5.0.26 02 Mar 2016 11:52:21 |
osa |
Upgrade from 5.0.25 to 5.0.26:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.25 20 Feb 2016 16:19:10 |
osa |
Upgrade from 5.0.24 to 5.0.25:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
5.0.24 03 Feb 2016 11:04:31 |
osa |
Upgrade from 5.0.22 to 5.0.24.
This change has been missed for r407932. |
5.0.22 08 Dec 2015 23:08:11 |
osa |
Security update from 5.0.21 to 5.0.22:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Please note: third-party passenger module is disabled by default for
www/nginx and www/nginx-devel ports.
Security: CVE-2015-7519
PR: 205104 |
5.0.21 24 Oct 2015 04:28:32 |
osa |
Update from 5.0.20 to 5.0.21:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
5.0.20 25 Sep 2015 23:20:49 |
osa |
Upgrade from 5.0.18 to 5.0.20:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.18 16 Sep 2015 23:23:34 |
osa |
Upgrade from 5.0.16 to 5.0.18:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.16_1 08 Sep 2015 22:14:34 |
osa |
Remove needless dependences.
Bump PORTREVISION.
PR: 202979 |
5.0.16 27 Aug 2015 22:19:12 |
osa |
Upgrade from 5.0.15 to 5.0.16:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.15 10 Aug 2015 22:30:21 |
osa |
Upgrade from 5.0.14 to 5.0.15:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.14 17 Jul 2015 00:11:51 |
osa |
Upgrade from 5.0.13 to 5.0.14:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
5.0.13 08 Jul 2015 22:21:15 |
osa |
Update RUN_DEPENDS: use newer rubygem-rack.
Bump PORTREVISION for dependency change.
Patch from: mmoll
Thanks to: sunpoet |