Commit graph

165 commits

Author SHA1 Message Date
Ashish SHUKLA
aa8c0111bf
all: Bump after lang/go121 update 2024-08-09 06:24:08 +00:00
Ashish SHUKLA
c4b51c2028
all: Bump after lang/go121 update 2024-07-03 08:29:54 +00:00
Ashish SHUKLA
746fa696a1
all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00
Ashish SHUKLA
fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00
Ashish SHUKLA
32b284679a
all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Dmitri Goutnik
a3ead31804 */*: Pass lang/go* and Mk/Uses/go.mk maintainership
Pass maintainership to the new Go team.

Approved by:	ygy (maintainer, by email)
2022-06-06 13:27:20 -05:00
Dmitri Goutnik
3012ca2179 */*: Introduce versioned Go ports
- Mk/Uses/go.mk: add support for selecting Go port version in USES=go;
- Mk/bsd.default-versions.mk: add GO_DEFAULT;
- convert lang/go-devel to the master and lang/go{117,118} to slave
  ports;
- add lang/go meta-port that provides go and gofmt symlinks to the
  current default version.

PR:		264336
Reviewed by:	ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
Differential Revision:	https://reviews.freebsd.org/D35346
2022-06-06 13:19:10 -05:00
Dmitri Goutnik
0d862e9490 lang/go: Update to 1.18.2
Changes:	https://go.dev/doc/devel/release#go1.18.minor

PR:		263992
Approved by:	ygy (maintainer)
Security:	a1360138-d446-11ec-8ea1-10c37b4ac2ea
2022-05-16 13:37:03 -05:00
Dmitri Goutnik
ef05a2efcf lang/{go,go117,go-devel}: Update bootstrap to go1.17.9
Switch to the newer go1.17.9 bootstrap with backported CL346872
[1,2], fixes ports 259709.

[1] https://go-review.googlesource.com/c/go/+/346872/
[2] https://github.com/golang/go/issues/48112

PR:		263726
PR:		259709
Approved by:	ygy@ (maintainer)
2022-05-03 07:14:17 -05:00
Dmitri Goutnik
5468a006e3 lang/go: Update to 1.18.1
Changes:	https://go.dev/doc/devel/release#go1.18.minor

PR:		263723
Approved by:	ygy@ (maintainer)
Security:	61bce714-ca0c-11ec-9cfc-10c37b4ac2ea
2022-05-03 07:14:17 -05:00
Guangyuan Yang
e0e10672e8 lang/go: Update to 1.18
Changes:	https://go.dev/doc/devel/release#go1.18
2022-03-23 00:37:28 -04:00
Guangyuan Yang
9de646aa2d lang/go: Update to 1.17.8
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	e2af876f-a7c8-11ec-9a2a-002324b2fba8
2022-03-19 18:34:12 -04:00
Guangyuan Yang
83acd072b4 lang/go: Update to 1.17.7
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	096ab080-907c-11ec-bb14-002324b2fba8
2022-02-18 01:57:30 -05:00
Guangyuan Yang
4e78b7e346 lang/go: Update to 1.17.6
Changes:	https://go.dev/doc/devel/release#go1.17.minor
2022-01-06 21:40:51 +00:00
Guangyuan Yang
5e65bf97bb lang/go: Update to 1.17.5
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	720505fe-593f-11ec-9ba8-002324b2fba8
2021-12-09 21:46:27 -05:00
Guangyuan Yang
66b73ca2e1 lang/go: Update to 1.17.4
Changes:	https://golang.org/doc/devel/release#go1.17.minor
2021-12-02 19:54:39 -05:00
Guangyuan Yang
2309e28d9e lang/go, lang/go-devel: Respect CC
PR:		258291
Fixes:		f55607ce7b
Reported by:	Evgeniy Khramtsov <evgeniy@khramtsov.org>
2021-11-15 16:52:27 -05:00
Evgeniy Khramtsov
f55607ce7b lang/go, lang/go-devel: Respect CC
PR:		258291
2021-11-08 01:19:59 -05:00
Guangyuan Yang
34b8755a42 lang/go: Update to 1.17.3
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	930def19-3e05-11ec-9ba8-002324b2fba8
2021-11-05 03:52:06 -04:00
Guangyuan Yang
12b9c41159 lang/go: Update to 1.17.2
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	4fce9635-28c0-11ec-9ba8-002324b2fba8
2021-10-09 03:02:53 -04:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Guangyuan Yang
c72a8f3160 lang/go: Take maintainership 2021-09-21 14:06:49 -04:00
Dmitri Goutnik
be0dbc8dae lang/go: Resign maintainership 2021-09-21 10:56:50 -05:00
Bernhard Froehlich
5bee454469
lang/go: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:18:05 +00:00
Dmitri Goutnik
8532f7246f lang/go: Update to 1.17.1
Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	4ea1082a-1259-11ec-b4fa-dd5a552bdd17
2021-09-10 12:21:33 -05:00
Dmitri Goutnik
34c43da970 lang/go: correct patch size mismatch
Github seems to be undecided whether
782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch size should be 1111 or
1113 bytes. Give them some time to contemplate and commit this patch to
the repo for now.

PR:		258253
Reported by:	Alex <marcarianalexandru@gmail.com>
Reported by:	Marc Flambard <marc-pub@alluem.fr> (by email)
2021-09-03 12:14:44 -05:00
Mina Galić
4e2f244da5 lang/go: mark stacks as non-executable on freebsd (CL346872 backport)
PR:		258241
2021-09-03 08:25:08 -05:00
Dmitri Goutnik
e8b93241fd lang/go: Update to 1.17
Changes:	https://golang.org/doc/go1.17
2021-08-18 08:51:41 -05:00
Dmitri Goutnik
a372ea0aab lang/go: Update to 1.16.7
Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	880552c4-f63f-11eb-9d56-7186043316e9
2021-08-05 18:08:32 -05:00
Dmitri Goutnik
720b8bdcb4 lang/go: Update to 1.16.6
Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	c365536d-e3cf-11eb-9d8d-b37b683944c2
2021-07-13 07:03:04 -05:00
Dmitri Goutnik
4b0da804cc lang/go: Update to 1.16.5
Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	079b3641-c4bd-11eb-a22a-693f0544ae52
2021-06-03 18:17:29 -05:00
Dmitri Goutnik
008d020972 lang/go: Update to 1.16.4
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	7f242313-aea5-11eb-8151-67f74cf7c704
2021-05-06 15:21:27 -05:00
Dmitri Goutnik
0c2d584584 lang/go: Update to 1.16.3
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
2021-04-06 09:51:28 -05:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitri Goutnik
af628fdb1a lang/go: Update to 1.16.2
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
2021-03-12 13:07:18 +00:00
Dmitri Goutnik
52726c1e20 lang/go: Update to 1.16.1
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	72709326-81f7-11eb-950a-00155d646401
2021-03-10 23:41:36 +00:00
Dmitri Goutnik
4388542076 lang/go: Update to 1.16
Changes:	https://golang.org/doc/go1.16
2021-02-17 11:44:50 +00:00
Dmitri Goutnik
d370df2e39 lang/go: Update to 1.15.8
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2021-02-05 11:54:34 +00:00
Dmitri Goutnik
74b7ebe1ee lang/go: Update to 1.15.7
Changes:	https://groups.google.com/g/golang-announce/c/mperVMGa98w?pli=1
Security:	6a4805d5-5aaf-11eb-a21d-79f5bc5ef6a9
2021-01-20 00:37:33 +00:00
Dmitri Goutnik
ca2b896428 lang/go: Update to 1.15.6
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-12-03 22:19:55 +00:00
Dmitri Goutnik
b2d1fb206e lang/go: Update to 1.15.5
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
MFH:		2020Q4
Security:	db4b2f27-252a-11eb-865c-00155d646400
2020-11-12 21:30:35 +00:00
Dmitri Goutnik
15e84d99f5 lang/go: Update to 1.15.4
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-11-06 12:31:47 +00:00
Dmitri Goutnik
a669660e00 lang/go: Update to 1.15.3
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-10-15 11:32:02 +00:00
Dmitri Goutnik
d1130526c4 lang/go: Update to 1.15.2
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-09-10 13:46:05 +00:00
Dmitri Goutnik
b4b81814c1 lang/go: Update to 1.15.1
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Security:	67b050ae-ec82-11ea-9071-10c37b4ac2ea
2020-09-01 19:36:59 +00:00
Dmitri Goutnik
335271023a lang/go: Update to 1.15
Changes:	https://golang.org/doc/go1.15
2020-08-11 22:42:09 +00:00
Dmitri Goutnik
057014b5f2 lang/go: Update to 1.14.7
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
MFH:		2020Q3
Security:	bc7aff8c-d806-11ea-a5aa-0800272260e5
2020-08-06 17:38:14 +00:00
Dmitri Goutnik
b73afa049c lang/go: Update to 1.14.6
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
2020-07-17 13:02:47 +00:00