Received: by mail.netbsd.org (Postfix, from userid 605) id 3AA8084E89; Thu, 8 Mar 2018 16:43:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 814B584E82 for ; Thu, 8 Mar 2018 16:43:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vQ38knXJXCAN for ; Thu, 8 Mar 2018 16:43:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EA4DE84C71 for ; Thu, 8 Mar 2018 16:43:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1ECFFB40; Thu, 8 Mar 2018 16:43:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152052742016620" MIME-Version: 1.0 Date: Thu, 8 Mar 2018 16:43:40 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/misc/py-anita To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20180308164340.E1ECFFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152052742016620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gson Date: Thu Mar 8 16:43:40 UTC 2018 Modified Files: pkgsrc/misc/py-anita: Makefile distinfo Log Message: misc/py-anita: update to 1.44 Changes since 1.42: Disable optimization avoiding copies when installing from a file: URL or local path, as it broke installation of source sets. Deal with pexpect 4.3.1 requiring delayafterclose and delayafterterminate to be set in two different places (https://github.com/pexpect/pexpect/issues/462). Support installing on disks with a corrupt or out-of-date MBR. Log the command line arguments on startup. - 1.43 released - Log interactive mode input and output to the structured log file. Add support for NetBSD/hpcmips targets, from Utkarsh Anand. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/misc/py-anita/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/py-anita/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152052742016620 Content-Disposition: inline Content-Length: 1883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-anita/Makefile diff -u pkgsrc/misc/py-anita/Makefile:1.46 pkgsrc/misc/py-anita/Makefile:1.47 --- pkgsrc/misc/py-anita/Makefile:1.46 Thu Jul 27 08:26:46 2017 +++ pkgsrc/misc/py-anita/Makefile Thu Mar 8 16:43:40 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2017/07/27 08:26:46 gson Exp $ +# $NetBSD: Makefile,v 1.47 2018/03/08 16:43:40 gson Exp $ -DISTNAME= anita-1.42 +DISTNAME= anita-1.44 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:.. USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.34 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.44 SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure Index: pkgsrc/misc/py-anita/distinfo diff -u pkgsrc/misc/py-anita/distinfo:1.33 pkgsrc/misc/py-anita/distinfo:1.34 --- pkgsrc/misc/py-anita/distinfo:1.33 Thu Jul 27 08:26:46 2017 +++ pkgsrc/misc/py-anita/distinfo Thu Mar 8 16:43:40 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2017/07/27 08:26:46 gson Exp $ +$NetBSD: distinfo,v 1.34 2018/03/08 16:43:40 gson Exp $ -SHA1 (anita-1.42.tar.gz) = 79451fadfd934bd5e4f59cfbd6cf2e43a6b54748 -RMD160 (anita-1.42.tar.gz) = c61672cfddb284765161b6a7c1dd91f3b5d65b7e -SHA512 (anita-1.42.tar.gz) = e10281625b90890f495013a16c8cc785ccfa01b0e9f9407d19847ebafa8f11ebea15ae7435daf06d36ee7c620388790a67f2ee93af0f20e4f446906a51b98d4b -Size (anita-1.42.tar.gz) = 32553 bytes +SHA1 (anita-1.44.tar.gz) = 92b3d080302e5f5c62b1479a7aa8e4c148fa68ec +RMD160 (anita-1.44.tar.gz) = 82fef7ceebb9c4a38878ffba68d6eb83f89913cf +SHA512 (anita-1.44.tar.gz) = 1fce4dc7ad3d3e312bfb13aac36ba91852965a7ff2e8b00f362850f2f7cc21e1426d08ef3f6be2de1560e4a94d80d849035259d38340efa4094579862749a30c +Size (anita-1.44.tar.gz) = 33382 bytes --_----------=_152052742016620--