git: 9f32038607d9 - main - devel/capnproto1: Update to 1.0.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:18:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f32038607d9a0777078a3b38cc7a21102bbbbd4

commit 9f32038607d9a0777078a3b38cc7a21102bbbbd4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:45:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:01 +0000

    devel/capnproto1: Update to 1.0.2
    
    Changes:        https://github.com/capnproto/capnproto/commits/master
---
 devel/capnproto1/Makefile                    |  4 ++--
 devel/capnproto1/distinfo                    |  6 +++---
 devel/capnproto1/files/patch-src-kj-cidr.c++ | 10 ----------
 3 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/devel/capnproto1/Makefile b/devel/capnproto1/Makefile
index 4dca4ccad7ef..cac0ffc681e6 100644
--- a/devel/capnproto1/Makefile
+++ b/devel/capnproto1/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	capnproto
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 DISTVERSIONPREFIX=	c++-
 CATEGORIES=	devel
 MASTER_SITES=	https://capnproto.org/
@@ -25,7 +25,7 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 CONFLICTS_INSTALL=	capnproto
 
-# databases/tiledb requires capnproto 1.0.1
+# databases/tiledb 2.27.0+ requires capnproto 1.0.2
 PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>
diff --git a/devel/capnproto1/distinfo b/devel/capnproto1/distinfo
index b80734c6e1a5..b3157b324c4c 100644
--- a/devel/capnproto1/distinfo
+++ b/devel/capnproto1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721858371
-SHA256 (capnproto-c++-1.0.1.tar.gz) = 0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09
-SIZE (capnproto-c++-1.0.1.tar.gz) = 1802933
+TIMESTAMP = 1734888032
+SHA256 (capnproto-c++-1.0.2.tar.gz) = 9057dbc0223366b74bbeca33a05de164a229b0377927f1b7ef3828cdd8cb1d7e
+SIZE (capnproto-c++-1.0.2.tar.gz) = 1763161
diff --git a/devel/capnproto1/files/patch-src-kj-cidr.c++ b/devel/capnproto1/files/patch-src-kj-cidr.c++
deleted file mode 100644
index ea62c5413a1f..000000000000
--- a/devel/capnproto1/files/patch-src-kj-cidr.c++
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/kj/cidr.c++.orig	2023-08-22 20:55:23 UTC
-+++ src/kj/cidr.c++
-@@ -39,6 +39,7 @@
- #else
- #include <sys/socket.h>
- #include <arpa/inet.h>
-+#include <netinet/in.h>
- #endif
- 
- namespace kj {