Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 10:35:00 +0000
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 95635bee2b8e - main - devel/capnproto: Update to 1.4.0
Message-ID:  <69ef3bd4.18750.7569336@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95635bee2b8ec950ac86baab426696911cdc7fe5

commit 95635bee2b8ec950ac86baab426696911cdc7fe5
Author:     Vasil Dimov <vd@FreeBSD.org>
AuthorDate: 2026-04-27 10:30:49 +0000
Commit:     Vasil Dimov <vd@FreeBSD.org>
CommitDate: 2026-04-27 10:34:36 +0000

    devel/capnproto: Update to 1.4.0
    
    Changelog:
    https://github.com/capnproto/capnproto/compare/v1.3.0...v1.4.0
    
    Some tests are reported to fail on FreeBSD 15
    (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294259).
    These failures do not seem to be new for 1.4.0. That is, both
    1.3.0 and 1.4.0 pass on FreeBSD <=14 and both
    1.3.0 and 1.4.0 have failing tests on FreeBSD >=15.
    
    Thus, I see no reason to hold this update.
    
    PR:     294259
    Reported by:    diizzy@
    Approved by:    maintainer timeout, 2+ weeks
---
 devel/capnproto/Makefile | 3 +--
 devel/capnproto/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/devel/capnproto/Makefile b/devel/capnproto/Makefile
index d0ffe0352293..b902efadf223 100644
--- a/devel/capnproto/Makefile
+++ b/devel/capnproto/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	capnproto
-DISTVERSION=	1.3.0
-PORTREVISION=	1
+DISTVERSION=	1.4.0
 CATEGORIES=	devel
 MASTER_SITES=	https://capnproto.org/
 DISTNAME=	${PORTNAME}-c++-${DISTVERSION}
diff --git a/devel/capnproto/distinfo b/devel/capnproto/distinfo
index 619c2a0c5881..4afa6caf470e 100644
--- a/devel/capnproto/distinfo
+++ b/devel/capnproto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766342746
-SHA256 (capnproto-c++-1.3.0.tar.gz) = 098f824a495a1a837d56ae17e07b3f721ac86f8dbaf58896a389923458522108
-SIZE (capnproto-c++-1.3.0.tar.gz) = 1847292
+TIMESTAMP = 1775376408
+SHA256 (capnproto-c++-1.4.0.tar.gz) = fa02378ad522b318916b9ad928d1372fc9abd43dd1f4f0392e50450f5c87828f
+SIZE (capnproto-c++-1.4.0.tar.gz) = 1863080


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef3bd4.18750.7569336>