diff options
author | gson <gson@pkgsrc.org> | 2020-01-06 11:48:03 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2020-01-06 11:48:03 +0000 |
commit | ebae89c8a4ead16525f93ab1dce1aa85d4877f78 (patch) | |
tree | 6c058803a624355b215a5094e12249d088593321 /misc | |
parent | 1423c969d51b8d0d6972fe7c95bb06ca82735f8d (diff) | |
download | pkgsrc-ebae89c8a4ead16525f93ab1dce1aa85d4877f78.tar.gz |
misc/py-anita: update to 2.2.
Changes from 2.1:
Clean up some b'' quoting that appeared around strings in the log
output under python3.
New command line option --image-format for selecting the guest disk
image format. Supported values are "dense" (the default) and
"sparse".
Reset the install timeout whenever a new set extraction or other
command is started by sysinst, and reduce the timeout to 1 hour.
This allows hangs in the install phase to be detected more quickly.
Reset the test timeout whenever a new test program is started by ATF,
and reduce the default timeout to 2 hours. If you are passing a
non-default test timeout with the --test-timeout option, it can also
be reduced. This allows hangs during test runs to be detected more
quickly.
Fix the sparc64 CD install which was broken in 2.1, by adding an
index=2 attribute to the virtual CD drive.
Make NetBSD-current/macppc boot by passing "-prom-env qemu_boot_hack=y"
to qemu-system-ppc. From Joerg Sonnenberger.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 017093ef304..83d359d259c 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2019/11/18 08:00:49 gson Exp $ +# $NetBSD: Makefile,v 1.59 2020/01/06 11:48:03 gson Exp $ -DISTNAME= anita-2.1 +DISTNAME= anita-2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index d8d47d65cc1..39e5389f326 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2019/11/18 08:00:49 gson Exp $ +$NetBSD: distinfo,v 1.42 2020/01/06 11:48:03 gson Exp $ -SHA1 (anita-2.1.tar.gz) = aa3968e69a11164a2cb14b7822126e8b878a8706 -RMD160 (anita-2.1.tar.gz) = 3c814232ca90277ad6e7671741bb050fa4fb5ead -SHA512 (anita-2.1.tar.gz) = 0b026e8010fbcd13be7cc94b9c071674a24e8e6487e22ddd32b4eca874909edf916f742086a77dbcee8a86c7996103d084e5162420d4f6946314ac8a5aa7ce58 -Size (anita-2.1.tar.gz) = 40295 bytes +SHA1 (anita-2.2.tar.gz) = aa74bffda7d3fa6adae23e1aa09d4cb6b2c3809d +RMD160 (anita-2.2.tar.gz) = 87fc1064023720a204e93f2b27705145a1a1a1f6 +SHA512 (anita-2.2.tar.gz) = b39ff3e3d8d1bf9c5db138fddb2f45de3202b2d79298078249365437274414d8192df0828a39aa39ea5b9f0541ed493e0386b6af3c91ed4458b505bfbd3a6ccc +Size (anita-2.2.tar.gz) = 41097 bytes |