Re: git: f1ff7793f181 - main - devel/gitlab-shell: use new feature from go.mk to download go.mod from gitlab
- Reply: Matthias Fechner : "Re: git: f1ff7793f181 - main - devel/gitlab-shell: use new feature from go.mk to download go.mod from gitlab"
- In reply to: Matthias Fechner : "git: f1ff7793f181 - main - devel/gitlab-shell: use new feature from go.mk to download go.mod from gitlab"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 14:02:14 UTC
11.07.2024 16:37, Matthias Fechner пишет: > The branch main has been updated by mfechner: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=f1ff7793f1812ccc1faf02c62f780514738040b4 > > commit f1ff7793f1812ccc1faf02c62f780514738040b4 > Author: Matthias Fechner <mfechner@FreeBSD.org> > AuthorDate: 2024-07-03 09:23:22 +0000 > Commit: Matthias Fechner <mfechner@FreeBSD.org> > CommitDate: 2024-07-11 13:36:42 +0000 > > devel/gitlab-shell: use new feature from go.mk to download go.mod from gitlab > --- > devel/gitlab-shell/Makefile | 38 ++++---------------------------------- > 1 file changed, 4 insertions(+), 34 deletions(-) > > diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile > index 814f47ad695d..256e37e42f64 100644 > --- a/devel/gitlab-shell/Makefile > +++ b/devel/gitlab-shell/Makefile > @@ -14,10 +14,12 @@ LICENSE= MIT > # https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/720 > #BUILD_DEPENDS= heimdal>=0:security/heimdal > > -USES= gmake go:modules,no_targets,1.22 pkgconfig > +USES= gmake go:modules,no_targets,1.21 pkgconfig Hello! Is last line correct? Downgrade required go version from 1.22 to 1.21. -- Best regards, Vladimir Druzenko