diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-31 00:24:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-31 00:27:50 +0000 |
commit | ed48bae6873c39e2e52058c6fc59ed0049b8a639 (patch) | |
tree | 9cf908c05b33df0a8f985f025a46a7162c6760d2 | |
parent | 301d2b57c411477e53b659039c91bf72557ea765 (diff) |
devel/capnproto: Update 0.10.1 → 0.10.3
Also add tests.
PR: 270533
Approved by: felix@userspace.com.au (maintainer)
-rw-r--r-- | audio/sonic-visualiser/Makefile | 2 | ||||
-rw-r--r-- | chinese/librime/Makefile | 2 | ||||
-rw-r--r-- | devel/capnproto/Makefile | 5 | ||||
-rw-r--r-- | devel/capnproto/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/fastnetmon/Makefile | 2 | ||||
-rw-r--r-- | security/sequoia/Makefile | 2 | ||||
-rw-r--r-- | security/vaultwarden/Makefile | 2 | ||||
-rw-r--r-- | sysutils/flowgger/Makefile | 2 |
8 files changed, 12 insertions, 11 deletions
diff --git a/audio/sonic-visualiser/Makefile b/audio/sonic-visualiser/Makefile index 16cf32279cba..240c1f4a05ca 100644 --- a/audio/sonic-visualiser/Makefile +++ b/audio/sonic-visualiser/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonic-visualiser DISTVERSION= 4.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/2607/ diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 00ea9f37a109..d2f113c9b0d2 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -1,6 +1,6 @@ PORTNAME= librime PORTVERSION= 1.7.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese textproc MAINTAINER= khng@FreeBSD.org diff --git a/devel/capnproto/Makefile b/devel/capnproto/Makefile index c02b3bcb0f68..4ab461fcb5e9 100644 --- a/devel/capnproto/Makefile +++ b/devel/capnproto/Makefile @@ -1,5 +1,5 @@ PORTNAME= capnproto -DISTVERSION= 0.10.1 +DISTVERSION= 0.10.3 CATEGORIES= devel MASTER_SITES= https://capnproto.org/ DISTNAME= ${PORTNAME}-c++-${DISTVERSION} @@ -11,11 +11,12 @@ WWW= https://capnproto.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake compiler:c++14-lang cpe pathfix ssl +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 diff --git a/devel/capnproto/distinfo b/devel/capnproto/distinfo index ee2798a2b9cf..0d9bb4139e74 100644 --- a/devel/capnproto/distinfo +++ b/devel/capnproto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654842313 -SHA256 (capnproto-c++-0.10.1.tar.gz) = 91413335e2f078017c22e0b1be91c28af9dd7dd8127b88914d21c2bcea55df51 -SIZE (capnproto-c++-0.10.1.tar.gz) = 1700546 +TIMESTAMP = 1680143406 +SHA256 (capnproto-c++-0.10.3.tar.gz) = 97fde3cf05129db919453af4ef6c6a415662111c2e6e9b5194e2566d44b8507a +SIZE (capnproto-c++-0.10.3.tar.gz) = 1701541 diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 128d059d46ec..270a5e774930 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -1,7 +1,7 @@ PORTNAME= fastnetmon PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org diff --git a/security/sequoia/Makefile b/security/sequoia/Makefile index d068c861253c..1aea3d41f8e2 100644 --- a/security/sequoia/Makefile +++ b/security/sequoia/Makefile @@ -1,7 +1,7 @@ PORTNAME= sequoia PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= security MAINTAINER= phryk-ports@wzff.de diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index 91e873555ee1..1b30ef3fe214 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -1,6 +1,6 @@ PORTNAME= vaultwarden DISTVERSION= 1.27.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/dani-garcia/bw_web_builds/releases/download/v${DISTVERSION_WV}/:web DISTFILES= ${WV_DISTFILE}:web diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 55a6e6e35da2..1cbb1c560f19 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.2.10 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} |