From nobody Sat Aug 10 08:53:24 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WgvhF4xpFz5SLfB; Sat, 10 Aug 2024 08:53:33 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from beta.fechner.net (beta.fechner.net [IPv6:2a03:4000:67:cc1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WgvhF2h5cz4gqC; Sat, 10 Aug 2024 08:53:33 +0000 (UTC) (envelope-from idefix@fechner.net) Authentication-Results: mx1.freebsd.org; none Received: from server.idefix.lan (unknown [212.108.150.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by beta.fechner.net (Postfix) with ESMTPSA id 5457011FD99; Sat, 10 Aug 2024 10:53:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fechner.net; s=mail; t=1723280009; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DHI3eXGXF+2uIG3QerEOYk4lacz/KjYKwcsBkELhfOU=; b=lf56vFMPm3zXWh6vLc+EgpRefjeNtlrw1wSotc/U7CPv++7E1isPW0Gh9LhQRHrSibkuZc ORCm2oCjH3qJnPL1x9p7gThF8NK+ay/4pgYBZvkh2/aXt8KXj4ASaO91NGTZbMwMSUny/3 ftJnexJAM6YJT9W0wP5T7FiBSlQ3CYaIzOpGkuqo3D8UHM00CGYIfotmqka7K1U3j0ZrXb iC69xOzPzoGk1THvH065AonjEN73xhGkye1UOJ1MN1TFct2Keiph5ZkttGv1NeiSCZQy3X V4eqSPMb+AM9dw0iHRYapx6+AeCwxTry04tTJGzexaDC6/NyROmjm9GM51q29w== Received: from [192.168.0.17] (054-059-210-188.ip-addr.inexio.net [188.210.59.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id EBF0F29E6; Sat, 10 Aug 2024 11:53:25 +0300 (EEST) Content-Type: multipart/alternative; boundary="------------EKFgxn27iqVIC7PwSWfwebg0" Message-ID: <911587fd-d79b-48d8-b407-1348996a74fc@fechner.net> Date: Sat, 10 Aug 2024 10:53:24 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: f1ff7793f181 - main - devel/gitlab-shell: use new feature from go.mk to download go.mod from gitlab To: Vladimir Druzenko , Matthias Fechner Cc: ports-committers@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, dev-commits-ports-all@FreeBSD.org References: <202407111337.46BDb5LC063005@gitrepo.freebsd.org> <07133095-04cd-4460-baa4-07d9fb66d17a@freebsd.org> Content-Language: en-US From: Matthias Fechner In-Reply-To: <07133095-04cd-4460-baa4-07d9fb66d17a@freebsd.org> X-Rspamd-Action: no action X-Rspamd-Server: beta.fechner.net X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:197540, ipnet:2a03:4000::/32, country:DE] X-Rspamd-Queue-Id: 4WgvhF2h5cz4gqC This is a multi-part message in MIME format. --------------EKFgxn27iqVIC7PwSWfwebg0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi, On 09.08.24 16:02, Vladimir Druzenko wrote: >>   # 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. yes it is. Do you have problems? Matthias --------------EKFgxn27iqVIC7PwSWfwebg0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hi,

On 09.08.24 16:02, Vladimir Druzenko wrote:
  # 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.


yes it is. Do you have problems?


Matthias

--------------EKFgxn27iqVIC7PwSWfwebg0--