notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/go/Makefile

Number of commits found: 149 (showing only 100 on this page)

1 | 2  »  

Monday, 15 Apr 2024
08:20 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 32b2846
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Jun 2022
18:27 Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Pass lang/go* and Mk/Uses/go.mk maintainership

Pass maintainership to the new Go team.

Approved by:	ygy (maintainer, by email)
commit hash: a3ead318049980643a3ffe91fccf119a5c0a8da3 commit hash: a3ead318049980643a3ffe91fccf119a5c0a8da3 commit hash: a3ead318049980643a3ffe91fccf119a5c0a8da3 commit hash: a3ead318049980643a3ffe91fccf119a5c0a8da3 a3ead31
18:19 Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: 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
commit hash: 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 commit hash: 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 commit hash: 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 commit hash: 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 3012ca2
Monday, 16 May 2022
18:37 Dmitri Goutnik (dmgk) search for other commits by this committer
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
commit hash: 0d862e94907f564230d97cefd2f8c966f5f5f855 commit hash: 0d862e94907f564230d97cefd2f8c966f5f5f855 commit hash: 0d862e94907f564230d97cefd2f8c966f5f5f855 commit hash: 0d862e94907f564230d97cefd2f8c966f5f5f855 0d862e9
Tuesday, 3 May 2022
12:14 Dmitri Goutnik (dmgk) search for other commits by this committer
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
commit hash: 5468a006e3200850c3635b94037681bd25d322a9 commit hash: 5468a006e3200850c3635b94037681bd25d322a9 commit hash: 5468a006e3200850c3635b94037681bd25d322a9 commit hash: 5468a006e3200850c3635b94037681bd25d322a9 5468a00
12:14 Dmitri Goutnik (dmgk) search for other commits by this committer
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)
commit hash: ef05a2efcfa6a36d49ec428c5ed7b544e2e97857 commit hash: ef05a2efcfa6a36d49ec428c5ed7b544e2e97857 commit hash: ef05a2efcfa6a36d49ec428c5ed7b544e2e97857 commit hash: ef05a2efcfa6a36d49ec428c5ed7b544e2e97857 ef05a2e
Wednesday, 23 Mar 2022
04:37 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.18

Changes:	https://go.dev/doc/devel/release#go1.18
commit hash: e0e10672e89e91e416595fbe4140e05898634566 commit hash: e0e10672e89e91e416595fbe4140e05898634566 commit hash: e0e10672e89e91e416595fbe4140e05898634566 commit hash: e0e10672e89e91e416595fbe4140e05898634566 e0e1067
Saturday, 19 Mar 2022
22:34 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.8

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	e2af876f-a7c8-11ec-9a2a-002324b2fba8
commit hash: 9de646aa2dfce492542de07a182cb21e5ee78f86 commit hash: 9de646aa2dfce492542de07a182cb21e5ee78f86 commit hash: 9de646aa2dfce492542de07a182cb21e5ee78f86 commit hash: 9de646aa2dfce492542de07a182cb21e5ee78f86 9de646a
Friday, 18 Feb 2022
06:57 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.7

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	096ab080-907c-11ec-bb14-002324b2fba8
commit hash: 83acd072b43ab9a450de400c8c1a7d8e5247896b commit hash: 83acd072b43ab9a450de400c8c1a7d8e5247896b commit hash: 83acd072b43ab9a450de400c8c1a7d8e5247896b commit hash: 83acd072b43ab9a450de400c8c1a7d8e5247896b 83acd07
Thursday, 6 Jan 2022
21:40 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.6

Changes:	https://go.dev/doc/devel/release#go1.17.minor
commit hash: 4e78b7e346d7f14755ebf314232dbc430a41fa08 commit hash: 4e78b7e346d7f14755ebf314232dbc430a41fa08 commit hash: 4e78b7e346d7f14755ebf314232dbc430a41fa08 commit hash: 4e78b7e346d7f14755ebf314232dbc430a41fa08 4e78b7e
Friday, 10 Dec 2021
02:46 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.5

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	720505fe-593f-11ec-9ba8-002324b2fba8
commit hash: 5e65bf97bbc9182501bec27bdb153199938f7ddb commit hash: 5e65bf97bbc9182501bec27bdb153199938f7ddb commit hash: 5e65bf97bbc9182501bec27bdb153199938f7ddb commit hash: 5e65bf97bbc9182501bec27bdb153199938f7ddb 5e65bf9
Friday, 3 Dec 2021
00:54 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.4

Changes:	https://golang.org/doc/devel/release#go1.17.minor
commit hash: 66b73ca2e1fa72f73fa92c729ba78ea5dc0173fe commit hash: 66b73ca2e1fa72f73fa92c729ba78ea5dc0173fe commit hash: 66b73ca2e1fa72f73fa92c729ba78ea5dc0173fe commit hash: 66b73ca2e1fa72f73fa92c729ba78ea5dc0173fe 66b73ca
Monday, 15 Nov 2021
21:52 Guangyuan Yang (ygy) search for other commits by this committer
lang/go, lang/go-devel: Respect CC

PR:		258291
Fixes:		f55607ce7b906bd7886b857f568956880f4281ff
Reported by:	Evgeniy Khramtsov <evgeniy@khramtsov.org>
commit hash: 2309e28d9e4f185b5de56f0b4e5b0bde857a3c3a commit hash: 2309e28d9e4f185b5de56f0b4e5b0bde857a3c3a commit hash: 2309e28d9e4f185b5de56f0b4e5b0bde857a3c3a commit hash: 2309e28d9e4f185b5de56f0b4e5b0bde857a3c3a 2309e28
Monday, 8 Nov 2021
06:19 Guangyuan Yang (ygy) search for other commits by this committer Author: Evgeniy Khramtsov
lang/go, lang/go-devel: Respect CC

PR:		258291
commit hash: f55607ce7b906bd7886b857f568956880f4281ff commit hash: f55607ce7b906bd7886b857f568956880f4281ff commit hash: f55607ce7b906bd7886b857f568956880f4281ff commit hash: f55607ce7b906bd7886b857f568956880f4281ff f55607c
Friday, 5 Nov 2021
07:52 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.3

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	930def19-3e05-11ec-9ba8-002324b2fba8
commit hash: 34b8755a4260c12e6d6f487adb56670de36f4c5a commit hash: 34b8755a4260c12e6d6f487adb56670de36f4c5a commit hash: 34b8755a4260c12e6d6f487adb56670de36f4c5a commit hash: 34b8755a4260c12e6d6f487adb56670de36f4c5a 34b8755
Saturday, 9 Oct 2021
07:02 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Update to 1.17.2

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	4fce9635-28c0-11ec-9ba8-002324b2fba8
commit hash: 12b9c411596acb4b5279f69ccc101e102ff54dea commit hash: 12b9c411596acb4b5279f69ccc101e102ff54dea commit hash: 12b9c411596acb4b5279f69ccc101e102ff54dea commit hash: 12b9c411596acb4b5279f69ccc101e102ff54dea 12b9c41
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 21 Sep 2021
18:06 Guangyuan Yang (ygy) search for other commits by this committer
lang/go: Take maintainership
commit hash: c72a8f3160a3d158ee6d095a35f5fed843c5ecb4 commit hash: c72a8f3160a3d158ee6d095a35f5fed843c5ecb4 commit hash: c72a8f3160a3d158ee6d095a35f5fed843c5ecb4 commit hash: c72a8f3160a3d158ee6d095a35f5fed843c5ecb4 c72a8f3
15:56 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Resign maintainership
commit hash: be0dbc8daed392f824a02f1418cc9305b04c32b5 commit hash: be0dbc8daed392f824a02f1418cc9305b04c32b5 commit hash: be0dbc8daed392f824a02f1418cc9305b04c32b5 commit hash: be0dbc8daed392f824a02f1418cc9305b04c32b5 be0dbc8
Friday, 10 Sep 2021
21:18 Bernhard Froehlich (decke) search for other commits by this committer
lang/go: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 5bee45446972c170c85965d35fbbbcf5d8366c65 commit hash: 5bee45446972c170c85965d35fbbbcf5d8366c65 commit hash: 5bee45446972c170c85965d35fbbbcf5d8366c65 commit hash: 5bee45446972c170c85965d35fbbbcf5d8366c65 5bee454
17:21 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.17.1

Changes:	https://golang.org/doc/devel/release#go1.17.minor
Security:	4ea1082a-1259-11ec-b4fa-dd5a552bdd17
commit hash: 8532f7246f4562a5022d25fee98b49bfd3cfdf57 commit hash: 8532f7246f4562a5022d25fee98b49bfd3cfdf57 commit hash: 8532f7246f4562a5022d25fee98b49bfd3cfdf57 commit hash: 8532f7246f4562a5022d25fee98b49bfd3cfdf57 8532f72
Friday, 3 Sep 2021
17:14 Dmitri Goutnik (dmgk) search for other commits by this committer
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)
commit hash: 34c43da970f4ddf52a5f452af174a833955a6ffe commit hash: 34c43da970f4ddf52a5f452af174a833955a6ffe commit hash: 34c43da970f4ddf52a5f452af174a833955a6ffe commit hash: 34c43da970f4ddf52a5f452af174a833955a6ffe 34c43da
13:25 Dmitri Goutnik (dmgk) search for other commits by this committer Author: Mina Galić
lang/go: mark stacks as non-executable on freebsd (CL346872 backport)

PR:		258241
commit hash: 4e2f244da530f5d8e50b727e2ad433330a57b072 commit hash: 4e2f244da530f5d8e50b727e2ad433330a57b072 commit hash: 4e2f244da530f5d8e50b727e2ad433330a57b072 commit hash: 4e2f244da530f5d8e50b727e2ad433330a57b072 4e2f244
Wednesday, 18 Aug 2021
13:51 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.17

Changes:	https://golang.org/doc/go1.17
commit hash: e8b93241fd536b757d18a991a606d648a09a2f5a commit hash: e8b93241fd536b757d18a991a606d648a09a2f5a commit hash: e8b93241fd536b757d18a991a606d648a09a2f5a commit hash: e8b93241fd536b757d18a991a606d648a09a2f5a e8b9324
Thursday, 5 Aug 2021
23:08 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.16.7

Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	880552c4-f63f-11eb-9d56-7186043316e9
commit hash: a372ea0aab44fb808e65df7dbea6f92aed91a430 commit hash: a372ea0aab44fb808e65df7dbea6f92aed91a430 commit hash: a372ea0aab44fb808e65df7dbea6f92aed91a430 commit hash: a372ea0aab44fb808e65df7dbea6f92aed91a430 a372ea0
Tuesday, 13 Jul 2021
12:03 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.16.6

Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	c365536d-e3cf-11eb-9d8d-b37b683944c2
commit hash: 720b8bdcb46d2c911b2e26a774ea9c03fb14f320 commit hash: 720b8bdcb46d2c911b2e26a774ea9c03fb14f320 commit hash: 720b8bdcb46d2c911b2e26a774ea9c03fb14f320 commit hash: 720b8bdcb46d2c911b2e26a774ea9c03fb14f320 720b8bd
Thursday, 3 Jun 2021
23:17 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.16.5

Changes:	https://golang.org/doc/devel/release#go1.16.minor
Security:	079b3641-c4bd-11eb-a22a-693f0544ae52
commit hash: 4b0da804cc4bc260c6483ac42d6ae5fa782f919f commit hash: 4b0da804cc4bc260c6483ac42d6ae5fa782f919f commit hash: 4b0da804cc4bc260c6483ac42d6ae5fa782f919f commit hash: 4b0da804cc4bc260c6483ac42d6ae5fa782f919f 4b0da80
Thursday, 6 May 2021
20:21 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.16.4

Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	7f242313-aea5-11eb-8151-67f74cf7c704
commit hash: 008d020972faa366a36c044eb5ac64163feee761 commit hash: 008d020972faa366a36c044eb5ac64163feee761 commit hash: 008d020972faa366a36c044eb5ac64163feee761 commit hash: 008d020972faa366a36c044eb5ac64163feee761 008d020
Tuesday, 6 Apr 2021
14:51 Dmitri Goutnik (dmgk) search for other commits by this committer
lang/go: Update to 1.16.3

Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
commit hash: 0c2d584584266183acccd3f3465ad07f1820cf6d commit hash: 0c2d584584266183acccd3f3465ad07f1820cf6d commit hash: 0c2d584584266183acccd3f3465ad07f1820cf6d commit hash: 0c2d584584266183acccd3f3465ad07f1820cf6d 0c2d584
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 12 Mar 2021
13:07 dmgk search for other commits by this committer
lang/go: Update to 1.16.2

Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Original commitRevision:568174 
Wednesday, 10 Mar 2021
23:41 dmgk search for other commits by this committer
lang/go: Update to 1.16.1

Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	72709326-81f7-11eb-950a-00155d646401
Original commitRevision:568052 
Wednesday, 17 Feb 2021
11:44 dmgk search for other commits by this committer
lang/go: Update to 1.16

Changes:	https://golang.org/doc/go1.16
Original commitRevision:565496 
Friday, 5 Feb 2021
11:54 dmgk search for other commits by this committer
lang/go: Update to 1.15.8

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Original commitRevision:564113 
Wednesday, 20 Jan 2021
00:37 dmgk search for other commits by this committer
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
Original commitRevision:562104 
Thursday, 3 Dec 2020
22:19 dmgk search for other commits by this committer
lang/go: Update to 1.15.6

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Original commitRevision:556935 
Thursday, 12 Nov 2020
21:30 dmgk search for other commits by this committer
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
Original commitRevision:554990 
Friday, 6 Nov 2020
12:31 dmgk search for other commits by this committer
lang/go: Update to 1.15.4

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Original commitRevision:554290 
Thursday, 15 Oct 2020
11:32 dmgk search for other commits by this committer
lang/go: Update to 1.15.3

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Original commitRevision:552409 
Thursday, 10 Sep 2020
13:46 dmgk search for other commits by this committer
lang/go: Update to 1.15.2

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Original commitRevision:548203 
Tuesday, 1 Sep 2020
19:36 dmgk search for other commits by this committer
lang/go: Update to 1.15.1

Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Security:	67b050ae-ec82-11ea-9071-10c37b4ac2ea
Original commitRevision:547292 
Tuesday, 11 Aug 2020
22:42 dmgk search for other commits by this committer
lang/go: Update to 1.15

Changes:	https://golang.org/doc/go1.15
Original commitRevision:544721 
Thursday, 6 Aug 2020
17:38 dmgk search for other commits by this committer
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
Original commitRevision:544284 
Friday, 17 Jul 2020
13:02 dmgk search for other commits by this committer
lang/go: Update to 1.14.6

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Original commitRevision:542430 
Wednesday, 15 Jul 2020
13:12 dmgk search for other commits by this committer
lang/go: Update to 1.14.5

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Original commitRevision:542256 
Tuesday, 2 Jun 2020
13:09 dmgk search for other commits by this committer
lang/go: Update to 1.14.4

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Original commitRevision:537544 
Friday, 15 May 2020
18:49 dmgk search for other commits by this committer
lang/go: Update to 1.14.3

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Original commitRevision:535315 
Monday, 13 Apr 2020
19:16 dmgk search for other commits by this committer
lang/go-devel: Convert to a slave of lang/go, apply D24122

- Convert lang/go-devel to a slave port of lang/go
- Apply D24122 (similar to r530387 for lang/go) to relax module consistency
  checks in go1.14 mode

Reviewed by:	mikael tobik
Differential Revision:	https://reviews.freebsd.org/D24397
Original commitRevision:531626 
Thursday, 9 Apr 2020
12:07 dmgk search for other commits by this committer
lang/go: Update to 1.14.2

Put back aarch64 OSVERSION check removed in r528785.

Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
Original commitRevision:531203 
Monday, 6 Apr 2020
03:04 adamw search for other commits by this committer
go: Assign dmgk as maintainer

It's the only logical next step here.
Original commitRevision:530854 
Sunday, 5 Apr 2020
18:33 yuri search for other commits by this committer
Reset maintainer for ports maintaned by jlaffaye@.

As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
Original commitRevision:530801 
Thursday, 2 Apr 2020
17:29 dmgk search for other commits by this committer
lang/go: relax module consistency checks if vendor/modules.txt is missing

Starting from go1.14, go verifies that vendor/modules.txt matches the
requirements and replacements listed in the main module go.mod file, and it is
a hard failure if vendor/modules.txt is missing.

Relax module consistency checks and switch back to pre go1.14 behaviour if
vendor/modules.txt is missing and GO_NO_VENDOR_CHECKS=1 is set in the
environment regardless of go version requirement in go.mod.

Upstream PR: https://github.com/golang/go/issues/37948

PR:		244783
Reported by:	Christopher Hall <hsw@bitmark.com>
Reviewed by:	mikael swills yuri
Approved by:	jlaffaye (maintainer timeout, 2 weeks)
MFH:		2020Q2
Differential Revision:	https://reviews.freebsd.org/D24122
Original commitRevision:530387 
Friday, 20 Mar 2020
15:46 jlaffaye search for other commits by this committer
lang/go: update to 1.14.1
Original commitRevision:528785 
Tuesday, 17 Mar 2020
11:56 dmgk search for other commits by this committer
lang/go: Update bootstrap to go1.14 final release

Approved by:	jlaffaye (maintainer timeout, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23924
Original commitRevision:528576 
Monday, 2 Mar 2020
12:34 dmgk search for other commits by this committer
lang/go: Switch to the new bootstrap, add aarch64 support

PR:		244494
Reviewed by:	tobik, mikael
Approved by:	jlaffaye (maintainer timeout, >1 month)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D23151
Original commitRevision:527627 
Tuesday, 25 Feb 2020
23:42 jlaffaye search for other commits by this committer
lang/go: update to 1.14
Original commitRevision:527145 
Tuesday, 28 Jan 2020
18:26 jlaffaye search for other commits by this committer
lang/go: update to 1.13.7
Original commitRevision:524508 
Friday, 6 Dec 2019
23:35 jlaffaye search for other commits by this committer
lang/go: update to 1.13.5
Original commitRevision:519167 
Monday, 4 Nov 2019
21:47 jlaffaye search for other commits by this committer
lang/go: update to 1.13.4
Original commitRevision:516746 
Friday, 18 Oct 2019
00:04 jlaffaye search for other commits by this committer
lang/go: update to 1.13.3
Original commitRevision:514692 
Friday, 27 Sep 2019
23:00 jlaffaye search for other commits by this committer
lang/go: update to 1.13.1
Original commitRevision:513091 
Wednesday, 4 Sep 2019
02:45 jlaffaye search for other commits by this committer
lang/go: update to 1.13
Original commitRevision:511056 
Wednesday, 21 Aug 2019
19:29 jlaffaye search for other commits by this committer
lang/go: update to 1.12.9
Original commitRevision:509547 
Tuesday, 13 Aug 2019
23:39 jlaffaye search for other commits by this committer
lang/go: update to 1.12.8
Original commitRevision:508885 
Tuesday, 9 Jul 2019
21:32 jlaffaye search for other commits by this committer
lang/go: update to 1.12.7
Original commitRevision:506317 
Sunday, 23 Jun 2019
11:38 tobik search for other commits by this committer
New port: lang/go-devel

A development snapshot of lang/go.  This port is intended to be
used by port maintainers for testing with future Go versions.

PR:		238374
Submitted by:	dg@syrec.org
Original commitRevision:504941 
Wednesday, 12 Jun 2019
09:39 jlaffaye search for other commits by this committer
lang/go: update to 1.12.6
Original commitRevision:504007 
Tuesday, 7 May 2019
14:02 jlaffaye search for other commits by this committer
Update to 1.12.5
Original commitRevision:500961 
Tuesday, 23 Apr 2019
21:18 jlaffaye search for other commits by this committer
- Update to 1.12.4
- Various ARM improvements [1]
- Disable building in qemu-user-static [1]
- Fix test target [1]

PR:		221297
Submitted by:	Dmitri Goutnik <dg@syrec.org> [1]
Original commitRevision:499797 
Saturday, 6 Apr 2019
19:20 jlaffaye search for other commits by this committer
- Update to 1.12.2
Original commitRevision:498169 
Thursday, 14 Mar 2019
22:54 jlaffaye search for other commits by this committer
- Update to 1.12.1
- Remove useless files after build (this saves 150M in my tests)
Original commitRevision:495741 
Saturday, 2 Mar 2019
18:31 jlaffaye search for other commits by this committer
Fix shebang and simplify shebangfix

PR:		236159
Submitted by:	sunpoet
Original commitRevision:494450 
Tuesday, 26 Feb 2019
13:53 jlaffaye search for other commits by this committer
Update to 1.12
Original commitRevision:493967 
Thursday, 24 Jan 2019
12:54 jlaffaye search for other commits by this committer
Update to 1.11.5

Security:	CVE-2019-6486
Original commitRevision:491092 
Saturday, 15 Dec 2018
14:07 jlaffaye search for other commits by this committer
Update to 1.11.4
Original commitRevision:487509 
Friday, 14 Dec 2018
15:44 jlaffaye search for other commits by this committer
Update to 1.11.3
Original commitRevision:487441 
Wednesday, 3 Oct 2018
19:53 jlaffaye search for other commits by this committer
Update to 1.11.1

PR:		231883
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Original commitRevision:481182 
Sunday, 26 Aug 2018
17:58 jlaffaye search for other commits by this committer
- Update to 1.11
- Scope GO387 port option to i386

PR:		230893
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Original commitRevision:478134 
Monday, 25 Jun 2018
15:59 adamw search for other commits by this committer
Update go to 1.10.3 [1], and enable verbose build [2]

PR:		228857 [1], 229013 [2]
Submitted by:	Dmitri Goutnik [1], adamw [2]
Approved by:	maintainer (jlaffaye)
Exp-run by:	antoine
Original commitRevision:473326 
Tuesday, 22 May 2018
14:32 jlaffaye search for other commits by this committer
Update to 1.10.2

PR:		228253
Submitted by:	Dmitri Goutnik
Original commitRevision:470619 
Monday, 2 Apr 2018
18:58 jlaffaye search for other commits by this committer
Update to 1.10.1
Original commitRevision:466249 
Tuesday, 27 Feb 2018
13:03 mat search for other commits by this committer
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Original commitRevision:463123 
Friday, 16 Feb 2018
20:59 jlaffaye search for other commits by this committer
- Update to 1.10
Original commitRevision:462065 
Thursday, 8 Feb 2018
21:16 jlaffaye search for other commits by this committer
Update to 1.9.4
Original commitRevision:461268 
Thursday, 25 Jan 2018
19:32 jlaffaye search for other commits by this committer
- Update to 1.9.3
Original commitRevision:459956 
Friday, 3 Nov 2017
10:45 jlaffaye search for other commits by this committer
Update to 1.9.2
Original commitRevision:453394 
Tuesday, 10 Oct 2017
21:31 linimon search for other commits by this committer
For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
Original commitRevision:451721 
Thursday, 5 Oct 2017
16:40 jlaffaye search for other commits by this committer
- Update to 1.9.1
Original commitRevision:451323 
Tuesday, 19 Sep 2017
20:31 jlaffaye search for other commits by this committer
Remove .error introduced by error in r434383

Reported by:	Lundin Cahill <lundincahill@gmail.com>
Original commitRevision:450165 
Friday, 25 Aug 2017
09:55 jlaffaye search for other commits by this committer
Update to 1.9
Original commitRevision:448714 
Thursday, 24 Aug 2017
16:24 jlaffaye search for other commits by this committer
Add pkg-plist target

PR:		221759
Submitted by:	smh
Original commitRevision:448694 
Thursday, 25 May 2017
21:53 jlaffaye search for other commits by this committer
- Update to 1.8.3
Original commitRevision:441745 
Friday, 21 Apr 2017
10:02 miwi search for other commits by this committer
- Fix shebangs
- Fix bin/rc in lang/go since we dont have it in base or a port to support it
- While in lang/go remove WRKSRC for SHEBANG_FILES
- Bump PORTREVISION for package change
Original commitRevision:439039 
Thursday, 20 Apr 2017
16:59 jlaffaye search for other commits by this committer
Fix build with new shebang checks

PR:		218702
Submitted by:	Kenji Rikitake <kenji@k2r.org>
Original commitRevision:438983 
Saturday, 15 Apr 2017
22:46 jlaffaye search for other commits by this committer
Update to 1.8.1
Original commitRevision:438605 
Sunday, 26 Mar 2017
15:21 antoine search for other commits by this committer
Fix plist

Reported by:	pkg-fallout
Original commitRevision:436968 
Saturday, 18 Feb 2017
21:30 jlaffaye search for other commits by this committer
- Update to 1.8
- Add option to disable SSE2 [1]
- Remove CC when calling make.bash [2]

PR:		210612, 209465
Original commitRevision:434383 
Saturday, 28 Jan 2017
14:31 jlaffaye search for other commits by this committer
Update to 1.7.5
Original commitRevision:432626 
Tuesday, 27 Dec 2016
14:38 jlaffaye search for other commits by this committer
- Update to 1.7.4

PR:		215465
Submitted by:	wen
Original commitRevision:429619 

Number of commits found: 149 (showing only 100 on this page)

1 | 2  »