Commit Graph

74 Commits

Author SHA1 Message Date
Brad Davis
5322328729 sysutils/consul: Update to 1.10.7 2022-01-16 13:15:08 -07:00
Brad Davis
d7fed2bbf5 sysutils/consul: Update to 1.10.3
PR:		258902
Approved by:	swills
2021-10-13 16:08:07 -06:00
Stefan Eßer
62af134959 sysutils/consul: Add CPE information
Approved by:	portmgr (blanket)
2021-10-13 15:52:57 +02:00
Brad Davis
0b92cbef16 sysutils/consul: Update to 1.9.9
PR:		258328
Approved by:	swills (maintainer)
MFH:		2021Q3
Security:	376df2f1-1295-11ec-859e-000c292ee6b8
2021-09-10 18:33:11 -06:00
Brad Davis
2056023c1c sysutils/consul: Update to 1.9.5
PR:		255154
Submitted by:	brd
Security:	093a6baf-9f99-11eb-b150-000c292ee6b8
2021-06-23 10:11:39 -04:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9 all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Steve Wills
c7903f7621 sysutuils/consul: update to 1.9.4 [1]
While here, start up earlier [2]

PR:		254197 [1]
Submitted by:	brd [1]
2021-03-13 00:14:36 +00:00
Steve Wills
e5c8b6c33e sysutils/consule: update to 1.9.3
PR:		253165
Submitted by:	brd
2021-02-05 02:15:52 +00:00
Mikael Urankar
69d36a91ee sysutils/consul: garbage collect patches
The golang.org/x/net* modules were updated and contains the FreeBSD/aarch64 bits

Approved by:	portmgr (tier-2 blanket)
2020-12-23 15:52:08 +00:00
Steve Wills
76d27d6018 sysutils/consul: Update to 1.9.1
PR:		251869
Submitted by:	Dani <i.dani@outlook.com>
2020-12-16 14:57:07 +00:00
Steve Wills
5a1def65bf sysutils/consul: fix pkg-message
MFH:		2020Q4
2020-12-07 00:21:34 +00:00
Steve Wills
20b36b1f45 sysutils/consul: update to 1.9.0
PR:		251418
Submitted by:	brd
MFH:		2020Q4
Security:	8d17229f-3054-11eb-a455-ac1f6b16e566
2020-12-06 22:01:24 +00:00
Steve Wills
35b7b259f4 sysutils/consul: update to 1.8.5 2020-11-03 16:03:58 +00:00
Mikael Urankar
79df48e349 sysutils/consul: fix build on aarch64
PR:		247008
Approved by:	swills (maintainer)
2020-09-19 16:05:17 +00:00
Steve Wills
a96fc039a0 sysutils/consul: update to 1.8.4 2020-09-14 14:09:43 +00:00
Steve Wills
a1555a06a0 sysutils/consul: update to 1.8.3 2020-08-13 19:14:39 +00:00
Steve Wills
452cd353d7 sysutils/consul: update to 1.8.1 2020-08-02 17:23:27 +00:00
Steve Wills
11d8891e71 sysutils/consul: update to 1.8.0
While here, fix bug in rc script creation
2020-07-06 14:40:49 +00:00
Steve Wills
f695497dc4 sysutils/consul: update to 1.7.4
While here, improve a variable name and remove config test since it
doesn't seem to work properly
2020-06-10 23:04:45 +00:00
Steve Wills
54bb81c66b sysutils/consul: Update to 1.7.3
PR:		246252
Submitted by:	michael.glaus@hostpoint.ch
2020-05-14 12:24:03 +00:00
Steve Wills
3a4aba51ec sysutils/consul: update to 1.7.2 [1][2]
While here, improve rc script [1]

PR:		244380 [1]
PR:		244365 [2]
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru> [1]
Reported by:	crest@rlwinm.de [2]
2020-03-27 15:18:06 +00:00
Steve Wills
9059fb6879 sysutils/consul: Update to 1.6.2 and refactoring rc.script
PR:		240882
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru> (with changes)
2020-01-04 00:42:39 +00:00
Steve Wills
0ed6f1cbbf sysutils/consul: fix fetch
PR:		241459
Reported by:	pizzamig
2019-10-26 00:17:36 +00:00
Steve Wills
43f2ab7779 sysutils/consul: update to 1.6.1
PR:		239874
Reported by:	Dmitry Wagin <dmitry.wagin@ya.ru>
2019-09-27 20:07:10 +00:00
Tobias Kortkamp
96a9e883c7 sysutils/consul: Switch to USES=go:modules, fix build with go1.13
===>  Building for consul-1.5.1
$GOPATH/go.mod exists but should not
*** Error code 1

- Remove custom build and install targets

PR:		240313
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Pointy hat:	jlaffaye
2019-09-08 12:18:47 +00:00
Antoine Brodin
7452888b13 Mark BROKEN
$GOPATH/go.mod exists but should not

Reported by:	pkg-fallout
2019-09-08 05:52:41 +00:00
Dmitry Marakasov
0450c1e707 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-08-15 09:02:32 +00:00
Tobias Kortkamp
3726f94254 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
2019-06-29 03:51:13 +00:00
Steve Wills
a55d08e9c7 sysutils/consule: update to 1.5.1 2019-05-24 15:12:49 +00:00
Steve Wills
a47ac80bc5 sysutils/consul: update to 1.5.0 2019-05-10 14:55:29 +00:00
Steve Wills
a78379c2a0 sysutils/consul: update to 1.4.4 2019-04-25 16:08:53 +00:00
Steve Wills
8afe2b5412 sysutils/consul: update to 1.4.1 2019-01-25 12:38:21 +00:00
Steve Wills
f0c4e7974d sysutils/consul: update to 1.4.0 2018-11-27 12:23:38 +00:00
Steve Wills
ecb93ae04d sysutils/consul: update to 1.3.0 2018-10-23 15:14:38 +00:00
Steve Wills
f641d61006 sysutils/consul: update to 1.2.3
PR:		231347
Submitted by:	pete@nomadlogic.org
2018-09-18 03:14:48 +00:00
Steve Wills
f695d611c6 sysutils/consul: update to 1.2.1 2018-07-13 12:46:12 +00:00
Steve Wills
f3253953a5 sysutils/consul: update to 1.2.0 2018-06-28 21:46:24 +00:00
Steve Wills
9c2ac64fab sysutils/consul: update to 1.1.0 2018-05-15 15:16:53 +00:00
Steve Wills
e7d0a0751e sysutils/consul: update to 1.0.7 2018-04-19 16:27:51 +00:00
Yuri Victorovich
54e279cd72 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)
2018-03-07 08:06:24 +00:00
Steve Wills
b9c49ec463 sysutils/consul: update to 1.0.6
MFH:		2018Q1
Security:	ad2eeab6-ca68-4f06-9325-1937b237df60
2018-02-16 03:39:41 +00:00
Steve Wills
e6ae597927 sysutils/consul: update to 1.0.3 2018-01-25 02:28:03 +00:00
Steve Wills
0552a8792d sysutils/consul: Update to 1.0.2
PR:		224636
Submitted by:	Dani <i.dani@outlook.com>
2017-12-30 17:46:34 +00:00
Steve Wills
3d7305f51b sysutils/consul: update to 1.0.1
While here, remove config test because it always fails on hosts with more than
1 IP.
2017-12-05 21:31:37 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Steve Wills
540acfd6c5 sysutils/consul: remove unneeded upgrade_precmd line
PR:		221732
Pointyhat to:	swills
2017-09-17 01:44:09 +00:00
Steve Wills
45e1fe1bee sysutils/consul: check config in rc.d script
PR:		221732
Submitted by:	thompsa
2017-09-17 01:43:06 +00:00
Steve Wills
6a27eed237 Update to new tar
No changes detected in source
2017-09-12 13:42:55 +00:00