Oops. Here's the diff with the version change.

diff -Nurp /usr/ports/devel/capnproto/Makefile ./Makefile
--- /usr/ports/devel/capnproto/Makefile Mon Aug 11 15:13:00 2025
+++ ./Makefile  Tue Jan 20 03:53:18 2026
@@ -2,7 +2,7 @@ COMMENT=        serialization/RPC system
 
 CATEGORIES =   devel
 
-VERSION =      1.2.0
+VERSION =      1.3.0
 DIST_TUPLE =   github capnproto capnproto v${VERSION} .
 
 HOMEPAGE =     https://capnproto.org
@@ -10,12 +10,16 @@ HOMEPAGE =  https://capnproto.org
 MAINTAINER =   Volker Schlecht <[email protected]>
 
 # MIT
-PERMIT_PACKAGE =       Yes
+PERMIT_PACKAGE =Yes
 
 COMPILER =     base-clang ports-gcc
-MODULES +=     devel/cmake
 
-TEST_DEPENDS +=        lang/tcl/8.6
+MODULES =      devel/cmake \
+               lang/tcl
+
+MODTCL_VERSION =8.6
+
+TEST_DEPENDS = ${MODTCL_RUN_DEPENDS}
 
 WANTLIB += ${COMPILER_LIBCXX} c m
 

Reply via email to