Date: Fri, 8 Nov 2019 05:36:36 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517032 - head/multimedia/minitube Message-ID: <201911080536.xA85aank087364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911080536.xA85aank087364>