Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2024 20:39:31 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31a68ea03644 - main - devel/golangci-lint: Update to 1.59.0
Message-ID:  <202406032039.453KdVT8087880@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31a68ea03644571580f71e671b4a58ec6972dcee

commit 31a68ea03644571580f71e671b4a58ec6972dcee
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2024-06-03 19:34:32 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2024-06-03 20:38:45 +0000

    devel/golangci-lint: Update to 1.59.0
    
    Changes:        https://github.com/golangci/golangci-lint/releases/tag/v1.59.0
---
 devel/golangci-lint/Makefile |  9 +++++----
 devel/golangci-lint/distinfo | 10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile
index 66bfc4903488..ee60338e2020 100644
--- a/devel/golangci-lint/Makefile
+++ b/devel/golangci-lint/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	golangci-lint
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.57.2
-PORTREVISION=	2
+DISTVERSION=	1.59.0
 CATEGORIES=	devel
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -11,10 +10,10 @@ WWW=		https://github.com/golangci/golangci-lint
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.21,modules
+USES=		gmake go:1.21,modules
 
 _BUILD_VERSION=	${DISTVERSION}
-_BUILD_COMMIT=	77a8601
+_BUILD_COMMIT=	2059b18
 _BUILD_DATE=	$$(date -u "+%Y-%m-%dT%H:%M:%SZ")
 
 GO_MODULE=	github.com/${PORTNAME:S/-lint//}/${PORTNAME}
@@ -37,6 +36,8 @@ COMPLETIONS_PLIST_FILES=	share/bash-completion/completions/${PORTNAME} \
 				share/fish/vendor_completions.d/${PORTNAME}.fish \
 				share/zsh/site-functions/_${PORTNAME}
 
+BINARY_ALIAS=	make=gmake
+
 post-install-COMPLETIONS-on:
 .for _shell in bash fish zsh
 	${SET_ENV} ${MAKE_ENV} ${GO_ENV} ${GO_WRKDIR_BIN}/${PORTNAME} completion ${_shell} \
diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo
index 0e948455a8a3..c98fb460c5fb 100644
--- a/devel/golangci-lint/distinfo
+++ b/devel/golangci-lint/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1712437312
-SHA256 (go/devel_golangci-lint/golangci-lint-v1.57.2/v1.57.2.mod) = acfd866878760ce923c06c4950f19b14f35ae97137a06276d6c05e2e4572a042
-SIZE (go/devel_golangci-lint/golangci-lint-v1.57.2/v1.57.2.mod) = 8391
-SHA256 (go/devel_golangci-lint/golangci-lint-v1.57.2/v1.57.2.zip) = 9356e7a1047287af7ef44d2b1b45965f03a44d7e4fa2cdfe99c71393e8131173
-SIZE (go/devel_golangci-lint/golangci-lint-v1.57.2/v1.57.2.zip) = 1933084
+TIMESTAMP = 1717440496
+SHA256 (go/devel_golangci-lint/golangci-lint-v1.59.0/v1.59.0.mod) = 247ed402952173ee7ad1e54cfa8cd8b7202511fcc05510439f548d297ca3d084
+SIZE (go/devel_golangci-lint/golangci-lint-v1.59.0/v1.59.0.mod) = 8543
+SHA256 (go/devel_golangci-lint/golangci-lint-v1.59.0/v1.59.0.zip) = dfef9653f3b7a5b8ffdf7581fd15ba31b8f9c8f6465454fb716135c805f68930
+SIZE (go/devel_golangci-lint/golangci-lint-v1.59.0/v1.59.0.zip) = 2042903



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406032039.453KdVT8087880>