svn commit: r505313 - in head: audio/lollypop audio/picard-plugins multimedia/libopenshot

Mathieu Arnold mat at FreeBSD.org
Fri Jun 28 22:01:14 UTC 2019


Author: mat
Date: Fri Jun 28 22:01:13 2019
New Revision: 505313
URL: https://svnweb.freebsd.org/changeset/ports/505313

Log:
  Remove noflavors when it does not make sense.

Modified:
  head/audio/lollypop/Makefile   (contents, props changed)
  head/audio/picard-plugins/Makefile   (contents, props changed)
  head/multimedia/libopenshot/Makefile   (contents, props changed)

Modified: head/audio/lollypop/Makefile
==============================================================================
--- head/audio/lollypop/Makefile	Fri Jun 28 21:17:51 2019	(r505312)
+++ head/audio/lollypop/Makefile	Fri Jun 28 22:01:13 2019	(r505313)
@@ -30,7 +30,7 @@ GL_COMMIT=	fdcb83e6a3dbd7afa9c479490d124d6603dbc7df
 GL_TUPLE=	gnumdk:lollypop-po:7dd29b33dbd6f976f4d376a32851fe8abbda2949:po/subprojects/po
 USE_GNOME=	glib20 gtk30 pygobject3 introspection:build intltool intlhack
 USE_GSTREAMER1=	yes mpg123 ogg flac opus libav faad good speex
-USE_PYTHON=	py3kplist noflavors
+USE_PYTHON=	py3kplist
 INSTALLS_ICONS=	yes
 
 SHEBANG_FILES=	lollypop/*.py meson_post_install.py

Modified: head/audio/picard-plugins/Makefile
==============================================================================
--- head/audio/picard-plugins/Makefile	Fri Jun 28 21:17:51 2019	(r505312)
+++ head/audio/picard-plugins/Makefile	Fri Jun 28 22:01:13 2019	(r505313)
@@ -11,7 +11,6 @@ LICENSE=	GPLv2+ GPLv3+ MIT WTFPL
 LICENSE_COMB=	multi
 
 USES=		python:3.5+
-USE_PYTHON=	noflavors
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	metabrainz

Modified: head/multimedia/libopenshot/Makefile
==============================================================================
--- head/multimedia/libopenshot/Makefile	Fri Jun 28 21:17:51 2019	(r505312)
+++ head/multimedia/libopenshot/Makefile	Fri Jun 28 22:01:13 2019	(r505313)
@@ -24,7 +24,6 @@ USES=		cmake compiler:c++11-lang pkgconfig python:3.5+
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenShot
-USE_PYTHON=	noflavors
 USE_QT=		core gui network multimedia widgets qmake_build buildtools_build
 
 CMAKE_ON=	USE_SYSTEM_JSONCPP \


More information about the svn-ports-head mailing list