diff options
author | gson <gson@pkgsrc.org> | 2012-03-13 09:21:33 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2012-03-13 09:21:33 +0000 |
commit | e320e1c13a5671039086b569b5fe3751f01da08b (patch) | |
tree | 71dffc8e9a0e5b12846b3f12c415fd4736d1bc12 /misc/py-anita | |
parent | 629defae17b13c95c1ecce3dfa7938f1680310e4 (diff) | |
download | pkgsrc-e320e1c13a5671039086b569b5fe3751f01da08b.tar.gz |
Update misc/py-anita to 1.25. Changes from 1.24:
Before running a shell command on the system under test, change the
shell prompt to a more distinctive one to reduce the risk of command
output being mistaken for a prompt.
Support installing SPARC ISOs having a non-numeric suffix following
the version number, such as NetBSD-6.0_BETA-sparc.iso.
Added experimental support for using Xen instead of qemu as the
virtual machine monitor. This is enabled by specifying "--vmm xen" on
the anita command line while running as root in a Xen dom0.
New command line option "--persist".
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, 6 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 27d705a2253..786b31194a2 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/01/28 08:43:05 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/13 09:21:33 gson Exp $ # -DISTNAME= anita-1.24 +DISTNAME= anita-1.25 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index d8e94b52631..58927de30b7 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/01/21 16:53:14 gson Exp $ +$NetBSD: distinfo,v 1.16 2012/03/13 09:21:33 gson Exp $ -SHA1 (anita-1.24.tar.gz) = 849846eeefaad5864dbf38dc83f232c4a79d171a -RMD160 (anita-1.24.tar.gz) = f62b3a1270b477ef6d890de1b9838752c1f4929c -Size (anita-1.24.tar.gz) = 19388 bytes +SHA1 (anita-1.25.tar.gz) = 930b10708351e39504295e824101c3b1a890dddb +RMD160 (anita-1.25.tar.gz) = 7746591eba37e693ce8a39881fd798925db8d929 +Size (anita-1.25.tar.gz) = 21268 bytes |