devel/capnproto1: Update to 1.0.2

Changes:	https://github.com/capnproto/capnproto/commits/master
This commit is contained in:
Po-Chuan Hsieh 2024-12-26 02:45:48 +08:00
parent 5876e2f09e
commit 9f32038607
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 15 deletions

View File

@ -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>

View File

@ -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

View File

@ -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 {