notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
rubygem-gitaly Auto-generated gRPC client for gitaly
15.5.2 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-06-28 08:54:19
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: rubygems
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-gitaly-15.5.2/catalog.mk
  2. /usr/local/share/licenses/rubygem-gitaly-15.5.2/LICENSE
  3. /usr/local/share/licenses/rubygem-gitaly-15.5.2/MIT
Collapse this list.
Dependency lines:
  • rubygem-gitaly>0:net/rubygem-gitaly
To install the port:
cd /usr/ports/net/rubygem-gitaly/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rubygem-gitaly
  • pkg install rubygem-gitaly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-gitaly
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
rubygem-gitaly
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd6414.3.0.pre.rc214.0.0.pre.rc2
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i38614.3.0.pre.rc214.0.0.pre.rc2
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout15.5.2
FreeBSD:12:amd6415.5.215.5.2
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i38615.5.215.5.2
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch6415.5.215.5.2
FreeBSD:13:amd6415.5.215.5.2
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv715.5.215.5.2
FreeBSD:13:i38615.5.215.5.2
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout15.5.2
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch6415.5.2pkg-fallout
FreeBSD:14:amd6415.5.2pkg-fallout
FreeBSD:14:armv615.5.2pkg-fallout
FreeBSD:14:armv7pkg-falloutpkg-fallout
FreeBSD:14:i38615.5.2pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc6415.5.2pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-grpc142>=1.0<2.0 : net/rubygem-grpc142
  2. ruby30 : lang/ruby30
  3. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
This port is required by:
for Build
  1. devel/gitaly
  2. www/gitlab-ce
for Run
  1. devel/gitaly
  2. www/gitlab-ce

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/gitlab*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 50

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
15.5.2
14 Jan 2023 23:08:33
commit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
15.5.2
22 Nov 2022 09:38:29
commit hash:6a40a1d40c784060eab5cf1193ef62f24abc1251commit hash:6a40a1d40c784060eab5cf1193ef62f24abc1251commit hash:6a40a1d40c784060eab5cf1193ef62f24abc1251commit hash:6a40a1d40c784060eab5cf1193ef62f24abc1251 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 15.5.2

Required for gitlab-ce 15.5 update.
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
15.4.0.pre.rc2
07 Nov 2022 15:41:47
commit hash:b26cad3b7848b86c4514de8be91ad93fecee6bddcommit hash:b26cad3b7848b86c4514de8be91ad93fecee6bddcommit hash:b26cad3b7848b86c4514de8be91ad93fecee6bddcommit hash:b26cad3b7848b86c4514de8be91ad93fecee6bdd files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 15.4.0.pre.rc2

Required for gitlab-ce 15.4.
15.3.0.pre.rc3
05 Oct 2022 02:02:05
commit hash:0f6f00744bdeed7890d9b1837bc983b7e3aff42fcommit hash:0f6f00744bdeed7890d9b1837bc983b7e3aff42fcommit hash:0f6f00744bdeed7890d9b1837bc983b7e3aff42fcommit hash:0f6f00744bdeed7890d9b1837bc983b7e3aff42f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/rubygem-gitaly: Update version 15.1.0.pre.rc1=>15.3.0.pre.rc3

Approved by:	mfechner (By private mail)
Relnotes: https://gitlab.com/gitlab-org/gitaly/-/tags/v15.3.0-rc3
Sponsored by:	Bounce Experts
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
15.1.0.pre.rc1
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
15.1.0.pre.rc1
24 Jun 2022 10:20:06
commit hash:8db17473365e488be2cb5c5bc008a7a645bcb477commit hash:8db17473365e488be2cb5c5bc008a7a645bcb477commit hash:8db17473365e488be2cb5c5bc008a7a645bcb477commit hash:8db17473365e488be2cb5c5bc008a7a645bcb477 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 15.1.0.pre.rc1

Required for gitlab-ce 15.1
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
14.10.0.pre.rc1
22 Apr 2022 08:44:13
commit hash:d93bc4a3879d0ec058fce60df291141d44cfa723commit hash:d93bc4a3879d0ec058fce60df291141d44cfa723commit hash:d93bc4a3879d0ec058fce60df291141d44cfa723commit hash:d93bc4a3879d0ec058fce60df291141d44cfa723 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 14.10.0.pre.rc1

Required for gitlab-ce 14.10.

MFH:		2022Q2
14.9.0.pre.rc4
26 Mar 2022 07:44:05
commit hash:b9575b5fd7b5155bf03f8a123aa80b6e3f0d7934commit hash:b9575b5fd7b5155bf03f8a123aa80b6e3f0d7934commit hash:b9575b5fd7b5155bf03f8a123aa80b6e3f0d7934commit hash:b9575b5fd7b5155bf03f8a123aa80b6e3f0d7934 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 14.9.0.pre.rc4

Required for gitlab-ce 14.9
14.8.0.pre.rc1
09 Mar 2022 10:07:53
commit hash:891eae0c7960d605b9361b4e962f13e140e13c0fcommit hash:891eae0c7960d605b9361b4e962f13e140e13c0fcommit hash:891eae0c7960d605b9361b4e962f13e140e13c0fcommit hash:891eae0c7960d605b9361b4e962f13e140e13c0f files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 14.8.0.pre.rc1

Required for gitlab-ce 14.8.

14.8.0 (2022-02-21)

Added (9 changes)

repository: Add new RPC to prune unreachable objects (merge request)

limithandler: Add metrics for queue limiting (merge request)

migrate: Add -verbose flag to sql-migrate (merge request)

Added json output for gitaly-backup by @imskr (merge request)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.6.0.pre.rc1
26 Jan 2022 10:43:00
commit hash:3e96679cdd0198486309c762a70a9948bf85c3a4commit hash:3e96679cdd0198486309c762a70a9948bf85c3a4commit hash:3e96679cdd0198486309c762a70a9948bf85c3a4commit hash:3e96679cdd0198486309c762a70a9948bf85c3a4 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 14.6.0.pre.rc1

Required for gitlab-ce 14.7.
14.4.0.pre.rc43
04 Dec 2021 12:07:26
commit hash:b1609cb6bdb9fa03c29d79690ba4e1c5de3f5037commit hash:b1609cb6bdb9fa03c29d79690ba4e1c5de3f5037commit hash:b1609cb6bdb9fa03c29d79690ba4e1c5de3f5037commit hash:b1609cb6bdb9fa03c29d79690ba4e1c5de3f5037 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: update to 14.4.0.pre.rc43

Required for gitlab-ce 14.5
14.3.0.pre.rc2_2
22 Nov 2021 15:17:58
commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: fix segfaults

Accessing the project page or doing anything that is related to a license
file caused segfault in gitaly.
Upgrading now the gems to this specific version fixed the problem.
As we need to use a prerelease of rubygem-grpc, it is added as extra port.

Please see also upstream here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693

PR:		259848
Reported by:	admin@asu-vei.ru
14.3.0.pre.rc2_1
19 Nov 2021 14:37:42
commit hash:0aac4480b2555d806f449b77e755cf7cfd616707commit hash:0aac4480b2555d806f449b77e755cf7cfd616707commit hash:0aac4480b2555d806f449b77e755cf7cfd616707commit hash:0aac4480b2555d806f449b77e755cf7cfd616707 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Use grpc 1.30.2

We currently see problems and gitlab suggested to use grpc 1.30.2:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746

Newer version of grpc and google-protobuf have known bugs.

The open bug that license files cannot not be handled is tracked here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848
14.3.0.pre.rc2
23 Sep 2021 19:42:06
commit hash:5226045a413d42d78569a6e6f7839adb544d3315commit hash:5226045a413d42d78569a6e6f7839adb544d3315commit hash:5226045a413d42d78569a6e6f7839adb544d3315commit hash:5226045a413d42d78569a6e6f7839adb544d3315 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 14.3.0.pre.rc2

Required for gitlab-ce 14.3.
14.2.0.pre.rc2
21 Sep 2021 12:57:55
commit hash:680632985935162464416b4c71a1d1acc59d339ccommit hash:680632985935162464416b4c71a1d1acc59d339ccommit hash:680632985935162464416b4c71a1d1acc59d339ccommit hash:680632985935162464416b4c71a1d1acc59d339c files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
net/rubygem-gitaly: Add CPE information

Approved by:    portmgr (blanket)
14.2.0.pre.rc2
31 Aug 2021 09:54:29
commit hash:0d222f0ab9eea0f6c68df1d3edafafb6a0b762fdcommit hash:0d222f0ab9eea0f6c68df1d3edafafb6a0b762fdcommit hash:0d222f0ab9eea0f6c68df1d3edafafb6a0b762fdcommit hash:0d222f0ab9eea0f6c68df1d3edafafb6a0b762fd files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 14.2.0.pre.rc2

Required for gitlab-ce 14.2.
14.1.0.pre.rc4
24 Jul 2021 07:08:03
commit hash:7fec4831e06e64369b333ef7f73774c4bd271239commit hash:7fec4831e06e64369b333ef7f73774c4bd271239commit hash:7fec4831e06e64369b333ef7f73774c4bd271239commit hash:7fec4831e06e64369b333ef7f73774c4bd271239 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 14.1.0.pre.rc4

Required by gitlab 14.1.
14.0.0.pre.rc2
03 Jul 2021 06:03:19
commit hash:4ab910dc8c22342a32b238d444351190f6f5274ecommit hash:4ab910dc8c22342a32b238d444351190f6f5274ecommit hash:4ab910dc8c22342a32b238d444351190f6f5274ecommit hash:4ab910dc8c22342a32b238d444351190f6f5274e files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 14.0.0.pre.rc2

Required for gitlab-ce 14.0.0.
13.12.0.pre.rc1
29 May 2021 16:23:57
commit hash:8fb502f9bdb4a5a36bd78ab0f280c83bd487655fcommit hash:8fb502f9bdb4a5a36bd78ab0f280c83bd487655fcommit hash:8fb502f9bdb4a5a36bd78ab0f280c83bd487655fcommit hash:8fb502f9bdb4a5a36bd78ab0f280c83bd487655f files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 13.12.0.pre.rc1.

Required for gitlab-ce 13.12.
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
13.11.0.pre.rc1
23 Apr 2021 19:06:06
commit hash:71aebb41f7ce45152a548d50f26cdf06170ba6c7commit hash:71aebb41f7ce45152a548d50f26cdf06170ba6c7commit hash:71aebb41f7ce45152a548d50f26cdf06170ba6c7commit hash:71aebb41f7ce45152a548d50f26cdf06170ba6c7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
net/rubygem-gitaly: Update to 13.11.0.pre.rc1.

This update is required for gitlab-ce 13.11 upgrade.
13.9.0.pre.rc1
07 Apr 2021 08:09:01
commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
13.9.0.pre.rc1
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
13.9.0.pre.rc1
03 Mar 2021 09:34:26
Revision:567044Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.9.0.pre.rc1 which is required for gitlab-ce 13.9 upgrade.
13.8.0.pre.rc2_1
06 Feb 2021 01:22:51
Revision:564168Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix grpc issue in gitlab-ce

- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
- Bump PORTREVISION for dependency change

gitlab-ce has some runtime issue with grpc versions, especially upb stuff.
Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order
to keep gitlab-ce port more robust.

The changes are as follows:
- Add devel/grpc134 (copied from devel/grpc)
- Add net/rubygem-grpc130 (copied from net/rubygem-grpc)
- Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130

Differential Revision:	https://reviews.freebsd.org/D28491
Submitted by:	sunpoet (myself)
Approved by:	mfechner
Tested by:	mfechner
13.8.0.pre.rc2
27 Jan 2021 12:45:01
Revision:563061Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.8.0.pre.rc2 which is required for gitlab-ce 13.8.
13.7.0.pre.rc1
22 Dec 2020 16:37:37
Revision:558921Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.7.0.pre.rc1 which is required for gitlab 13.7.
13.5.0.pre.rc2
23 Oct 2020 04:52:08
Revision:553076Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.5.0.pre.rc2 which is required for gitlab-ce 13.5.
13.3.0.p.r5_1
10 Oct 2020 11:58:22
Revision:551919Original commit files touched by this commit
mfechner search for other commits by this committer
Switched to net/rubygem-grpc.
13.3.0.p.r5
25 Aug 2020 13:04:07
Revision:546172Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.3.0.pre.rc5 which is required for gitlab 13.3.
13.2.0.p.r2
24 Jul 2020 09:14:41
Revision:543227Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.2.0.pre.rc2 which is required for gitlab-ce 13.2.
13.1.0.p.r1
22 Jun 2020 18:33:35
Revision:539898Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.1.0.pre.rc1 which is required for gitlab 13.1.
13.0.0.p.r1
04 Jun 2020 19:51:55
Revision:537939Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.0.0.pre.rc1 which is required for gitlab-ce 13.0.
12.9.0.p.r4_1
15 Apr 2020 20:36:06
Revision:531790Original commit files touched by this commit
mfechner search for other commits by this committer
Fixed dependency problems that caused gitaly/gitlab-ce build to fail.

PR:		245559
Reported by:	freebsd at wb9.se
12.9.0.p.r4
28 Mar 2020 09:03:45
Revision:529317Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 12.9.0.pre.rc4 which is required for gitlab-ce 12.9 upgrade.
1.86.0
25 Feb 2020 15:48:21
Revision:527087Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 1.86.0 which is required for gitlab-ce 12.8 update.
1.81.0
02 Feb 2020 08:26:36
Revision:524824Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 1.81.0 which is required for gitlab-ce 12.7.
1.73.0
27 Dec 2019 15:37:08
Revision:521001Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 1.73.0 which is required for gitlab-ce 12.6.0.
1.70.0
23 Nov 2019 08:45:18
Revision:518195Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 1.70.0 which is required for gitlab-ce 12.5.
1.65.0
24 Oct 2019 17:01:34
Revision:515476Original commit files touched by this commit
mfechner search for other commits by this committer
net/rubygem-gitaly: upgrade to 1.65.0 required for gitlab-ce 12.4 upgrade.
1.58.1
09 Sep 2019 10:25:47
Revision:511616Original commit files touched by this commit
mfechner search for other commits by this committer
net/rubygem-gitaly: upgrade to 1.58.1 which is required for gitlab-ce 12.2.
0.30.0
09 May 2018 10:43:26
Revision:469442Original commit files touched by this commit
mfechner search for other commits by this committer
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
0.30.0
04 Apr 2018 16:36:32
Revision:466447Original commit files touched by this commit
mfechner search for other commits by this committer
Fixed outdated dependency for net/rubygem-gitaly.

Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14944
0.30.0
02 Jan 2018 15:32:06
Revision:457869Original commit files touched by this commit
swills search for other commits by this committer
net/rubygem-gitaly: update to 0.30.0

PR:		224781
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
0.14.0
05 Dec 2017 16:44:09
Revision:455591Original commit files touched by this commit
tz search for other commits by this committer
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
0.14.0
24 Oct 2017 14:25:31
Revision:452774Original commit files touched by this commit
tz search for other commits by this committer
net/rubygem-gitaly: Update from 0.8.0 to 0.14.0

Changelog: https://gitlab.com/gitlab-org/gitaly/blob/v0.14.0/CHANGELOG.md

Reviewed by: Matthias Fechner <idefix@fechner.net>
0.8.0
13 Sep 2017 13:44:13
Revision:449787Original commit files touched by this commit
tz search for other commits by this committer
net/rubygem-gitaly: Update from 0.6.0 to 0.8.0

Changelog: https://gitlab.com/gitlab-org/gitaly/blob/v0.8.0/CHANGELOG.md

Add missing dependency devel/gitaly and adjust required version of
rubygem-google-protobuf. Older versions have a bug which make it
unusable with www/gitlab.

Reviewed by: Matthias Fechner <idefix@fechner.net>
0.6.0
09 Aug 2017 09:12:13
Revision:447610Original commit files touched by this commit
tz search for other commits by this committer
net/rubygem-gitaly: Update from 0.5.0 to 0.6.0

Also add License and needed BUILD_DEPENDS

Sadly this version has no changelog

Submitted by: Matthias Fechner <idefix@fechner.net>, tz
0.5.0
06 Jul 2017 14:03:59
Revision:445151Original commit files touched by this commit
tz search for other commits by this committer
net/rubygem-gitaly: Update from 0.2.1 to 0.5.0

Sadly no changelog available

Also it is now fully functional and no longer a stub
0.2.1
28 Jun 2017 08:54:10
Revision:444552Original commit files touched by this commit
tz search for other commits by this committer
New port: net/rubygem-gitaly

Gitaly is a Git RPC service for handling all the git calls made by GitLab.

WWW: https://gitlab.com/gitlab-org/gitaly

ATTENTION: the port has currently just a subset of functions and is needed
	   in order to provide the security update of www/gitlab to 9.0

Number of commits found: 50