Date: Sun, 18 Feb 2018 13:20:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462227 - in head: databases/pg_activity irc/insub misc/py-pyfiglet security/nyx security/py-safe security/py-stem sysutils/moosefs2-master sysutils/moosefs3-master sysutils/py-uptime Message-ID: <201802181320.w1IDKU1K049369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 18 13:20:29 2018 New Revision: 462227 URL: https://svnweb.freebsd.org/changeset/ports/462227 Log: Clean up some USES=python PR: 225752 Submitted by: Yasuhiro KIMURA Modified: head/databases/pg_activity/Makefile head/irc/insub/Makefile head/misc/py-pyfiglet/Makefile head/security/nyx/Makefile head/security/py-safe/Makefile head/security/py-stem/Makefile head/sysutils/moosefs2-master/Makefile head/sysutils/moosefs3-master/Makefile head/sysutils/py-uptime/Makefile Modified: head/databases/pg_activity/Makefile ============================================================================== --- head/databases/pg_activity/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/databases/pg_activity/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= julmon -USES= python:2.6+ +USES= python USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix PYDISTUTILS_INSTALLARGS= --with-man Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/irc/insub/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -15,7 +15,7 @@ RUN_DEPENDS= cowsay:games/cowsay \ USE_GITHUB= yes GH_ACCOUNT= cjones -USES= perl5 python:2.5+ shebangfix +USES= perl5 python shebangfix SHEBANG_FILES= insub.py USE_PERL5= run NO_BUILD= yes Modified: head/misc/py-pyfiglet/Makefile ============================================================================== --- head/misc/py-pyfiglet/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/misc/py-pyfiglet/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -13,7 +13,7 @@ COMMENT= Pure-python FIGlet implementation LICENSE= GPLv2+ # Actually 2.6-2.7,3.1-3.5 (no 3.0) -USES= python:2.6-3.5 +USES= python:2.7-3.5 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/security/nyx/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -15,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} -USES= python:2.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/security/py-safe/Makefile ============================================================================== --- head/security/py-safe/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/security/py-safe/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -14,7 +14,7 @@ COMMENT= Python library to test password strength LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.6+ +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/security/py-stem/Makefile ============================================================================== --- head/security/py-stem/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/security/py-stem/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} -USES= python:2.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/sysutils/moosefs2-master/Makefile ============================================================================== --- head/sysutils/moosefs2-master/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/sysutils/moosefs2-master/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=${MFS_WORKDIR} \ .if ${MFS_COMPONENT} == cgi MFS_CGIDIR= ${PREFIX}/share/mfscgi -USES= python:2.5+ +USES= python CONFIGURE_ARGS+= --enable-mfscgi \ --with-mfscgi-dir=${MFS_CGIDIR} .else @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-mfscgi .if ${MFS_COMPONENT} == cgiserv MFS_CGISERVDIR= ${PREFIX}/sbin -USES= python:2.5+ +USES= python USE_RC_SUBR= mfscgiserv SUB_FILES+= pkg-message-cgiserv PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver .endif .if ${MFS_COMPONENT} == cli -USES= python:2.5+ +USES= python CONFIGURE_ARGS+= --enable-mfscli .else CONFIGURE_ARGS+= --disable-mfscli Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/sysutils/moosefs3-master/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -35,7 +35,7 @@ CONFLICTS= moosefs2-${MFS_COMPONENT}-* .if ${MFS_COMPONENT} == cgi MFS_CGIDIR= ${PREFIX}/share/mfscgi -USES= python:2.5+ +USES= python CONFIGURE_ARGS+= --enable-mfscgi \ --with-mfscgi-dir=${MFS_CGIDIR} .else @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-mfscgi .if ${MFS_COMPONENT} == cgiserv MFS_CGISERVDIR= ${PREFIX}/sbin -USES= python:2.5+ +USES= python USE_RC_SUBR= mfscgiserv SUB_FILES+= pkg-message-cgiserv PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver .endif .if ${MFS_COMPONENT} == cli -USES= python:2.5+ +USES= python CONFIGURE_ARGS+= --enable-mfscli .else CONFIGURE_ARGS+= --disable-mfscli Modified: head/sysutils/py-uptime/Makefile ============================================================================== --- head/sysutils/py-uptime/Makefile Sun Feb 18 13:11:51 2018 (r462226) +++ head/sysutils/py-uptime/Makefile Sun Feb 18 13:20:29 2018 (r462227) @@ -12,7 +12,7 @@ COMMENT= Cross-platform uptime library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:2.5+ +USES= python USE_PYTHON= autoplist distutils post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802181320.w1IDKU1K049369>