| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
13.8.0 05 Feb 2021 03:22:32
  |
swills  |
devel/gitlab-runner: update to 13.8.0 |
13.7.0 26 Dec 2020 23:17:15
  |
swills  |
devel/gitlab-runner: update to 13.7.0 |
13.6.0 07 Dec 2020 00:56:15
  |
swills  |
devel/gitlab-runner: update to 13.6.0 |
13.5.0 20 Oct 2020 16:38:20
  |
swills  |
devel/gitlab-runner: update to 13.5.0 |
13.4.1 09 Oct 2020 03:51:32
  |
swills  |
devel/gitlab-runner: update to 13.4.1 |
13.4.0 22 Sep 2020 14:12:44
  |
swills  |
devel/gitlab-runner: update to 13.4.0 |
13.3.1 09 Sep 2020 20:49:33
  |
swills  |
devel/gitlab-runner: update to 13.3.1 |
13.3.0 27 Aug 2020 17:14:25
  |
swills  |
devel/gitlab-runner: update to 13.3.0 |
13.2.2 15 Aug 2020 18:58:06
  |
swills  |
devel/gitlab-runner: update to 13.2.2 |
13.2.1 23 Jul 2020 10:38:40
  |
tz  |
devel/gitlab-runner: Update from 13.1.1 to 13.2.1
Changelogs https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.2.1/CHANGELOG.md
While here add stage gomods-dep in order to ease the handling of the go
dependencies
Sponsored by: Bounce Experts |
13.1.1 14 Jul 2020 21:29:12
  |
tz  |
devel/gitlab-runner: Update from 12.6.0 to 13.1.1
There are hundrets of changes done. Have a look at the folling changelogs:
v12.7.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1270-2020-01-20
v12.7.1:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1271-2020-01-23
v12.8.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1280-2020-02-22
v12.9.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1290-2020-03-20
v12.10.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v12100-2020-04-21
v13.0.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1300-2020-05-20
v13.0.1:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1301-2020-06-01
v13.1.0:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1310-2020-06-19
v13.1.1:
https://gitlab.com/gitlab-org/gitlab-runner/blob/v13.1.1/CHANGELOG.md#v1311-2020-07-01
Special thanks to swills for the massive ground work done.
Without your work i would not have accomplished this update!
Sponsored by: Bounce Experts |
12.6.0 30 Mar 2020 15:06:49
  |
mikael  |
devel/gitlab-runner: fix patch files
The patch were applied twice.
Reported by: mfechner
Approved by: manu (mentor, implicit) |
12.6.0 27 Mar 2020 17:14:02
  |
mikael  |
devel/gitlab-runner: unbreak on aarch64
# github.com/kr/pty
vendor/github.com/kr/pty/pty_freebsd.go:50:20: undefined: fiodgnameArg
vendor/github.com/kr/pty/pty_freebsd.go:63:12: undefined: _C_SPECNAMELEN
vendor/github.com/kr/pty/pty_freebsd.go:66:9: undefined: fiodgnameArg
Add the missing ztypes_freebsd_arm64.go file for aarch64
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined:
uint128
Import upstream patch
https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
PR: 245012
Approved by: swills (maintainer), manu (mentor, implicit) |
12.6.0 06 Jan 2020 23:06:07
  |
swills  |
devel/gitlab-runner: update to 12.6.0 |
12.4.0 23 Oct 2019 15:37:36
  |
swills  |
devel/gitlab-runner: update to 12.4.0 |
12.3.0 07 Oct 2019 17:10:46
  |
swills  |
devel/gitlab-runner: update to 12.3.0 |
12.1.0 29 Sep 2019 22:29:40
  |
dmgk  |
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21741 |
12.1.0 19 Aug 2019 20:24:15
  |
swills  |
devel/gitlab-runner: update to 12.1.0 |
11.11.1 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
11.11.1 29 Jun 2019 03:51:14
  |
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
11.11.1 24 May 2019 20:19:20
  |
swills  |
devel/gitlab-runner: update to 11.11.1 |
11.11.0 22 May 2019 03:51:08
  |
swills  |
devel/gitlab-runner: update to 11.11.0 |
11.10.1 26 Apr 2019 20:07:33
  |
swills  |
devel/gitlab-runner: update to 11.10.1 |
11.10.0 23 Apr 2019 08:07:39
  |
mfechner  |
Upgrade to 11.10.0 which is required for Gitlab 11.10 upgrade. |
11.7.0_1 04 Mar 2019 21:57:15
  |
swills  |
devel/gitlab-runner: fix build after go 1.12 update
PR: 236131
Submitted by: mfechner |
11.7.0 28 Jan 2019 11:47:58
  |
swills  |
devel/gitlab-runner: fix GITREV
Submitted by: tobik |
11.7.0 27 Jan 2019 17:36:11
  |
swills  |
devel/gitlab-runner: update to 11.7.0 |
11.6.1 17 Jan 2019 19:23:08
  |
swills  |
devel/gitlab-runner: update to 11.6.1 |
11.6.0_1 16 Jan 2019 17:05:47
  |
swills  |
devel/gitlab-runner: Fix env issue
The rc script failed to pass the environtment to the command, causing
automated (non-interactive) configuration to fail.
MFH: 2019Q1 |
11.6.0 27 Dec 2018 17:10:37
  |
swills  |
devel/gitlab-runner: update to 11.6.0 |
11.5.1 07 Dec 2018 19:42:55
  |
swills  |
devel/gitlab-runner: update to 11.5.1 |
11.5.0 27 Nov 2018 18:25:19
  |
swills  |
devel/gitlab-runner: update to 11.5.0 |
11.2.0 22 Sep 2018 00:57:37
  |
swills  |
devel/gitlab-runner: update to 11.2.0 |
11.0.0 24 Jun 2018 00:11:55
  |
swills  |
devel/gitlab-runner: update to 11.0.0 |
10.7.2 19 May 2018 01:51:56
  |
swills  |
devel/gitlab-runner: update to 10.7.2 |
10.6.0 17 Apr 2018 00:07:05
  |
swills  |
devel/gitlab-runner: update to 10.6.0 |
10.4.0 07 Mar 2018 08:06:24
  |
yuri  |
Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder
devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay
net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify
print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul
sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff
www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa
Approved by: tcberner (mentor, implicit)
Approved by: portmgr (port compliance, infrastructure) |
10.4.0 25 Jan 2018 03:06:14
  |
swills  |
devel/gitlab-runner: update to 10.4.0 |
10.3.0 24 Jan 2018 03:13:55
  |
swills  |
devel/gitlab-runner: fix fetch |
10.3.0 09 Jan 2018 03:09:20
  |
swills  |
devel/gitlab-runner: update to 10.3.0 |
10.0.2 16 Oct 2017 15:26:17
  |
swills  |
devel/gitlab-runner: update to 10.0.2 |
9.5.0 17 Sep 2017 01:34:38
  |
swills  |
devel/gitlab-runner: update to 9.5.0 [0]
While here, add patch to enable syslog logging and enable it in rc script [1]
PR: 221769 [1]
Submitted by: Ben RUBSON <ben.rubson@gmail.com> [1] |
9.3.0 20 Jul 2017 22:45:25
  |
swills  |
devel/gitlab-runner: update to 9.3.0 |
1.11.1_1 06 Apr 2017 12:17:28
  |
swills  |
devel/gitlab-runner: chase upstream updates
Upstream updated the prebuilt docker images, update the checksums for those. |
1.11.1 05 Apr 2017 18:03:24
  |
swills  |
devel/gitlab-runner: create port
GitLab Runner is the open source project that is used to run your jobs and send
the results back to GitLab. It is used in conjunction with GitLab CI, the
open-source continuous integration service included with GitLab that
coordinates the jobs.
WWW: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master |