| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
|
| | |
|
| | |
|
| |
|
|
| |
Changelog: https://github.com/hashicorp/serf/releases/tag/v0.10.2
|
| | |
|
| | |
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
|
| |
PR: 277776
Approved by: portmgr (exp-run)
|
| |
|
|
| |
PR: 274062
|
| |
|
|
| |
PR: 276530
|
| |
|
|
| |
PR: 274405
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
With hat: portmgr-secretary
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
While we are at it, fix build on riscv64 by bumping the
golang.org/x/{net,sys} dependencies to version new enough
to support riscv64-freebsd. Remove patches thus obsoleted.
Changelog: https://github.com/hashicorp/serf/releases/tag/v0.10.1
Approved by: swills (implicit)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
| |
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
| |
PR: 247150
Submitted by: mikael
Notes:
svn path=/head/; revision=540360
|
| |
|
|
|
|
|
|
| |
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
Notes:
svn path=/head/; revision=517745
|
| |
|
|
|
|
|
|
| |
PR: 238927
Submitted by: Dmitri Goutnik <dg@syrec.org>
Notes:
svn path=/head/; revision=505625
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=505321
|
| |
|
|
| |
Notes:
svn path=/head/; revision=500038
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=463776
|