non port: www/rubygem-passenger/Makefile |
Number of commits found: 198 (showing only 100 on this page) |
Friday, 18 Apr 2025
|
05:38 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.27
Changes: https://github.com/phusion/passenger/releases
bc919f0 |
Wednesday, 19 Mar 2025
|
03:45 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Convert REINPLACE_CMD to patch file
973fe0f |
Friday, 28 Feb 2025
|
10:35 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.26
- Add GitHub to MASTER_SITES
Changes: https://github.com/phusion/passenger/releases
1e8f1d5 |
Wednesday, 19 Feb 2025
|
11:56 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.25
Changes: https://github.com/phusion/passenger/releases
323c5d0 |
Tuesday, 31 Dec 2024
|
15:54 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Mark BROKEN on FreeBSD 15 due to Clang 19
Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pd594ba044905_sda2c88dfcf4/logs/rubygem-passenger-nginx-6.0.24.log
https://github.com/phusion/passenger/issues/2580
7c42355 |
Wednesday, 25 Dec 2024
|
19:16 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.24
Changes: https://github.com/phusion/passenger/releases
977d6f7 |
Sunday, 4 Aug 2024
|
17:14 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.23
- Update version requirement of *_DEPENDS
Changes: https://github.com/phusion/passenger/releases
260646e |
Sunday, 19 May 2024
|
22:12 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.22
Changes: https://github.com/phusion/passenger/releases
287ae92 |
Wednesday, 21 Feb 2024
|
15:10 Po-Chuan Hsieh (sunpoet)
www/rubygem-passenger: Update to 6.0.20
Changes: https://github.com/phusion/passenger/releases
5064cda |
Monday, 25 Dec 2023
|
09:03 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>
e885759 |
Monday, 27 Nov 2023
|
10:30 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
4132e0f |
Sunday, 6 Aug 2023
|
23:52 Muhammad Moinur Rahman (bofh)
www/rubygem-passenger: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
4b1a54d |
Tuesday, 25 Jul 2023
|
17:19 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.
* [Nginx] Upgrades preferred Nginx to 1.24.0 from 1.22.1.
* Updated various library versions used in precompiled binaries
(used for e.g. gem installs):
- cmake: 3.25.1 -> 3.26.4
- curl: 7.87.0 -> 8.1.2
- git: 2.39.0 -> 2.41.0
- gnupg: 2.4.0 -> 2.4.2
- libgcrypt: 1.10.1 -> 1.10.2
- libgpg_error: 1.46 -> 1.47
- openssl: 3.0.7 -> 3.1.1
- rubygems: 3.4.3 -> 3.4.13
- zstd: 1.5.2 -> 1.5.5
- rubies:
- 2.7.7 -> 2.7.8
- 3.0.5 -> 3.0.6
- 3.1.3 -> 3.1.4
- 3.2.0 -> 3.2.2
</ChangeLog>
f63af5f |
Thursday, 2 Mar 2023
|
02:07 Sergey A. Osokin (osa)
www/*: update passenger: 6.0.16 -> 6.0.17
Bump PORTREVISION for www/nginx-devel.
25bd17e |
Wednesday, 25 Jan 2023
|
17:54 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
40843b1 |
Thursday, 19 Jan 2023
|
16:22 Sergey A. Osokin (osa)
www/*: update passenger: 6.0.15 -> 6.0.16
Update third-party passenger module for www/nginx-devel. (*)
Bump PORTREVISION. (*)
8dd69dfa |
Saturday, 14 Jan 2023
|
23:08 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
18c6e18 |
Tuesday, 4 Oct 2022
|
16:53 Sergey A. Osokin (osa)
www/*: update Passenger 6.0.12 -> 6.0.15
Update third-party Passenger module for www/nginx-devel.
25a7c95 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 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>
* Alan Eldridge <alane@FreeBSD.org>
* Aldert Nooitgedagt
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <ap@page2rss.com>
* Alex Povolotsky <tarkhil@over.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Koch <fbsd@meersau.de>
* Alexander Kriventsov
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Alfred Perlstein <alfred@freebsd.org>
* Allie Micka <allie@pajunas.com>
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Cervesato <andrea@cervesato.it>
* Andrea Sozzi <as@g-cows.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew T. Bennett <potatosaladx@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Slusar <anray@FreeBSD.org>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anonymous
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antony Mawer <ports@mawer.org>
* Aron Schlesinger <as@bsdgroup.de>
* Ask Bjoern Hansen <ask@valueclick.com>
* Autrijus Tang <autrijus@autrijus.org>
* Ayumi M <ayu@commun.jp>
* Babak Farrokhi <babak@farrokhi.net>
* Bartek Rutkowski <robak@FreeBSD.org>
* Bartlomiej Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Bomar <bob@fly.homeunix.org>
* Boris Lytochkin (lytboris@gmail.com)
* Brandon Fosdick <bfoz@bfoz.net>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brent J. Nordquist <bjn@visi.com>
* Brian Somers <brian@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Cecile Neu <neu@mycontrol.de>
* Chadwick Sorrell chad@wickdev.com
* Charlie & <root@dev2.rambler.ru>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chin-San Huang <chinsan@mail2000.com.tw>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Knaust <jigboe@gmx.de>
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Conor McDermottroe <ports@mcdermottroe.com>
* Cory R King <coryking@mozimedia.com>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Dan Langille <dan@langille.org>
* Dan Langille <dvl@FreeBSD.org>
* Daniel B. Hemmerich
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Morante <daniel@morante.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Wijnands <daniel@itxl.nl>
* Danny Warren <danny@dannywarren.com>
* Dash|RD
* Dave Cottlehuber <dch@FreeBSD.org>
* David Barksdale <amatus@gnu.org>
* Dean Hollister <dean@odyssey.apana.org.au>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Denny Lin <dennylin93@hs.ntnu.edu.tw>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko
* Dima Sivachenko <dima@Chg.RU>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Semkin <lslarry@gmail.com>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell <dom@happygiraffe.net>
* Dominique Goncalves <dominique.goncalves@gmail.com>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu <dryice@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Elisey Savateev <b3k@mail.ru>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Euan Thoms <euan@potensol.com>
* Fanying Jen <fanying@fynet.com>
* Fernan Aguero
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florent Thoumie <flz@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* Francisco Cabrita <include@npf.pt.freebsd.org>
* Frank Behrens <frank@pinky.sax.de>
* Frank Mayhar <frank@exit.com>
* Frank Wall <fw@moov.de>
* Fred Cox
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp>
* G. Adam Stanislav <adam@whizkidtech.net>
* Garrett A. Wollman
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerard Seibert <gerard@seibercom.net>
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <gerrit.beine@gmx.de>
* Gerrit Beine <tux@pinguru.net>
* Gilbert Morgan <gmm@tutanota.com>
* Goran Lowkrantz <glz@hidden-powers.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Groovis <groovis@groovis.net>
* Gruen Christian <kiki@bsdro.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guixing Bai <khsing.cn@gmail.com>
* Guy P.
* Helmut Ritter <freebsd-ports@charlieroot.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Henrik Brix Andersen <henrik@brixandersen.dk>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <hq@FreeBSD.org>
* Hiten Pandya <hiten@uk.FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hubert Tournier <hubert@frbsd.org>
* Hugo Leisink
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@python.or.kr>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* J.R. Oldroyd <fbsd@opal.com>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* James Bailie <jimmy@mammothcheese.ca>
* James FitzGibbon <jfitz@FreeBSD.org>
* James White <whitejv81@gmail.com>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Javier Martin Rueda <jmrueda@diatel.upm.es>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jeremy Shaffner <jeremy@external.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Riggs <ports@christianserving.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih Lin <linpct@gmail.com>
* Jochen Neumeister <joneum@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Hixson <john@ixsystems.com>
* John von Essen
* Jon Nistor <nistor@snickers.org>
* Jonathan Pater <cowboyneal@gmail.com>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Garcia Juanino <jjuanino@gmail.com>
* Josef El-Rayes <j.el-rayes@daemon.li>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Joseph Scott (<joseph@randomnetworks.com>)
* Joseph Scott <joseph@randomnetworks.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <jlaffaye@FreeBSD.org>
* JunSeon Oh <hollywar@mail.holywar.net>
* Juraj Lutter <juraj@lutter.sk>
* Justin Hawkins <justin@hawkins.id.au>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@posi.net>
* Ken McGlothlen <ken.mcglothlen@gmail.com>
* Kevin Golding <ports@caomhin.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kim Scarborough <user@unknown.nu>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kristaps Kulis <kristaps.kulis@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl (kurt.lidl@cello.com)
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Blot <loic.blot@unix-experience.fr>
* Loren M. Lang <loren@north-winds.org>
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Manuel Kasper <mk@neon1.net>
* Manuel Rábade <mig@mig-29.net>
* Marc G. Fournier
* Marc G. Fournier <scrappy@hub.org>
* Marcello Coutinho
* Marcin Cieslak <saper@SYSTEM.PL>
* Marek Holienka <marekholienka@gmail.com>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Huizer; Eindhoven
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Mathias Monnerville <mathias@monnerville.com>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew X. Economou <xenophon+fbsdports@irtnog.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Maurice Castro <maurice@castro.aus.net>
* Max N. Boyarov <m.boyarov@bsd.by>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxime Henrion (mux@FreeBSD.org)
* Meno Abels <meno.abels@adviser.com>
* Michael Capp <myntric@exeonline.com>
* Michael Fausten <ports@michael-fausten.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <mranner@inode.at>
* Michael Schout <mschout@gkg.net>
* Michael Vasilenko <acid@stu.cn.ua>
* Mike Meyer
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin <mi@aldan.algebra.com>
* Mitchell Smith <mjs@bur.st>
* Mitsuru Yoshida <mitsuru@riken.go.jp>
* Moggie <moggie@elasticmind.net>
* Mohammad S. Babaei <info@babaei.net>
* Mons Anderson <mons@cpan.org>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Mun-Kyo Seo <munggo@pmy.lv>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Mykola Marzhan <delgod@portaone.com>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Nick Hilliard <nick@foobar.org
* Nick Hilliard <nick@foobar.org>
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
* Nicole Reid <root@cooltrainer.org>
* Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Pudeyev <oleg@bsdpower.com>
* Oleg Sidorkin <osidorkin@gmail.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Paul Schmehl <pauls@utdallas.edu>
* Pavel Timofeev <timp87@gmail.com>
* Pete Fritchman <petef@databits.net>
* Peter <peter@vereshagin.org>
* Peter Avalos <pavalos@theshell.com>
* Peter Lai <cowbert@gmail.com>
* Peter Libassi <peter@libassi.se>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Wemm <peter@netplex.com.au>
* Phil Phillips
* Philip M. Gollucci <pgollucci@p6m7g8.com>
* Philip Paeps <philip@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Radim Kolar <hsn@sanatana.dharma>
* Ralf Gebhart <gebhart@secnetix.de>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Richard Neese <r.neese@gmail.com>
* Ricky E. <codeblock@eighthbit.net>
* Rink Springer <rink@FreeBSD.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo Nicola Lombardo <rodnic@gmail.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@tandon.net>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Osipov <sipopo@yandex.ru>
* Sergey Osokin <osa@FreeBSD.org>
* Sergey Osokin aka oZZ <ports@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@protey.ru>
* Seth Kingsley <sethk@meowfishies.com>
* Shaun Amott <shaun@FreeBSD.org>
* Shigeyuki Fukushima <shige@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Dick <simond@irrelevant.org>
* Simun Mikecin <numisemis at yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Soren Dossing <sauber@netcom.com>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Bethke <stb@lassitu.de>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stefan `Sec` Zehl <sec@42.org>
* Stephane Legrand <stephane@freebsd-fr.org>
* Steve Polyack <spolyack@collaborativefusion.com>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shel.com>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sutra Zhou <zhoushuqun@gmail.com>
* Søren Straarup <xride@x12.dk>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Thomas-Martin Seck <tmseck@web.de>
* Tobias Rehbein <tobias.rehbein@web.de>
* Tom Hukins <tom@FreeBSD.org>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Ultima
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vivek Khera <vivek@khera.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Vsevolod Stakhov
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Will Andrews <andrews@technologist.com>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Yasuhiro Fukuma <yasuf@big.or.jp>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yoshiro MIHIRA <sanpei@FreeBSD.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* Zahatski Aliaksandr <zag@cpan.org>
* Zane C, Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* aaron@FreeBSD.org
* ache
* ache@FreeBSD.org
* alex@kapranoff.ru
* anders
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* babak@farrokhi.net
* bf <bf2006a@yahoo.com>
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
* chinsan <chinsan@mail2000.com.tw>
* chinsan <chisnan.tw@gmail.com>
* citrin+bsd@citrin.ru
* cjr@cruwe.de
* clement
* clive
* clsung
* clsung@dragon2.net
* coryking
* cpm
* dom@happygiraffe.net
* dsh@vlink.ru
* fabian.freyer@physik.tu-berlin.de
* gahr
* genserg@hotmail.com
* gugu
* hrs@FreeBSD.org
* ijliao
* janos.mohacsi@bsd.hu
* jfitz
* johnpupu <johnpupu@gmail.com>
* jupengfei <jupengfei@gmail.com>
* k@123.org
* kbyanc
* kftseng@iyard.org
* koshy@india.hp.com
* kstailey
* lars.eggert@gmx.net
* lbr
* lbr@FreeBSD.org
* lev@FreeBSD.org
* mahlon
* maintainer.freebsd@xpoundit.com
* mbr@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* mjhsieh
* mons
* mt@primats.org.ua
* mwlucas
* niels <niels@FreeBSD.org>
* nik
* nork@cityfujisawa.ne.jp
* otaviof@gmail.com
* pauls@utdallas.edu
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* rene@FreeBSD.org
* sada
* stas
* thierry@pompo.net
* thinker <thinker@branda.to>
* tobez@plab.ku.dk
* toni.viemero@iki.fi
* torstenb
* tundra
* uwe.pierau@tu-clausthal.de
* vanilla
* vanilla@
* will
* wollman
* wosch@FreeBSD.org
* # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
With hat: portmgr
e915e75 |
Tuesday, 25 Jan 2022
|
16:19 Sergey A. Osokin (osa)
www/rubygem-passenger: release maintainership
e68c1b4 |
Wednesday, 22 Dec 2021
|
04:08 Sergey A. Osokin (osa)
www/rubygem-passenger: update the list of files for removal
Bump PORTREVISION.
5fb62f3 |
Tuesday, 21 Dec 2021
|
18:54 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)
288bcab |
Monday, 20 Dec 2021
|
06:41 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.
00b8e6c |
Saturday, 11 Dec 2021
|
16:37 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.
943d12b |
Wednesday, 8 Dec 2021
|
17:21 Sergey A. Osokin (osa)
www/rubygem-passenger: update to 6.0.12
87b9144 |
Saturday, 2 Oct 2021
|
01:32 Sergey A. Osokin (osa)
www/rubygem-passenger: update from 6.0.10 to 6.0.11.
c0af959 |
Monday, 9 Aug 2021
|
15:21 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
df845c2 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
12:30 Sergey A. Osokin (osa)
Update passenger and its nginx module from 6.0.7 to 6.0.8.
Bump PORTREVISION for www/nginx-devel.
2e741e7 |
Monday, 14 Dec 2020
|
01:59 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)
 |
Tuesday, 24 Nov 2020
|
16:45 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
 |
Friday, 6 Nov 2020
|
11:37 sunpoet
Remove PKGNAMEPREFIX
It is already set by USES=gem.
With hat: ruby
 |
Thursday, 29 Oct 2020
|
01:37 osa
Do not install useless files.
Add another dependency to make happy the package tools.
Bump PORTREVISION.
PR: 244991
 |
Wednesday, 15 Jul 2020
|
17:08 osa
Update passenger and its third-party module for www/nginx-devel
from 6.0.5 to 6.0.6.
 |
Friday, 5 Jun 2020
|
22:23 osa
Update passenger and its third-party module from
6.0.4 to 6.0.5.
Bump PORTREVISION for www/nginx-devel.
 |
Thursday, 19 Sep 2019
|
21:09 osa
Fix build on FreeBSD13.
Bump PORTREVISION.
Original
patch: https://github.com/phusion/passenger/commit/d0d660bbdbb51079ad60188882596810273b1616.patch
Thanks to: Camden Narzt <support@phusionpassenger.com>
 |
00:59 osa
Update from 6.0.3 to 6.0.4.
 |
Monday, 16 Sep 2019
|
20:40 osa
Update from 6.0.2 to 6.0.3.
Remove the needless patch.
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Friday, 21 Jun 2019
|
10:59 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)
 |
Thursday, 28 Feb 2019
|
22:32 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.
 |
Wednesday, 30 Jan 2019
|
21:29 dvl
Fix the symlink to be relative.
symlinks in PREFIX should always be relative.
PR: 235327
Approved by: blanket approval
MFH: 2019Q1
 |
19:35 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
 |
Thursday, 24 Jan 2019
|
05:09 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)
 |
Saturday, 12 Jan 2019
|
19:49 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.
 |
Friday, 14 Dec 2018
|
00:46 osa
Disable anonymous telemetry for nginx and apache by default.
Bump PORTREVISION.
Requested by: remko
 |
Sunday, 2 Dec 2018
|
18:18 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>
 |
Wednesday, 28 Nov 2018
|
00:00 osa
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7.
 |
Monday, 19 Nov 2018
|
18:20 sunpoet
Mark CONFLICTS_INSTALL among flavors (apache nginx)
Approved by: portmgr (blanket)
 |
Sunday, 7 Oct 2018
|
16:18 osa
Add another package message file to fix the issue with it for nginx flavor.
Bump PORTREVISION.
PR: 231877
 |
Tuesday, 25 Sep 2018
|
09:56 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.
 |
Sunday, 5 Aug 2018
|
16:45 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>
 |
Tuesday, 3 Jul 2018
|
23:15 osa
Upgrade passenger and its third-party modules for www/nginx
and www/nginx-devel from 5.3.2 to 5.3.3.
 |
Sunday, 24 Jun 2018
|
16:03 osa
Upgrade passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2.
 |
Tuesday, 15 May 2018
|
11:18 osa
Upgrade to recent bugfix release 5.3.1.
 |
Sunday, 13 May 2018
|
15:00 osa
Upgrade from 5.2.3 to 5.3.0.
 |
Sunday, 8 Apr 2018
|
21:08 osa
Upgrade from 5.2.1 to the recent version 5.2.3.
 |
Wednesday, 21 Mar 2018
|
23:21 osa
Upgrade from 5.1.12 to 5.2.1.
 |
21:24 brnrd
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
 |
19:50 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)
 |
Sunday, 11 Mar 2018
|
21:00 antoine
Unbreak
Pointy hat: brnrd
 |
17:38 brnrd
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
 |
Monday, 22 Jan 2018
|
19:21 dvl
Bump PORTREVISION
This should have been in the original commit.
Approved by: portmgr (mat)
 |
19:12 dvl
Introduce FLAVORS for apache (default) and nginx.
Reviewed by: osa (maintainer)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13889
 |
Wednesday, 17 Jan 2018
|
16:33 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)
 |
Tuesday, 9 Jan 2018
|
07:40 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
 |
Wednesday, 29 Nov 2017
|
00:43 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.
 |
Wednesday, 18 Oct 2017
|
16:58 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/
 |
Wednesday, 4 Oct 2017
|
14:36 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
 |
Friday, 15 Sep 2017
|
17:05 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
 |
Thursday, 7 Sep 2017
|
21:15 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) (*)
 |
Saturday, 15 Jul 2017
|
20:44 sunpoet
Convert to options helper
Approved by: portmgr (blanket)
 |
Tuesday, 4 Jul 2017
|
15:37 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.
 |
Saturday, 13 May 2017
|
20:34 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.
 |
Wednesday, 3 May 2017
|
21:36 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.
 |
Saturday, 11 Feb 2017
|
22:46 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.
 |
Monday, 5 Dec 2016
|
07:19 sunpoet
- Add LICENSE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- While I'm here, replace space with tab
Approved by: portmgr (blanket)
 |
Wednesday, 7 Sep 2016
|
07: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
 |
Wednesday, 27 Jul 2016
|
03:56 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.
 |
Wednesday, 13 Jul 2016
|
00:36 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.
 |
Monday, 9 May 2016
|
22:51 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.
 |
Thursday, 28 Apr 2016
|
14:34 swills
www/rubygem-passenger: remove USE_RAKE
 |
Wednesday, 27 Apr 2016
|
21:57 swills
Convert USES=gem:autoplist to USES=gem since autoplist is default
 |
16:36 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
 |
01:18 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.
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 2 Mar 2016
|
11:52 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.
 |
Saturday, 20 Feb 2016
|
16:19 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.
 |
Wednesday, 3 Feb 2016
|
11:04 osa
Upgrade from 5.0.22 to 5.0.24.
This change has been missed for r407932.
 |
Tuesday, 8 Dec 2015
|
23:08 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
 |
Saturday, 24 Oct 2015
|
04:28 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.
 |
Friday, 25 Sep 2015
|
23:20 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.
 |
Wednesday, 16 Sep 2015
|
23:23 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.
 |
Tuesday, 8 Sep 2015
|
22:14 osa
Remove needless dependences.
Bump PORTREVISION.
PR: 202979
 |
Thursday, 27 Aug 2015
|
22:19 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.
 |
Monday, 10 Aug 2015
|
22:30 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.
 |
Friday, 17 Jul 2015
|
00:11 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.
 |
Wednesday, 8 Jul 2015
|
22:21 osa
Update RUN_DEPENDS: use newer rubygem-rack.
Bump PORTREVISION for dependency change.
Patch from: mmoll
Thanks to: sunpoet
 |
Saturday, 4 Jul 2015
|
22:24 osa
Upgrade from 5.0.11 to 5.0.13:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
 |
Number of commits found: 198 (showing only 100 on this page) |