From owner-svn-ports-all@freebsd.org Sun Feb 18 13:20:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BC49F06CDA; Sun, 18 Feb 2018 13:20:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFF8875FC0; Sun, 18 Feb 2018 13:20:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAD7948B5; Sun, 18 Feb 2018 13:20:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1IDKU3K049379; Sun, 18 Feb 2018 13:20:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1IDKU1K049369; Sun, 18 Feb 2018 13:20:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802181320.w1IDKU1K049369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 18 Feb 2018 13:20:30 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: 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 X-SVN-Commit-Revision: 462227 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 13:20:31 -0000 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 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: