non port: devel/golangci-lint/Makefile |
Number of commits found: 59 |
Thursday, 7 Dec 2023
|
02:22 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 274405
0505b71 |
Wednesday, 15 Nov 2023
|
20:48 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.55.2
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.55.2
0cd2c1b |
Friday, 8 Sep 2023
|
14:34 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go* update
8e4bc57 |
Wednesday, 23 Aug 2023
|
23:45 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.54.2
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.54.2
a97358e |
Saturday, 19 Aug 2023
|
18:51 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.54.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.54.1
1885b53 |
18:51 Lewis Cook (lcook)
devel/golangci-lint: Set MAKE_ENV during shell completion generation
During this process, Go looks for `$XDG_CACHE_HOME`
which is initially undefined for the build cache
directory. Therefore, during Poudriere builds, we
attempt to write to `/nonexistent` and subsequently
fail. Setting `MAKE_ENV` resolves that.
Reported by: pkg-fallout
365c881 |
Friday, 4 Aug 2023
|
14:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
09b9930 |
Monday, 19 Jun 2023
|
21:06 Lewis Cook (lcook)
devel/golangci-lint: 1.53.3
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.53.3
250b0b6 |
Thursday, 8 Jun 2023
|
15:34 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.53.2
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.53.2
66833b5 |
Saturday, 3 Jun 2023
|
08:46 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.53.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.53.1
ef854a5 |
Thursday, 4 May 2023
|
11:38 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.52.2
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.52.2
9fdfe66 |
Saturday, 8 Apr 2023
|
15:13 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
ff40d94 |
Saturday, 11 Mar 2023
|
01:04 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.51.2
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.51.2
46f4453 |
01:03 Lewis Cook (lcook)
devel/golangci-lint: Pin Go version to 1.19
d22a04f |
Thursday, 9 Mar 2023
|
19:18 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go ports update
0907973 |
Wednesday, 15 Feb 2023
|
19:06 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
56b5ec7 |
Thursday, 9 Feb 2023
|
21:55 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after GO_DEFAULT update.
2297efc |
Saturday, 14 Jan 2023
|
11:31 Dmitri Goutnik (dmgk)
all: Bump PORTVERSION after lang/go{118,119} update
3b383d8 |
Tuesday, 13 Dec 2022
|
21:11 Lewis Cook (lcook)
devel/golangci-lint: Simplify shell completion installation
d7308cf |
01:47 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.50.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.50.1
1ac7d58 |
Sunday, 11 Dec 2022
|
11:17 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
d9ad100 |
Thursday, 6 Oct 2022
|
19:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
bde5186 |
Thursday, 8 Sep 2022
|
16:33 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
f05c98f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Sunday, 28 Aug 2022
|
00:33 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.49.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.49.0
643cd9b |
Wednesday, 3 Aug 2022
|
21:35 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
4476f89 |
Friday, 29 Jul 2022
|
16:58 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.47.2
Changes: https://github.com/golangci/golangci-lint/compare/v1.46.2...v1.47.2
5c51a0e |
Thursday, 14 Jul 2022
|
12:46 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{117,118} update
153cb65 |
Tuesday, 7 Jun 2022
|
21:56 Dmitri Goutnik (dmgk)
*/*: Bump port revisons after lang/go{117,118} update
309cdec |
Wednesday, 25 May 2022
|
22:50 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.46.2
Changes: https://github.com/golangci/golangci-lint/compare/v1.45.2...v1.46.2
f7e5629 |
Tuesday, 5 Apr 2022
|
21:05 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.45.2
Changes: https://github.com/golangci/golangci-lint/compare/v1.44.2...v1.45.2
c15ba64 |
Wednesday, 30 Mar 2022
|
07:01 Guangyuan Yang (ygy)
*/*: Bump PORTREVISION after lang/go 1.18 update
d690b51 |
Thursday, 3 Mar 2022
|
15:48 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.44.2
Changes: https://github.com/golangci/golangci-lint/compare/v1.44.0...v1.44.2
d110420 |
Thursday, 27 Jan 2022
|
14:14 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.44.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.44.0
88480a7 |
Wednesday, 3 Nov 2021
|
22:34 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.43.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.43.0
2732442 |
Thursday, 9 Sep 2021
|
09:46 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.42.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.42.1
80e41e7 |
Saturday, 21 Aug 2021
|
21:09 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.42.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.42.0
2f33ada |
Saturday, 26 Jun 2021
|
11:48 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.41.1
Changes: https://github.com/golangci/golangci-lint/compare/v1.40.1...v1.41.1
8049828 |
Saturday, 15 May 2021
|
15:55 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.40.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.40.1
23b8032 |
Thursday, 13 May 2021
|
17:59 Lewis Cook (lcook)
Switch to GO_MODULE after r566063
2754b8b |
Tuesday, 11 May 2021
|
22:56 Lewis Cook (lcook)
devel/golangci-lint: Update to 1.40.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.40.0
ad8e0be |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 27 Mar 2021
|
14:28 lcook
devel/golangci-lint: Update to 1.39.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.39.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D29443
 |
Friday, 5 Mar 2021
|
16:35 lcook
devel/golangci-lint: Update to 1.38.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.38.0
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D29087
 |
Monday, 22 Feb 2021
|
12:56 lcook
devel/golangci-lint: Update to 1.37.1
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.37.1
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D28838
 |
Wednesday, 17 Feb 2021
|
16:59 lcook
devel/golangci-lint: Update to 1.37.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.37.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28731
 |
Wednesday, 27 Jan 2021
|
19:09 lcook
devel/golangci-lint: Update to 1.36.0
Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.36.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28371
 |
Friday, 22 Jan 2021
|
10:08 lcook
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279
 |
Wednesday, 20 Jan 2021
|
08:01 fernape
devel/golangci-lint: Update to 1.35.2
ChangeLog: https://github.com/golangci/golangci-lint/releases/tag/v1.35.2
PR: 252828
Submitted by: vulcan@wired.sh (maintainer)
 |
Tuesday, 1 Dec 2020
|
07:16 rhurlin
devel/golangci-lint: Update to 1.33.0
Minor release with a new paralleltest linter and some bug fixes.
Changelog: https://github.com/golangci/golangci-lint/releases/v1.33.0
PR: 251438
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27432
 |
Friday, 13 Nov 2020
|
17:05 fernape
devel/golangci-lint: Update to 1.32.2
ChangeLog: https://github.com/golangci/golangci-lint/releases/v1.32.2
PR: 251100
Submitted by: vulcan@wired.sh (maintainer)
 |
Wednesday, 4 Nov 2020
|
15:01 fernape
devel/golangci-lint: Update to 1.32.0
ChangeLog: https://github.com/golangci/golangci-lint/releases/v1.32.0
PR: 250839
Submitted by: vulcan@wired.sh (maintainer)
 |
Wednesday, 23 Sep 2020
|
12:23 fernape
devel/golangci-lint: Update to 1.31.0
ChangeLog: https://github.com/golangci/golangci-lint/releases/v1.31.0
PR: 249488
Submitted by: vulcan@wired.sh
 |
Thursday, 3 Sep 2020
|
22:27 dmgk
devel/golangci-lint: Update to 1.30.0
Changes: https://github.com/golangci/golangci-lint/releases/v1.30.0
PR: 249079
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
 |
Friday, 24 Jul 2020
|
02:43 swills
devel/golangci-lint: Update to 1.29.0
PR: 248191
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
 |
Saturday, 18 Jul 2020
|
01:48 swills
devel/golangci-lint: Update to 1.28.3
PR: 247979
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
 |
Monday, 8 Jun 2020
|
19:46 cs
Amended:
* Since the env variable '$HOME' is being set to
'/nonexistent' this will cause build errors for
non-privileged users. Work-around this by setting
the necessary work environment (which includes $HOME).
This was reported by pkg-fallout. [1]
* Minor semantic changes in a few places.
* Bumped PORTREVISION.
PR: 246872
Submitted by: maintainer
 |
Saturday, 23 May 2020
|
10:39 tagattie
GolangCI-Lint is a linters aggregator. It's fast, on average 5 times
faster than gometalinter. It's easy to integrate and use, has nice
output and has a minimum number of false positives. It supports go
modules.
WWW: https://github.com/golangci/golangci-lint
PR: 244814
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: ehaupt (mentor)
 |
Number of commits found: 59 |