Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Aug 2022 21:35:13 0.3.2_9 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
14 Jul 2022 12:46:05 0.3.2_8 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
07 Jun 2022 21:56:10 0.3.2_7 |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
30 Mar 2022 07:01:44 0.3.2_6 |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
04 Dec 2021 12:07:30 0.3.2_5 |
Matthias Fechner (mfechner)  |
*/*: bump ports depending on libgit2 |
15 May 2021 07:14:04 0.3.2_4 |
Tobias Kortkamp (tobik)  Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
07 Apr 2021 08:09:01 0.3.2_4 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.3.2_4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Apr 2021 07:51:01 0.3.2_4 |
Matthias Fechner (mfechner)  |
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.
Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0
PR: 252098 |
19 Apr 2020 03:55:23
0.3.2_3 |
tobik  |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
19 Mar 2020 05:47:59
0.3.2_2 |
tobik  |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
20 Sep 2019 11:31:49
0.3.2_1 |
dmgk  |
Go ports: cleanup, make use of the new GO_TARGET tuple syntax
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21721 |
16 Sep 2019 20:55:08
0.3.2_1 |
dmgk  |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
29 Jun 2019 03:51:14
0.3.2_1 |
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 |
09 Apr 2019 14:04:50
0.3.2_1 |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
30 Mar 2019 18:21:15
0.3.2 |
yuri  |
devel/grv: Unbreak build with devel/libgit2 0.28
PR: 236814
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
18 Mar 2019 11:30:25
0.3.2 |
swills  |
devel/grv: Update to 0.3.2
PR: 236576
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
26 Jan 2019 01:54:06
0.3.1 |
swills  |
devel/grv: update to 0.3.1
PR: 235061
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
05 Oct 2018 20:48:58
0.3.0 |
yuri  |
devel/grv: Update 0.2.0 -> 0.3.0
PR: 231847
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
10 Jul 2018 15:00:03
0.2.0 |
tz  |
devel/grv: Update from 0.1.3 to 0.2.0
Changelog: https://github.com/rgburke/grv/releases/tag/v0.2.0
PR: 229355
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
15 May 2018 20:07:43
0.1.3_1 |
pi  |
devel/grv: Fix build with devel/libgit2 0.27
PR: 228273
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
10 Mar 2018 08:02:53
0.1.3 |
yuri  |
devel/grv: Update to 0.1.3
Port changes:
* Added to dependencies
* Added do-test
* Deleted the patch
PR: 226475
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by: tcberner (mentor, implicit) |
07 Mar 2018 08:06:24
0.1.2 |
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) |
09 Feb 2018 14:09:12
0.1.2 |
sunpoet  |
Update to 0.1.2
Changes: https://github.com/rgburke/grv/releases
PR: 225769
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) |
03 Feb 2018 20:20:50
0.1.1 |
yuri  |
New port: devel/grv: Terminal interface for viewing git repositories
Screenshot:
https://raw.githubusercontent.com/rgburke/grv/master/doc/grv-history-view.png
PR: 225617
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D14165 |