svn commit: r499028 - in head: graphics/variety www/mitmproxy

Mathieu Arnold mat at FreeBSD.org
Mon Apr 15 15:37:40 UTC 2019


Author: mat
Date: Mon Apr 15 15:37:39 2019
New Revision: 499028
URL: https://svnweb.freebsd.org/changeset/ports/499028

Log:
  Prevent flavors for those two ports, they do not set a
  PKGNAMEPREFIX/SUFFIX.
  
  Noticed by:	irregular bulk -a with BUILD_ALL_PYTHON_FLAVORS set.

Modified:
  head/graphics/variety/Makefile   (contents, props changed)
  head/www/mitmproxy/Makefile   (contents, props changed)

Modified: head/graphics/variety/Makefile
==============================================================================
--- head/graphics/variety/Makefile	Mon Apr 15 14:27:09 2019	(r499027)
+++ head/graphics/variety/Makefile	Mon Apr 15 15:37:39 2019	(r499028)
@@ -30,7 +30,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3
 
 USES=		desktop-file-utils gettext-tools gnome python:3.5+ shebangfix
 USE_GNOME=	gdkpixbuf2 gtk30 intltool pygobject3:run
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils noflavors
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	varietywalls

Modified: head/www/mitmproxy/Makefile
==============================================================================
--- head/www/mitmproxy/Makefile	Mon Apr 15 14:27:09 2019	(r499027)
+++ head/www/mitmproxy/Makefile	Mon Apr 15 15:37:39 2019	(r499028)
@@ -32,7 +32,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.2:devel/p
 		${PYTHON_PKGNAMEPREFIX}h2>=3.1.0:www/py-h2@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist noflavors
 USE_GITHUB=	yes
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list