From nobody Fri Mar 13 15:00:17 2026 X-Original-To: dev-commits-ports-all@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 4fXSMj3bdbz6VG0v for ; Fri, 13 Mar 2026 15:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fXSMj1FqRz3t2J for ; Fri, 13 Mar 2026 15:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773414017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/jqTXVF0qRqTXBEOv89ZCyH07p38UgnkuwLd4uyPxQQ=; b=gv1SlpAQBLLa8rFIbanl1oq9OE6P7BWwP9BfLcdkXYgvWhBGTW2RAgydTQpMnRC08UXub5 Txzuy+wZTBmSsT+0toJ5UbyLp+7R2rE7vZKBWN3M9nwKSuXV6p/QOq8J7HSIGe+5qs2OB2 twF6N/0RN4hYpHGIe58+ILbKITXcN5oCziU96DDgVPPtVYG6WKt5PpBEBmkhb6kyWQlMkl Ufa2D88gwy//QXZSCS68y20MNm+cEVtQbcEY92or200KMBZ4ocCNpka66b9JBjc/4ybCzr 4i1wSctEjrrTMz+9XZ7U0IdZQkrqFnufTqyFgapb81bMWqlFUI7W9u/YUpnx6g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773414017; a=rsa-sha256; cv=none; b=pHx3IVHfCuwxayLGxS0XN6EXMi9EsDULDnJuqHLR+XnuYbe7QN0Pxs2G99Ub1rrAPJo6xQ 8Yd8GUwnfgwPTasmWYC85x55iWb7aSPdHW6JaQf0f+u3a2GsFkRC8txCsu2eYLWIJtAjzT nCNiumQDzQAWyLYR6eQWR6QxS3CoZTKEu8TbEy0joyaTxUfJBLgSOOkKDyaD68eTBNbWQL j39e9f6wBAYjj342ZmvSKHWc+TagnTm34fC26hCFuCuPecsfY7EHUl1/hH1/JFzV3nPZ0B 62OVPBZj6wE0sp2s+acFfafHxmRNYFhuOOwQbWuw7SxS+yevs3e21TLCcp3Vyg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773414017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/jqTXVF0qRqTXBEOv89ZCyH07p38UgnkuwLd4uyPxQQ=; b=W3GwNtGfLbOdq4DaLhDBxzTlNJ/YBMeP6QqrkGcrozOcBPu70NHamCuRmMw6fs+F4DgV5k OqZbcdKPaBPgzyx2Kr7GXlShD5qlJN9Mq/vrlWn2/n8kQ/+qyF/hBRO65ufHZBu0ej9mjI mrJ7H4qRovx9vO8332lUITS72jIWDoCJRLWuR84tCPMRRN0bDYL3JtmheH5FpT79nyJpJY oXGQQ/Di5luRCkgRdfyBFl3sxprRwI4y+o05+y1084mcPD8eBMfr9kzXxK7wKS8gvR34rs /3YybOKtfj5PXBUYEAU+SZWG6YsjrbEqbiKAALD/XT+v3jsjloi7aWgCyOidbQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fXSMj0hr1zdFf for ; Fri, 13 Mar 2026 15:00:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3aa79 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 13 Mar 2026 15:00:17 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthias Fechner Subject: git: a81a525f03b6 - 2026Q1 - devel/glab: update to 1.89.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/2026Q1 X-Git-Reftype: branch X-Git-Commit: a81a525f03b6c9da036609ba427df616e8b3223e Auto-Submitted: auto-generated Date: Fri, 13 Mar 2026 15:00:17 +0000 Message-Id: <69b42681.3aa79.584613c1@gitrepo.freebsd.org> The branch 2026Q1 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a81a525f03b6c9da036609ba427df616e8b3223e commit a81a525f03b6c9da036609ba427df616e8b3223e Author: Matthias Fechner AuthorDate: 2026-03-06 06:54:05 +0000 Commit: Matthias Fechner CommitDate: 2026-03-13 14:37:52 +0000 devel/glab: update to 1.89.0 Changes: https://gitlab.com/gitlab-org/cli/-/releases/v1.89.0 (cherry picked from commit 14bd57e537901df27b60890199c3bf5e72e4d51b) --- devel/glab/Makefile | 4 ++-- devel/glab/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/glab/Makefile b/devel/glab/Makefile index f527e2d730e4..6c5c1982a497 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,6 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.88.0 +DISTVERSION= 1.89.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ _BUILD_VERSION= ${DISTVERSION} _BUILD_PLATFORM= ${OPSYS:tl} _BUILD_DATE= $$(date +%Y-%m-%d) # Find here: https://gitlab.com/gitlab-org/cli/-/tags -_TAG= a1f268d788c25c7e4cb48cb914ee5c056f71b92b +_TAG= c6fca530978d1b608113db8cce8ab99aa34bafb4 GO_MODULE= gitlab.com/gitlab-org/cli GO_TARGET= ./cmd/${PORTNAME} diff --git a/devel/glab/distinfo b/devel/glab/distinfo index 9fdee19dd081..89dadf3d078b 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772690777 -SHA256 (go/devel_glab/glab-v1.88.0/v1.88.0.mod) = 34a7c506f95784b6113ed3be2a9d1f5f40920bedbf78e37767adfdcdc072929a -SIZE (go/devel_glab/glab-v1.88.0/v1.88.0.mod) = 8078 -SHA256 (go/devel_glab/glab-v1.88.0/v1.88.0.zip) = 0ee8fe11e01e1fae7bdb8e9d9052cd157f25f55325cab5d0fbc75ac19c4b813e -SIZE (go/devel_glab/glab-v1.88.0/v1.88.0.zip) = 17747604 +TIMESTAMP = 1772779193 +SHA256 (go/devel_glab/glab-v1.89.0/v1.89.0.mod) = 13631e570187bd51fe517d5645a5d57739aac0dbd5a03babad3342a27d529dea +SIZE (go/devel_glab/glab-v1.89.0/v1.89.0.mod) = 8080 +SHA256 (go/devel_glab/glab-v1.89.0/v1.89.0.zip) = 1a943a2b002dbb490ce42cb83f3439b1c4601371850cfd0d3e99e63b7cb4573a +SIZE (go/devel_glab/glab-v1.89.0/v1.89.0.zip) = 17754178