From nobody Mon Mar 9 18:26:32 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 4fV57Y1V3mz6TgjQ for ; Mon, 09 Mar 2026 18:26:33 +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 4fV57X61Mtz3m2X for ; Mon, 09 Mar 2026 18:26:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773080792; 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=UncwPqTw1Q83zPVemgKtLir263uMR1j/bvHQy9f8qKE=; b=W6fbywgBAsrDpZUVwr22yuUi73+GVRzpOTPVGtVZ9o8Ac2NjY2IkCHmC3fdLmeX1wBqD7L 63oD6Tlr0YbXQpf/dtRnJCpjju6sIYCUiIAUPZ+hwmpompvIA4gPW62FpOJgkxl8aARe9t uprl4Y5xolXJudFMgFQKTe0LEOWhrEzDJaZYlOVAO91Dujk+DZv0pTfnrueQ541GtWTrEt H7cpSE7vSlGfw5fEkVIHvznvHdGxh60r3QTFTQO4luskFg6aRS43wR7VLnDh02pDh4UrFA 7f3q3codve/xqsXSP6oeL2SQtp5SqUJVowkwL9l052LfQMTD7mc4TDslUVXEJg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773080792; a=rsa-sha256; cv=none; b=wx8d+Z3SFMfgAXBjOxsxANX5zkIpW3h9icHci0415qNcVfYoF9VHZWzwZ+V0fIS9ecwY37 yVCaxd1YLUhqt7tRxF+2Xby49/+z/sLJPRTsgEREPdGmi3bG6Xo2vHhS5TjoSN4indmb54 3TlryysjncQ0PHnuGA3CE4lX8uNddtOh4G2LeurBNvmf/biqvgjHKKqJp9sYT04QUnJmyH ZLwXc0vhQb1TSQWwt5+VraJICF9O0BLjmHGf9uCqf7WWtTa5AxHyVx8yuUr9ryNC3LsRhw kKYYrUvmjrahqHNxeqYuYM515a9aAkqgxklBGu9Oqgu2Gnn9zIN7p4NX1KlURw== 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=1773080792; 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=UncwPqTw1Q83zPVemgKtLir263uMR1j/bvHQy9f8qKE=; b=Xj29it5ST+uygTvJkZHJXq2Wl5/vcrTX/QQyUWISqzHNJ5A4Z2r/rCGJhxFPkPzIBPtRA+ TNlioL6xJmJBY8B/SM7hqdOOONnFJLR0aZEok8iZKWQFQi1wPid+ERl1B12pUn+vAV295G CqR1FZ69h7v2pMaUZ3+OB3jlmd9uXgzVPqAWLKJwT6jO3naOys2iKqpE3eToGwuFj+k9gt puRU3yNFai9cpYWMtJ5ePo2YplvcKWPe4xcoVEhqpWMPt0BpLMA2kccGwRaYXE03riWHlU xjyx4AonY2wwcdi9BITYecnrFqRKycsc04YgYF7jt5bNvCExzNva8ump6fkH9A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fV57X5SZdzdc4 for ; Mon, 09 Mar 2026 18:26:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1f88a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 09 Mar 2026 18:26:32 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d410351ccc8c - main - devel/rubygem-getopt: Update to 1.7.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: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d410351ccc8ccd8538275e2180e72d0b61f3275f Auto-Submitted: auto-generated Date: Mon, 09 Mar 2026 18:26:32 +0000 Message-Id: <69af10d8.1f88a.40412b23@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d410351ccc8ccd8538275e2180e72d0b61f3275f commit d410351ccc8ccd8538275e2180e72d0b61f3275f Author: Po-Chuan Hsieh AuthorDate: 2026-03-09 18:00:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-03-09 18:19:46 +0000 devel/rubygem-getopt: Update to 1.7.0 Changes: https://github.com/djberg96/getopt/blob/master/CHANGES.md --- devel/rubygem-getopt/Makefile | 2 +- devel/rubygem-getopt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-getopt/Makefile b/devel/rubygem-getopt/Makefile index fddcb4d56841..3c9ca1176935 100644 --- a/devel/rubygem-getopt/Makefile +++ b/devel/rubygem-getopt/Makefile @@ -1,5 +1,5 @@ PORTNAME= getopt -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-getopt/distinfo b/devel/rubygem-getopt/distinfo index 44e578aaf678..b4f409c0686b 100644 --- a/devel/rubygem-getopt/distinfo +++ b/devel/rubygem-getopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320906 -SHA256 (rubygem/getopt-1.6.0.gem) = 0bf13497b4b00930c3bda14f38bad5cbd611b4a23636dfd5b3df17fe4ba7ede1 -SIZE (rubygem/getopt-1.6.0.gem) = 25088 +TIMESTAMP = 1771421904 +SHA256 (rubygem/getopt-1.7.0.gem) = 4c330b4ee11b9b025deef6a420e3c1d7680dda0399a141850bcc6446d84a37a2 +SIZE (rubygem/getopt-1.7.0.gem) = 26112