diff options
author | gson <gson@pkgsrc.org> | 2011-08-21 13:09:51 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2011-08-21 13:09:51 +0000 |
commit | e4f21b67107fc0b914e01dbbc6df31f82468fc61 (patch) | |
tree | 5b1a8cdc892e7368d7c87296bcef16c7588ef4e4 /misc/py-anita | |
parent | 64e976016dabca7c620b6a0b67000d204df12d57 (diff) | |
download | pkgsrc-e4f21b67107fc0b914e01dbbc6df31f82468fc61.tar.gz |
Update misc/py-anita from 1.18 to 1.21. Changes:
Add a LICENSE definition to the package makefile.
- 1.21 released -
Disk images no longer contain holes, making them easier to use with
vnd(4). Partially based on patch from Vladimir Kirillov.
Increase the default disk size from 512M to 768M, as 512M is no longer
sufficient for amd64.
- 1.20 released -
Run df before and after the ATF tests so that disk usage data
can be gathered from the test logs.
Increase the default timeout for the ATF test from 1 hour to 2 hours
as the number of tests has now increased to a point where 1 hour is
not always enough even on a fast machine.
Increase the timeout for the set extraction phase from 1200 to 2400
seconds; the extra time is needed when installing a system built
without optimization.
- 1.19 released -
Rename the --qemu-args option to --vmm-args in preparation for adding
support for other virtual machine monitors in addition to qemu.
Fix typos found by Antti Kantee and Jean-Yves Migeon.
Deprecate the --qemu-args -no-kvm-irqchip workaround, as it doesn't
quite work.
Add support for MacOS X hosts, from Jeff Rizzo.
New command line option "--test-timeout".
Deal with yet another seemingly nondeterministic "Press enter to
continue" prompt.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/Makefile | 5 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 11a6780d0cf..782b51b0f69 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2010/12/04 19:43:37 gson Exp $ +# $NetBSD: Makefile,v 1.15 2011/08/21 13:09:51 gson Exp $ # -DISTNAME= anita-1.18 +DISTNAME= anita-1.21 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ @@ -13,6 +13,7 @@ DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.gson.org/netbsd/anita/ COMMENT= Automated NetBSD Installation and Test Application +LICENSE= isc PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index 85befa999cf..57f3b0b735c 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/12/04 19:43:37 gson Exp $ +$NetBSD: distinfo,v 1.13 2011/08/21 13:09:52 gson Exp $ -SHA1 (anita-1.18.tar.gz) = ec4a5c398594e44b70575f90c2d20be7dcb7d3a4 -RMD160 (anita-1.18.tar.gz) = d48f47123ec3e1d48fb639b8f1783873290f51b4 -Size (anita-1.18.tar.gz) = 16573 bytes +SHA1 (anita-1.21.tar.gz) = 2ba786c69e54017c2166661f9827e80fc12ca772 +RMD160 (anita-1.21.tar.gz) = 270ff1f17bfc1774530080f9e62d579ea07b77ca +Size (anita-1.21.tar.gz) = 17741 bytes |