diff --git a/devel/wasi-compiler-rt22/Makefile b/devel/wasi-compiler-rt22/Makefile index faad426849cd..f59b2876f1dc 100644 --- a/devel/wasi-compiler-rt22/Makefile +++ b/devel/wasi-compiler-rt22/Makefile @@ -1,7 +1,6 @@ # must sync with devel/llvm22 -DISTVERSION= 22.1.0 -PORTREVISION= 1 +DISTVERSION= 22.1.2 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt .include "${MASTERDIR}/Makefile" diff --git a/devel/wasi-libcxx22/Makefile b/devel/wasi-libcxx22/Makefile index 1c3139fd923b..db0866be31ec 100644 --- a/devel/wasi-libcxx22/Makefile +++ b/devel/wasi-libcxx22/Makefile @@ -1,7 +1,6 @@ # must sync with devel/llvm22 -DISTVERSION= 22.1.0 -PORTREVISION= 1 +DISTVERSION= 22.1.2 MASTERDIR= ${.CURDIR}/../wasi-libcxx .include "${MASTERDIR}/Makefile"