Date: Mon, 15 Apr 2019 15:37:39 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499028 - in head: graphics/variety www/mitmproxy Message-ID: <201904151537.x3FFbdQG011721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904151537.x3FFbdQG011721>