From owner-svn-ports-all@freebsd.org Fri Nov 8 05:36:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A14BB1A7E3C; Fri, 8 Nov 2019 05:36:36 +0000 (UTC) (envelope-from tobik@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 478TXh3g8mz3Q2j; Fri, 8 Nov 2019 05:36:36 +0000 (UTC) (envelope-from tobik@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 5CD7721767; Fri, 8 Nov 2019 05:36:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA85aa1o087365; Fri, 8 Nov 2019 05:36:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA85aank087364; Fri, 8 Nov 2019 05:36:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911080536.xA85aank087364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Nov 2019 05:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517032 - head/multimedia/minitube X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/minitube X-SVN-Commit-Revision: 517032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 08 Nov 2019 05:36:36 -0000 Author: tobik Date: Fri Nov 8 05:36:35 2019 New Revision: 517032 URL: https://svnweb.freebsd.org/changeset/ports/517032 Log: www/minitube: Fix phonon backend names in pkg-message Also do not print the pkg-message before the build. It was bad before but is very confusing now that the pkg-message is in UCL. Modified: head/multimedia/minitube/Makefile head/multimedia/minitube/pkg-message Modified: head/multimedia/minitube/Makefile ============================================================================== --- head/multimedia/minitube/Makefile Fri Nov 8 04:59:14 2019 (r517031) +++ head/multimedia/minitube/Makefile Fri Nov 8 05:36:35 2019 (r517032) @@ -2,7 +2,7 @@ PORTNAME= minitube DISTVERSION= 2.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia www MAINTAINER= ports@FreeBSD.org @@ -24,9 +24,6 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= qt:5 NLS_USE= QT=linguisttools_build - -pre-everything:: - @${CAT} ${PKGMESSAGE} post-patch: # Remove BOM Modified: head/multimedia/minitube/pkg-message ============================================================================== --- head/multimedia/minitube/pkg-message Fri Nov 8 04:59:14 2019 (r517031) +++ head/multimedia/minitube/pkg-message Fri Nov 8 05:36:35 2019 (r517032) @@ -18,10 +18,10 @@ To obtain a key: MINITUBE_GOOGLE_API_KEY=your_key in make.conf. If you use package set GOOGLE_API_KEY environment variable to your key. -Make sure you also have a phonon4 backend installed at runtime: -multimedia/qt5-phonon4-gstreamer +Make sure you also have a Phonon backend installed: +multimedia/phonon-gstreamer -or- -multimedia/qt5-phonon4-vlc +multimedia/phonon-vlc EOM } ]