From owner-svn-ports-all@freebsd.org Sat Oct 29 05:14:01 2016 Return-Path: Delivered-To: svn-ports-all@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 23FA8C24ECE; Sat, 29 Oct 2016 05:14:01 +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 DF21515B; Sat, 29 Oct 2016 05:14:00 +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 u9T5E01V015861; Sat, 29 Oct 2016 05:14:00 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9T5E0IQ015860; Sat, 29 Oct 2016 05:14:00 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610290514.u9T5E0IQ015860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 29 Oct 2016 05:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424892 - branches/2016Q4/sysutils/py-plumbum X-SVN-Group: ports-branches 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.23 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: Sat, 29 Oct 2016 05:14:01 -0000 Author: dbn Date: Sat Oct 29 05:13:59 2016 New Revision: 424892 URL: https://svnweb.freebsd.org/changeset/ports/424892 Log: MFH: r424744 r424860 sysutils/py-plumbum: fix packages with Python 3 PR: 213812 Submitted by: jbeich sysutils/py-plumbum: use autoplist instead of py3kplist. - py3kplist should only be used if there is no alternative. - MFH in conjuction with r424744 PR: 213812 Reported by: rm Approved by: ports-secteam (feld@) Deleted: branches/2016Q4/sysutils/py-plumbum/pkg-plist Modified: branches/2016Q4/sysutils/py-plumbum/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/py-plumbum/Makefile ============================================================================== --- branches/2016Q4/sysutils/py-plumbum/Makefile Sat Oct 29 03:03:27 2016 (r424891) +++ branches/2016Q4/sysutils/py-plumbum/Makefile Sat Oct 29 05:13:59 2016 (r424892) @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt USES= python USE_GITHUB= yes -USE_PYTHON= distutils concurrent +USE_PYTHON= autoplist distutils concurrent GH_ACCOUNT= tomerfiliba do-test: