svn commit: r517032 - head/multimedia/minitube
Tobias Kortkamp
tobik at FreeBSD.org
Fri Nov 8 05:36:36 UTC 2019
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 at 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
}
]
More information about the svn-ports-all
mailing list