Date: Fri, 2 Mar 2018 06:51:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463374 - head/security/nyx Message-ID: <201803020651.w226ptn3091275@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Mar 2 06:51:55 2018 New Revision: 463374 URL: https://svnweb.freebsd.org/changeset/ports/463374 Log: security/nyx: Add USE_PYTHON=noflavors; Add LICENSE_FILE nyx is an app, therefore noflavors. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Modified: head/security/nyx/Makefile Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Fri Mar 2 06:31:47 2018 (r463373) +++ head/security/nyx/Makefile Fri Mar 2 06:51:55 2018 (r463374) @@ -12,12 +12,13 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Command-line monitor for Tor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${PY_FLAVOR} \ + ${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?201803020651.w226ptn3091275>