diff options
author | gson <gson@pkgsrc.org> | 2012-10-02 14:52:28 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2012-10-02 14:52:28 +0000 |
commit | d1b4aba12068a7164b4160802611adf67a1860a3 (patch) | |
tree | 41810a13232fab41de7954e4113b98641da02b8b | |
parent | 8406ac6620eb5f44abf80ad474ffa5bae724839d (diff) | |
download | pkgsrc-d1b4aba12068a7164b4160802611adf67a1860a3.tar.gz |
Update misc/py-anita to 1.29. Changes from 1.27:
The "xl" Xen interface can now be selected with "--vmm xl".
Increase the default memory size for amd64 to 128M.
Improve progress messages when creating the disk image.
When execing /bin/sh, wait for its prompt before sending
it a command.
-rw-r--r-- | misc/py-anita/DESCR | 2 | ||||
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/DESCR b/misc/py-anita/DESCR index d613486d740..1f23f7a1e67 100644 --- a/misc/py-anita/DESCR +++ b/misc/py-anita/DESCR @@ -1,4 +1,4 @@ Anita is an experimental tool for automated testing of the NetBSD installation procedure. Using anita, you can fully automate the process of downloading a NetBSD distribution, installing it in a -qemu virtual machine, and booting the installed system. +qemu or Xen virtual machine, and booting the installed system. diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 78fee5a57c4..012c9b9763d 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2012/04/10 13:23:58 gson Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/02 14:52:28 gson Exp $ # -DISTNAME= anita-1.27 +DISTNAME= anita-1.29 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 788785731dd..a5d5063be73 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2012/04/10 13:23:58 gson Exp $ +$NetBSD: distinfo,v 1.19 2012/10/02 14:52:28 gson Exp $ -SHA1 (anita-1.27.tar.gz) = ed1451b4e48f73b28251978d6c01e9b820ff0b72 -RMD160 (anita-1.27.tar.gz) = d3dccc6f65f6b32de884eb83489764e304d2ef87 -Size (anita-1.27.tar.gz) = 21873 bytes +SHA1 (anita-1.29.tar.gz) = 0fd9c0513d08619d98c8780b050f8dd86a912d4d +RMD160 (anita-1.29.tar.gz) = ca6e03f1a9afae5209ed6686db2f3eb53930cb82 +Size (anita-1.29.tar.gz) = 22443 bytes |