Date: Sun, 16 Dec 2018 16:34:25 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487600 - in head: audio/baresip net/libsrtp www/qt5-webengine Message-ID: <201812161634.wBGGYPls083948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Dec 16 16:34:25 2018 New Revision: 487600 URL: https://svnweb.freebsd.org/changeset/ports/487600 Log: Mark net/libsrtp deprecated, superseded by libsrtp2. audio/baresip: remove SRTP option (had been marked BROKEN). www/qt5-webengine: remove unused dependency on libsrtp. Modified: head/audio/baresip/Makefile head/audio/baresip/Makefile.depends head/net/libsrtp/Makefile head/www/qt5-webengine/Makefile Modified: head/audio/baresip/Makefile ============================================================================== --- head/audio/baresip/Makefile Sun Dec 16 16:06:45 2018 (r487599) +++ head/audio/baresip/Makefile Sun Dec 16 16:34:25 2018 (r487600) @@ -26,7 +26,7 @@ PORTEXAMPLES= * #OPTIONS_NOT_YET_WORKING= ALSA BV32 G722_1 PLC ISAC OPENGLES OPTIONS_DEFINE= CONS DOCS EXAMPLES FFMPEG G711 G722 G726 GSM GSTREAMER ILBC \ - L16 OPUS OSS PORTAUDIO SDL SNDFILE SPEEX SRTP STDIO UUID V4L V4L2 X11 \ + L16 OPUS OSS PORTAUDIO SDL SNDFILE SPEEX STDIO UUID V4L V4L2 X11 \ DTLS_SRTP AUBRIDGE VIDBRIDGE HTTPD DSHOW DIRECTFB ACCOUNT \ NATPMP SDL MIW SNAPSHOT SELFVIEW VUMETER AULOOP CONTACT \ MENU PRESENCE SYSLOG VIDLOOP @@ -47,7 +47,6 @@ MENU_DESC= Interactive menu OPENGLES_DESC= OpenGL ES video output PLC_DESC= Packet Loss Concealment PRESENCE_DESC= Presence module -SRTP_DESC= Secure RTP module [broken] STDIO_DESC= stdio input driver SYSLOG_DESC= Syslog module UUID_DESC= UUID module @@ -83,7 +82,7 @@ MAKE_ARGS+= USE_$s=yes MAKE_ARGS+= HAVE_SPEEXDSP=yes .endif -.for o in SRTP V4L DTLS_SRTP V4L2 X11 +.for o in V4L DTLS_SRTP V4L2 X11 . if ${PORT_OPTIONS:M$o} BROKEN= OPTIONS marked as BROKEN have not been updated to the new Baresip API . endif Modified: head/audio/baresip/Makefile.depends ============================================================================== --- head/audio/baresip/Makefile.depends Sun Dec 16 16:06:45 2018 (r487599) +++ head/audio/baresip/Makefile.depends Sun Dec 16 16:34:25 2018 (r487600) @@ -20,7 +20,6 @@ PORTAUDIO_DEPEND= ${LOCALBASE}/include/portaudio.h:aud SDL_DEPEND= # Handled with USE_SDL in Makefile SNDFILE_DEPEND= ${LOCALBASE}/include/sndfile.h:audio/libsndfile SPEEX_DEPEND= ${LOCALBASE}/include/speex/speex.h:audio/speex -SRTP_DEPEND= ${LOCALBASE}/include/srtp/srtp.h:net/libsrtp STDIO_DEPEND= # In base UUID_DEPEND= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid V4L_DEPEND= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat Modified: head/net/libsrtp/Makefile ============================================================================== --- head/net/libsrtp/Makefile Sun Dec 16 16:06:45 2018 (r487599) +++ head/net/libsrtp/Makefile Sun Dec 16 16:34:25 2018 (r487600) @@ -4,7 +4,7 @@ PORTNAME= libsrtp DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= tijl@FreeBSD.org @@ -12,6 +12,9 @@ COMMENT= Secure RTP (SRTP) Reference Implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE + +DEPRECATED= Superseded by libsrtp2 +EXPIRATION_DATE=2018-12-31 PORTSCOUT= limit:^1\. Modified: head/www/qt5-webengine/Makefile ============================================================================== --- head/www/qt5-webengine/Makefile Sun Dec 16 16:06:45 2018 (r487599) +++ head/www/qt5-webengine/Makefile Sun Dec 16 16:34:25 2018 (r487600) @@ -20,7 +20,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -45,7 +45,6 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpng.so:graphics/png \ libre2.so:devel/re2 \ libsnappy.so:archivers/snappy \ - libsrtp.so:net/libsrtp \ libwebp.so:graphics/webp DISTINFO_FILE= ${.CURDIR}/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161634.wBGGYPls083948>