diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index d4e41362b384..d80c6dd6fb43 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -1,36 +1,33 @@ PORTNAME= librist DISTVERSION= 0.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol WWW= https://code.videolan.org/rist/librist LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on expired security/mbedtls2 -EXPIRATION_DATE=2025-03-31 - LIB_DEPENDS= libcjson.so:devel/libcjson \ - libmbedcrypto.so:security/mbedtls2 \ + libmbedcrypto.so:security/mbedtls3 \ libmicrohttpd.so:www/libmicrohttpd USES= localbase:ldflags meson pkgconfig USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= rist GL_TAGNAME= c526858020ce14c1ef156c0c68a655ba8dfe8b00 MESON_ARGS= -Dtest=false do-test: @cd ${WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} --reconfigure ${CONFIGURE_ARGS} -Dtest=true && \ cd ${BUILD_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test .include