From owner-svn-ports-head@freebsd.org Sun Dec 4 13:08:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3984AC63130; Sun, 4 Dec 2016 13:08:48 +0000 (UTC) (envelope-from rene@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 mx1.freebsd.org (Postfix) with ESMTPS id E0AAF3D9; Sun, 4 Dec 2016 13:08:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB4D8lFP007129; Sun, 4 Dec 2016 13:08:47 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4D8k8O007121; Sun, 4 Dec 2016 13:08:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201612041308.uB4D8k8O007121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 4 Dec 2016 13:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427780 - in head: benchmarks/py-naarad devel/py-numba net/cloud-init net/py-magic-wormhole print/cloudprint security/obfsproxy sysutils/osquery www/py-cactus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 13:08:48 -0000 Author: rene Date: Sun Dec 4 13:08:46 2016 New Revision: 427780 URL: https://svnweb.freebsd.org/changeset/ports/427780 Log: Remove dependency on devel/py-argparse which is expired and included in Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors. Modified: head/benchmarks/py-naarad/Makefile head/devel/py-numba/Makefile head/net/cloud-init/Makefile head/net/py-magic-wormhole/Makefile head/print/cloudprint/Makefile head/security/obfsproxy/Makefile head/sysutils/osquery/Makefile head/www/py-cactus/Makefile Modified: head/benchmarks/py-naarad/Makefile ============================================================================== --- head/benchmarks/py-naarad/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/benchmarks/py-naarad/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -12,8 +12,7 @@ COMMENT= Framework for performance analy LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol \ bash:shells/bash \ Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/devel/py-numba/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -14,8 +14,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite # Uses Python 2.7, 3.4+ USES= python fortran Modified: head/net/cloud-init/Makefile ============================================================================== --- head/net/cloud-init/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/net/cloud-init/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -20,7 +20,6 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidec ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ Modified: head/net/py-magic-wormhole/Makefile ============================================================================== --- head/net/py-magic-wormhole/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/net/py-magic-wormhole/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -12,7 +12,6 @@ COMMENT= Get things from one computer to RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \ ${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf \ ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl \ ${PYTHON_PKGNAMEPREFIX}spake2>=0.7:security/py-spake2 \ ${PYTHON_PKGNAMEPREFIX}txaio>=2.5.1:devel/py-txaio Modified: head/print/cloudprint/Makefile ============================================================================== --- head/print/cloudprint/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/print/cloudprint/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -13,7 +13,6 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \ ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \ - ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests USE_GITHUB= yes Modified: head/security/obfsproxy/Makefile ============================================================================== --- head/security/obfsproxy/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/security/obfsproxy/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -13,7 +13,6 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/sysutils/osquery/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -20,7 +20,6 @@ BUILD_DEPENDS= snappy>0:archivers/snappy doxygen:devel/doxygen \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift \ Modified: head/www/py-cactus/Makefile ============================================================================== --- head/www/py-cactus/Makefile Sun Dec 4 12:53:05 2016 (r427779) +++ head/www/py-cactus/Makefile Sun Dec 4 13:08:46 2016 (r427780) @@ -15,7 +15,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>0:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2 \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}boto>=2.4.1:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}tornado>=3.2:www/py-tornado \ ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog \