Skip to content

Commit

Permalink
devel/capnproto: Update to 1.0.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 27, 2024
1 parent 38f6ba5 commit 9a7a3c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions 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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions devel/capnproto/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 9a7a3c2

Please sign in to comment.