Date: Thu, 11 Oct 2018 18:21:44 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481841 - head/security/nyx Message-ID: <201810111821.w9BILi3X036323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Thu Oct 11 18:21:44 2018 New Revision: 481841 URL: https://svnweb.freebsd.org/changeset/ports/481841 Log: Add USE_PYTHON=noflavors; Remove PKGNAMEPREFIX - because nyx is an app PR: 230357 Submitted by: yuri@ Modified: head/security/nyx/Makefile Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Thu Oct 11 17:10:44 2018 (r481840) +++ head/security/nyx/Makefile Thu Oct 11 18:21:44 2018 (r481841) @@ -6,7 +6,6 @@ PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Command-line monitor for Tor @@ -18,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:securi ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist noflavors + NO_ARCH= yes PLIST_FILES= man/man1/nyx.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111821.w9BILi3X036323>