3ltWuxgvDJ/CaTA8WkyGcNm7MBdbUIP3A74XPUDhek3wQG4XsHy+osUgh ItxBWySmNAu72iYNcCMfsFvJH0XCJa6E834yLPiyAGsXEA1k5M34rDGt5i78YA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777295628; a=rsa-sha256; cv=none; b=Jts3dhzX1Kf0COWrwpYm6jxiRfniHtV98eLk+jEx/1lRUpVZVU8nSzdx4rhTjZrNrx1LEU wVF0SBHmBZfsw7r/w7Jsh5F7XdY7GmVnW6IKHs5+QgsC3rdclbtulT3j1w6kkCj9Y0hprq /1MU0D3wBvdfCaTYOavzJTZ+2uxGJTaMPM3EZXixNs5HLZd2aiOvsmjoP2LiR0l1z0K2fL 01CcvIdmymCgouBs1XxQfmjrIr/xLwN2zowZVASv8XbMstLzQ8CEV7i8BIp13gZG66rM9Q aHMZV6U1IvQ3sqRyFXKe4wUiGxSm3arDN7JwS5T1FES+ONfn504VxfqjWvwN2Q== 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=1777295628; 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=t/M3X3j4IUiufLA84mK89YdxMOOp9aus776Z9pXuSUw=; b=OLoI1tsmFRToWPVi+X4NOVJC05Fi1INBX+nmsE29AMHBYwSBe2/7pZUiXaTEzDjXlBEhCx Kq4bAHu8o8qaDS7V1nTLmsnJxo5G11pZ3kc2lHdc2jT0vD7En2ulqwp+qfLnUbS3xRdpQl 46E24uKGa5CWfueMKS9Nkq9SqQUZAumA5MSAxgReIIcfOtU7WAuEWqofvU8eyjMbbBtjTI 0cvzA1b0QHkVWzSsJDi9gzVPnlub4VU8z2Inwa5yYcXyHoMI0f3Ggd5ZBblp1X9V3kDspp pRdBXE04CHuHESwjWOC1xEEZDbTgnNc4Hm/M2eJ1qCmzRM3Yy6TW9wb+ERTeTg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g43t45kr8z17ZG for ; Mon, 27 Apr 2026 13:13:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 321ba by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 13:13:48 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6e9f146c486f - main - devel/rubygem-grape-entity: Update to 0.10.2 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 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: 6e9f146c486f651d0b8c52c0272102e2c1f58108 Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 13:13:48 +0000 Message-Id: <69ef610c.321ba.180b6198@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e9f146c486f651d0b8c52c0272102e2c1f58108 commit 6e9f146c486f651d0b8c52c0272102e2c1f58108 Author: Po-Chuan Hsieh AuthorDate: 2026-04-27 13:05:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-27 13:08:08 +0000 devel/rubygem-grape-entity: Update to 0.10.2 Changes: https://github.com/ruby-grape/grape-entity/blob/master/CHANGELOG.md --- devel/rubygem-grape-entity/Makefile | 5 ++--- devel/rubygem-grape-entity/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile index 737584303ab1..0602daae44f5 100644 --- a/devel/rubygem-grape-entity/Makefile +++ b/devel/rubygem-grape-entity/Makefile @@ -1,6 +1,5 @@ PORTNAME= grape-entity -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport-gitlab>=3.0.0:devel/rubygem-activesupport-gitlab \ - rubygem-multi_json-gitlab>=1.3.2:devel/rubygem-multi_json-gitlab + rubygem-multi_json-gitlab>=1.0:devel/rubygem-multi_json-gitlab USES= gem diff --git a/devel/rubygem-grape-entity/distinfo b/devel/rubygem-grape-entity/distinfo index 8abf55f5f0f1..7a1ed3e6ea10 100644 --- a/devel/rubygem-grape-entity/distinfo +++ b/devel/rubygem-grape-entity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716138823 -SHA256 (rubygem/grape-entity-1.0.1.gem) = e00f9e94e407aff77aa2945d741f544d07e48501927942988799913151d02634 -SIZE (rubygem/grape-entity-1.0.1.gem) = 46592 +TIMESTAMP = 1777252892 +SHA256 (rubygem/grape-entity-1.0.4.gem) = cda42416d87831de0da2f28aa1f5ba9b38856b936b4a5ba995e52d32de1ec0bd +SIZE (rubygem/grape-entity-1.0.4.gem) = 27648