diff options
Diffstat (limited to 'security/mbedtls3/Makefile')
| -rw-r--r-- | security/mbedtls3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mbedtls3/Makefile b/security/mbedtls3/Makefile index 0989b7dd128f..872fa89c9ac6 100644 --- a/security/mbedtls3/Makefile +++ b/security/mbedtls3/Makefile @@ -1,5 +1,5 @@ PORTNAME= mbedtls -DISTVERSION= 3.6.3 +DISTVERSION= 3.6.5 CATEGORIES= security devel MASTER_SITES= https://github.com/Mbed-TLS/${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMESUFFIX= 3 @@ -23,7 +23,7 @@ CMAKE_ON= CMAKE_BUILD_RPATH_USE_ORIGIN \ USE_SHARED_MBEDTLS_LIBRARY CMAKE_OFF= ENABLE_TESTING CMAKE_TESTING_ON= ENABLE_TESTING -CMAKE_TESTING_PARALLEL_LEVEL= 1 +CMAKE_TESTING_JOBS= 1 PORTSCOUT= limit:^${DISTVERSION:R:S/./\./g}\. |
