Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 09:26:14 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a7a3c2767e7 - main - devel/capnproto: Update to 1.0.2
Message-ID:  <202401270926.40R9QEXo029741@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit 9a7a3c2767e78eebdde3b5465214d684b86cf0d6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-27 09:07:06 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-27 09:24:56 +0000

    devel/capnproto: Update to 1.0.2
    
    Upstream doesn't provide a changelog,
    https://capnproto.org/news/2023-07-28-capnproto-1.0.html
    
    PR:             276617
    Reviewed by:    Felix Hanley <felix@userspace.com.au> (maintainer)
---
 devel/capnproto/Makefile  | 11 ++++++-----
 devel/capnproto/distinfo  |  6 +++---
 devel/capnproto/pkg-plist |  1 +
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/devel/capnproto/Makefile b/devel/capnproto/Makefile
index 4ab461fcb5e9..c2e86eefb40d 100644
--- a/devel/capnproto/Makefile
+++ b/devel/capnproto/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	capnproto
-DISTVERSION=	0.10.3
+DISTVERSION=	1.0.2
 CATEGORIES=	devel
 MASTER_SITES=	https://capnproto.org/
 DISTNAME=	${PORTNAME}-c++-${DISTVERSION}
@@ -14,12 +14,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		cmake:testing compiler:c++14-lang cpe pathfix ssl
 USE_LDCONFIG=	yes
 
-CMAKE_ON=	BUILD_SHARED_LIBS
-CMAKE_OFF=	BUILD_TESTING
-CMAKE_TESTING_ON=	BUILD_TESTING
-
 CONFLICTS_INSTALL=	capnproto080
 
+CMAKE_TESTING_ON=	BUILD_TESTING
+
 PLIST_SUB=	DISTVERSION="${DISTVERSION}"
 
+CMAKE_ON=	BUILD_SHARED_LIBS
+CMAKE_OFF=	BUILD_TESTING
+
 .include <bsd.port.mk>
diff --git a/devel/capnproto/distinfo b/devel/capnproto/distinfo
index 0d9bb4139e74..c8cdab9c1d14 100644
--- a/devel/capnproto/distinfo
+++ b/devel/capnproto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680143406
-SHA256 (capnproto-c++-0.10.3.tar.gz) = 97fde3cf05129db919453af4ef6c6a415662111c2e6e9b5194e2566d44b8507a
-SIZE (capnproto-c++-0.10.3.tar.gz) = 1701541
+TIMESTAMP = 1706206925
+SHA256 (capnproto-c++-1.0.2.tar.gz) = 9057dbc0223366b74bbeca33a05de164a229b0377927f1b7ef3828cdd8cb1d7e
+SIZE (capnproto-c++-1.0.2.tar.gz) = 1763161
diff --git a/devel/capnproto/pkg-plist b/devel/capnproto/pkg-plist
index 36463e417053..111ab32702ce 100644
--- a/devel/capnproto/pkg-plist
+++ b/devel/capnproto/pkg-plist
@@ -55,6 +55,7 @@ include/kj/async-queue.h
 include/kj/async-unix.h
 include/kj/async-win32.h
 include/kj/async.h
+include/kj/cidr.h
 include/kj/common.h
 include/kj/compat/gtest.h
 include/kj/compat/gzip.h



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