From owner-svn-ports-all@freebsd.org Fri Oct 28 16:00:44 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 DF100C25B51; Fri, 28 Oct 2016 16:00:44 +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 AEC0E6A2; Fri, 28 Oct 2016 16:00:44 +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 u9SG0hH9008513; Fri, 28 Oct 2016 16:00:43 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SG0h7f008512; Fri, 28 Oct 2016 16:00:43 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610281600.u9SG0h7f008512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 28 Oct 2016 16:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424860 - 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-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: Fri, 28 Oct 2016 16:00:45 -0000 Author: dbn Date: Fri Oct 28 16:00:43 2016 New Revision: 424860 URL: https://svnweb.freebsd.org/changeset/ports/424860 Log: 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 MFH: 2016Q4 Deleted: head/sysutils/py-plumbum/pkg-plist Modified: head/sysutils/py-plumbum/Makefile Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Fri Oct 28 15:34:17 2016 (r424859) +++ head/sysutils/py-plumbum/Makefile Fri Oct 28 16:00:43 2016 (r424860) @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt USES= python USE_GITHUB= yes -USE_PYTHON= distutils concurrent py3kplist +USE_PYTHON= autoplist distutils concurrent GH_ACCOUNT= tomerfiliba do-test: