Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.67.0_2 21 Nov 2024 20:52:38 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.68.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.67.0_1 12 Nov 2024 03:13:54 |
Joseph Mingrone (jrm) |
Bump PORTREVISIONs after grpc shlib change in 2715f16944541b6b
PR: 282624
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47513 |
1.67.0 14 Oct 2024 05:26:18 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.67.0
Changes: https://github.com/grpc/grpc/releases |
1.66.0_2 14 Oct 2024 05:05:22 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.67.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.66.0_1 15 Sep 2024 20:09:34 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.66.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.66.0 08 Sep 2024 18:40:07 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.66.0
Changes: https://github.com/grpc/grpc/releases |
1.65.2 15 Aug 2024 16:02:15 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Clean up Makefile |
1.65.2 15 Aug 2024 11:47:39 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.65.2
Changes: https://github.com/grpc/grpc/releases |
1.63.0_1 30 Jul 2024 13:36:07 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Change RUN_DEPENDS from rubygem-google-protobuf to
rubygem-google-protobuf3
- Bump PORTREVISION for dependency change |
1.63.0 18 Jun 2024 04:02:23 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Clean up Makefile
- Remove outdated OSVERSION check |
1.63.0 28 May 2024 10:21:46 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.64.0
Changes: https://github.com/grpc/grpc/releases |
1.63.0 19 May 2024 17:18:12 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.63.0
Changes: https://github.com/grpc/grpc/releases |
1.62.0 09 Mar 2024 14:06:51 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.62.0
Changes: https://github.com/grpc/grpc/releases |
1.61.0 21 Feb 2024 15:10:42 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.61.0
Changes: https://github.com/grpc/grpc/releases |
1.60.0_1 14 Dec 2023 17:03:10 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.60.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.60.0 14 Dec 2023 05:48:53 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.60.0
Changes: https://github.com/grpc/grpc/releases |
1.59.0 01 Nov 2023 02:08:56 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.59.0
Changes: https://github.com/grpc/grpc/releases |
1.58.0 11 Sep 2023 03:11:40 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.58.0
Changes: https://github.com/grpc/grpc/releases |
1.57.0 30 Aug 2023 16:52:04 |
Muhammad Moinur Rahman (bofh) |
net/rubygem-grpc: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.57.0 21 Aug 2023 17:06:38 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.57.0
Changes: https://github.com/grpc/grpc/releases |
1.56.0 09 Jul 2023 10:26:07 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.56.0
Changes: https://github.com/grpc/grpc/releases |
1.55.0 05 Jun 2023 18:49:00 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.55.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.54.2 27 May 2023 23:44:30 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.54.2
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.54.0_1 23 May 2023 14:15:21 |
Dimitry Andric (dim) |
net/rubygem-grpc: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building net/rubygem-grpc:
rb_channel.c:764:40: error: incompatible function pointer types passing 'VALUE
(VALUE)' (aka 'unsigned long (unsigned long)') to parameter of type 'VALUE
(*)(void *)' (aka 'unsigned long (*)(void *)')
[-Wincompatible-function-pointer-types]
background_thread = rb_thread_create(run_poll_channels_loop, NULL);
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/ruby-3.1/ruby/internal/intern/thread.h:190:32: note:
passing argument to parameter 'f' here
VALUE rb_thread_create(VALUE (*f)(void *g), void *g);
^
Fix it by adjusting the parameters for the thread callback functions.
PR: 271540
Approved by: sunpoet (maintainer)
MFH: 2023Q2 |
1.54.0 27 Apr 2023 15:47:38 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.54.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.53.0 09 Apr 2023 13:37:24 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.53.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.52.0 21 Mar 2023 19:22:07 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.52.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.48.0_1 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 |
1.48.0_1 03 Oct 2022 02:14:06 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.49.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
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) |
1.48.0 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 ) |
1.48.0 27 Aug 2022 10:25:35 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.48.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.47.0 13 Jul 2022 00:19:25 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.47.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.46.3_1 29 Jun 2022 16:32:34 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.47.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.46.3 03 Jun 2022 09:00:52 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.46.3
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.46.2 22 May 2022 05:11:30 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.46.2
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.45.0_1 13 May 2022 11:39:14 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.46.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.45.0 16 Apr 2022 04:19:40 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.45.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.43.1_2 30 Mar 2022 22:02:45 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.45.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.43.1_1 07 Mar 2022 18:10:55 |
Po-Chuan Hsieh (sunpoet) |
devel/grpc: Update to 1.44.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases |
1.43.1 28 Jan 2022 23:27:00 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.43.1
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.42.0 21 Dec 2021 18:54:30 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.42.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.41.1 21 Nov 2021 18:24:28 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.41.1
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.41.0 25 Oct 2021 15:57:58 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.41.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.40.0 08 Oct 2021 11:51:02 |
Bernhard Froehlich (decke) |
net/rubygem-grpc: Add CPE information
Approved by: portmgr (blanket) |
1.40.0 21 Sep 2021 03:47:09 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.40.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.38.0 26 May 2021 12:56:56 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.38.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.37.1 02 May 2021 19:47:22 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.37.1
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.37.0 25 Apr 2021 20:36:20 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-grpc: Update to 1.37.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.36.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.36.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.36.0 07 Mar 2021 22:30:51 |
sunpoet |
Update to 1.36.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.35.0 06 Feb 2021 21:24:29 |
sunpoet |
Update to 1.35.0
Changes: https://github.com/grpc/grpc/releases
https://github.com/grpc/grpc/commits/master/src/ruby |
1.30.2_1 06 Jan 2021 20:24:49 |
sunpoet |
Bump PORTREVISION for devel/grpc shlib change (r560402) |
1.30.2 05 Jan 2021 15:07:48 |
jrm |
devel/grpc: Update to version 1.34.0
https://github.com/grpc/grpc/releases/
Submitted by: sunpoet (patch fixes)
Approved by: mfechner, sunpoet, yuri
Differential Revision: https://reviews.freebsd.org/D27752 |
1.30.2 09 Oct 2020 07:49:59 |
mfechner |
Update to 1.30.2.
Pass maintainer to sunpoet.
Submitted by: sunpoet |
1.24.0 23 Nov 2019 08:46:16 |
mfechner |
Upgrade to 1.24.0 which is required fpr gitlab-ce 12.5. |
1.19.0 28 May 2019 10:30:49 |
mfechner |
Upgrade devel/grpc to version 0.19.1 which is required for gitlab-ce 11.11
upgrade. |
1.15.0 23 Nov 2018 14:54:27 |
mfechner |
Update to 1.15.0 which is required for gitlab-ce 11.5.
Approved by: mentors (implicit) |
1.11.1 31 May 2018 13:48:40 |
mfechner |
Applied security upgrade to gitlab 10.7.5.
Fixed bug with wrong path for gitlab-workhouse that should fix artifacts
(reported by Felix <mail@felix.flornet.de>). This was fix upstream but is not
included in this version yet:
https://gitlab.com/gitlab-org/gitlab-ce/issues/46763
Update net/rubygem-grpc to 1.11.1 which is required for gitlab 10.7.5.
Sync dep net/rubygem-grpc with gitlab which uses now 1.11.1.
Added gitlab-pages again to dependencies as the new version builds again.
Reported by: Felix <mail@felix.flornet.de>
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15631 |
1.10.0 09 May 2018 10:43:26 |
mfechner |
Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270 |
1.10.0 07 May 2018 19:20:18 |
sunpoet |
Move *_DEPENDS together
- Remove ca_root_nss from BUILD_DEPENDS
- Use LIB_DEPENDS for devel/grpc
- Remove libunwind from LIB_DEPENDS
This port itself does not require libunwind.
The dependency was brought by ruby which we do not have to mark it as direct
dependency.
Differential Revision: https://reviews.freebsd.org/D15282
Submitted by: sunpoet (myself)
Approved by: mfechner (maintainer) |
1.10.0 14 Apr 2018 16:28:27 |
mfechner |
Update net/rubygem-grpc to 1.10.0 which is required for gitlab 10.6.x.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15035 |
1.8.3 10 Jan 2018 15:47:54 |
swills |
net/rubygem-grpc: update to 1.8.3
PR: 225018
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer) |
1.8.0 02 Jan 2018 16:06:59 |
swills |
net/rubygem-grpc: update to 1.8.0
PR: 224800
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer) |
1.4.0_2 05 Dec 2017 16:44:09 |
tz |
GitLab and related ports maintained by me: pass maintainership to Matthias
Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)
I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md |
1.4.0_2 19 Oct 2017 20:35:55 |
sunpoet |
Fix gemspec for rubygem-googleauth 0.6.0 update
- Bump PORTREVISION for package change |
1.4.0_1 10 Jul 2017 12:08:24 |
tz |
net/rubygem-grpc: Add missing BUILD_DEPENDS
Add needed build dependencies.
This wasn't spotted before since poudriere pulls
in all RUN_DEPENDS before building, but portmaster didn't.
PR: 220567
Submitted by: hakan@siktas.com
MFH: 2017Q3 |
1.4.0 06 Jul 2017 13:47:14 |
tz |
New port: net/rubygem-grpc
A Ruby implementation of gRPC.
WWW: https://github.com/grpc/grpc/tree/master/src/ruby
Special thanks to swill and vanilla for creating this port!
Reviewed by: tz, Matthias Fechner <idefix@fechner.net> |