From owner-svn-ports-all@freebsd.org Sun Dec 16 16:34:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B86121331970; Sun, 16 Dec 2018 16:34:26 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58D188DBC1; Sun, 16 Dec 2018 16:34:26 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 474561FE8; Sun, 16 Dec 2018 16:34:26 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGGYQtN083953; Sun, 16 Dec 2018 16:34:26 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGGYPls083948; Sun, 16 Dec 2018 16:34:25 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201812161634.wBGGYPls083948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 16 Dec 2018 16:34:25 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: audio/baresip net/libsrtp www/qt5-webengine X-SVN-Commit-Revision: 487600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 58D188DBC1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-0.88)[-0.881,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 16:34:27 -0000 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