From owner-svn-ports-head@freebsd.org Thu Oct 27 06:10:55 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 0F865C228BB; Thu, 27 Oct 2016 06:10:55 +0000 (UTC) (envelope-from dbn@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 D5D1C1F6; Thu, 27 Oct 2016 06:10:54 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9R6AsQJ028285; Thu, 27 Oct 2016 06:10:54 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9R6AsBf028284; Thu, 27 Oct 2016 06:10:54 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610270610.u9R6AsBf028284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 27 Oct 2016 06:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424744 - head/sysutils/py-plumbum 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: Thu, 27 Oct 2016 06:10:55 -0000 Author: dbn Date: Thu Oct 27 06:10:53 2016 New Revision: 424744 URL: https://svnweb.freebsd.org/changeset/ports/424744 Log: sysutils/py-plumbum: fix packages with Python 3 PR: 213812 Submitted by: jbeich Modified: head/sysutils/py-plumbum/Makefile Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Thu Oct 27 05:49:09 2016 (r424743) +++ head/sysutils/py-plumbum/Makefile Thu Oct 27 06:10:53 2016 (r424744) @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt USES= python USE_GITHUB= yes -USE_PYTHON= distutils concurrent +USE_PYTHON= distutils concurrent py3kplist GH_ACCOUNT= tomerfiliba do-test: