Verified Commit a0222ac0 authored by sunpoet's avatar sunpoet
Browse files

devel/capnproto-tiledb: Move devel/capnproto1 to devel/capnproto-tiledb

- Update COMMENT
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
parent a354f718
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5228,3 +5228,4 @@ security/py-shodan|net/py-shodan|2026-04-03|Remove duplicate port. Use net/py-sh
devel/py-jsonschema-spec|devel/py-jsonschema-path|2026-04-05|Remove obsoleted port. Use devel/py-jsonschema-path instead
devel/py-libcst03|devel/py-libcst|2026-04-05|Remove obsoleted port. Use devel/py-libcst instead
devel/py-babi_grammars|devel/py-babi-grammars|2026-04-05|Rename to match upstream naming
devel/capnproto1|devel/capnproto-tiledb|2026-04-05|Rename for better naming
+3 −2
Original line number Diff line number Diff line
PORTNAME=	tiledb
PORTVERSION=	2.30.1
PORTREVISION=	1
CATEGORIES=	databases

MAINTAINER=	sunpoet@FreeBSD.org
@@ -10,11 +11,11 @@ WWW= https://tiledb.com/ \
LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	capnproto1>=1.3.0<1.3.0_99:devel/capnproto1 \
BUILD_DEPENDS=	capnproto-tiledb>=1.3.0<1.3.0_99:devel/capnproto-tiledb \
		clipp>=0:devel/clipp \
		nlohmann-json>=0:devel/nlohmann-json
LIB_DEPENDS=	libblosc2.so:archivers/c-blosc2 \
		libcapnp.so:devel/capnproto1 \
		libcapnp.so:devel/capnproto-tiledb \
		libcurl.so:ftp/curl \
		libfmt.so:devel/libfmt \
		liblz4.so:archivers/liblz4 \
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@
    SUBDIR += caliper
    SUBDIR += camp
    SUBDIR += capnproto
    SUBDIR += capnproto1
    SUBDIR += capnproto-tiledb
    SUBDIR += capslock
    SUBDIR += capstone
    SUBDIR += capstone4
+3 −2
Original line number Diff line number Diff line
PORTNAME=	capnproto
PORTVERSION=	1.3.0
DISTVERSIONPREFIX=	c++-
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	https://capnproto.org/
PKGNAMESUFFIX=	1
PKGNAMESUFFIX=	-tiledb

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Serialization/RPC system
COMMENT=	Serialization/RPC system (for databases/tiledb)
WWW=		https://capnproto.org/ \
		https://github.com/capnproto/capnproto

Loading