diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 6c05c0977e33..5d5ab1899639 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,29 +1,28 @@ PORTNAME= ortp -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= net MAINTAINER= zirias@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library WWW= https://www.linphone.org/technical-corner/ortp.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox USES= cmake compiler:c11 ssl USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STRICT=NO \ - -DENABLE_UNIT_TESTS=NO +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= ENABLE_DOC ENABLE_UNIT_TESTS LDFLAGS+= -lpthread post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/${DISTNAME} .include diff --git a/net/ortp/distinfo b/net/ortp/distinfo index 0bd5a63796c4..d94c63aa2bdb 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751279966 -SHA256 (ortp-5.4.24.tar.bz2) = 7976a6dbb63744db0eead97d8c3e99c19cbba137a3df0881e08ab39d91c34e50 -SIZE (ortp-5.4.24.tar.bz2) = 266826 +TIMESTAMP = 1758132035 +SHA256 (ortp-5.4.28.tar.bz2) = daae1ee50a143097a5a6b22ff2b30f345bb0d95c46edbf18a5d39816ad2fd973 +SIZE (ortp-5.4.28.tar.bz2) = 266849 diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index 53fe379a9824..60103d9c445b 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -1,21 +1,22 @@ include/ortp/event.h include/ortp/logging.h include/ortp/nack.h include/ortp/ortp.h include/ortp/payloadtype.h include/ortp/port.h include/ortp/rtcp.h include/ortp/rtp.h include/ortp/rtpprofile.h include/ortp/rtpsession.h include/ortp/rtpsignaltable.h include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h include/ortp/utils.h share/Ortp/cmake/OrtpConfig.cmake share/Ortp/cmake/OrtpConfigVersion.cmake share/Ortp/cmake/OrtpTargets-%%CMAKE_BUILD_TYPE%%.cmake share/Ortp/cmake/OrtpTargets.cmake -lib/libortp.a +lib/libortp.so +lib/libortp.so.15 libdata/pkgconfig/ortp.pc