From owner-svn-ports-all@freebsd.org Thu Jan 3 14:14:53 2019 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 BB2E7142C3BD; Thu, 3 Jan 2019 14:14:52 +0000 (UTC) (envelope-from riggs@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 5584E7702F; Thu, 3 Jan 2019 14:14:52 +0000 (UTC) (envelope-from riggs@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 43CC122524; Thu, 3 Jan 2019 14:14:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x03EEqBP073821; Thu, 3 Jan 2019 14:14:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x03EEolt073810; Thu, 3 Jan 2019 14:14:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201901031414.x03EEolt073810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 3 Jan 2019 14:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489178 - in head: audio/cantata devel/efl german/mediathekview multimedia/fpc-libvlc multimedia/gtk-youtube-viewer multimedia/kaffeine multimedia/phonon-vlc multimedia/smtube net-p2p/t... X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head: audio/cantata devel/efl german/mediathekview multimedia/fpc-libvlc multimedia/gtk-youtube-viewer multimedia/kaffeine multimedia/phonon-vlc multimedia/smtube net-p2p/tribler net/freeswitch x11... X-SVN-Commit-Revision: 489178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5584E7702F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,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: Thu, 03 Jan 2019 14:14:53 -0000 Author: riggs Date: Thu Jan 3 14:14:49 2019 New Revision: 489178 URL: https://svnweb.freebsd.org/changeset/ports/489178 Log: Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3 Modified: head/audio/cantata/Makefile head/devel/efl/Makefile head/german/mediathekview/Makefile head/multimedia/fpc-libvlc/Makefile head/multimedia/gtk-youtube-viewer/Makefile head/multimedia/kaffeine/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/smtube/Makefile head/net-p2p/tribler/Makefile head/net/freeswitch/Makefile head/x11/leechcraft/Makefile Modified: head/audio/cantata/Makefile ============================================================================== --- head/audio/cantata/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/audio/cantata/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,6 +3,7 @@ PORTNAME= cantata DISTVERSIONPREFIX= v DISTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/devel/efl/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/german/mediathekview/Makefile ============================================================================== --- head/german/mediathekview/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/german/mediathekview/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,6 +3,7 @@ PORTNAME= mediathekview PORTVERSION= 13.2.1 +PORTREVISION= 1 CATEGORIES= german java MASTER_SITES= https://download.mediathekview.de/stabil/ DISTNAME= MediathekView-${PORTVERSION} Modified: head/multimedia/fpc-libvlc/Makefile ============================================================================== --- head/multimedia/fpc-libvlc/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/multimedia/fpc-libvlc/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -1,6 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= multimedia lang PKGNAMESUFFIX= -libvlc Modified: head/multimedia/gtk-youtube-viewer/Makefile ============================================================================== --- head/multimedia/gtk-youtube-viewer/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/multimedia/gtk-youtube-viewer/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,6 +3,7 @@ PORTNAME= gtk-youtube-viewer PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= multimedia perl5 MAINTAINER= ndowens@yahoo.com Modified: head/multimedia/kaffeine/Makefile ============================================================================== --- head/multimedia/kaffeine/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/multimedia/kaffeine/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,6 +3,7 @@ PORTNAME= kaffeine PORTVERSION= 2.0.15 +PORTREVISION= 1 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -13,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat -LIB_DEPENDS= libvlc.so:multimedia/vlc3 \ +LIB_DEPENDS= libvlc.so:multimedia/vlc \ libdvbv5.so:multimedia/libv4l USES= cmake cpe desktop-file-utils gettext pkgconfig \ Modified: head/multimedia/phonon-vlc/Makefile ============================================================================== --- head/multimedia/phonon-vlc/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/multimedia/phonon-vlc/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -2,7 +2,7 @@ PORTNAME= phonon DISTVERSION= 0.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION} PKGNAMESUFFIX= -${PHONON_PLUGIN} @@ -15,7 +15,7 @@ COMMENT= VLC backend for Phonon LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= libvlc.so:multimedia/vlc3 +LIB_DEPENDS= libvlc.so:multimedia/vlc USES= cmake pkgconfig tar:xz Modified: head/multimedia/smtube/Makefile ============================================================================== --- head/multimedia/smtube/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/multimedia/smtube/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,6 +3,7 @@ PORTNAME= smtube PORTVERSION= 18.9.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/smtube/SMTube/${PORTVERSION}/ Modified: head/net-p2p/tribler/Makefile ============================================================================== --- head/net-p2p/tribler/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/net-p2p/tribler/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.5.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ DISTNAME= Tribler-v${PORTVERSION} Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/net/freeswitch/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,7 +3,7 @@ PORTNAME= freeswitch PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ http://files.freeswitch.org/releases/sounds/:sounds Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Thu Jan 3 14:12:03 2019 (r489177) +++ head/x11/leechcraft/Makefile Thu Jan 3 14:14:49 2019 (r489178) @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ @@ -361,7 +361,7 @@ OPTIONS_DEFAULT=AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOT LMP MELLONETRAY MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ NEWLIFE OORONEE PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP ROSENTHAL \ SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER TABSLIST \ - TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC XPROXY XTAZY + TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY XPROXY XTAZY .include @@ -403,6 +403,10 @@ BROKEN= Lemon has not supported yet because depended .if ${PORT_OPTIONS:MOTLOZHU} BROKEN= Otlozhu has not supported yet (not ported liblaretz) +.endif + +.if ${PORT_OPTIONS:MVTYULC} +BROKEN= VtyuLC plugin does not build with vlc 3.x .endif post-patch: