diff options
author | gson <gson@pkgsrc.org> | 2010-08-28 15:21:09 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2010-08-28 15:21:09 +0000 |
commit | 8b191f3542ac3257f720454615a279423a7e90e5 (patch) | |
tree | fb08e14ff336962f02dd08486e888efed63bf0a7 /misc | |
parent | 8891a62c456f4c9acab8080eb0c11ddf6efaf7fb (diff) | |
download | pkgsrc-8b191f3542ac3257f720454615a279423a7e90e5.tar.gz |
Update misc/py-anita to 1.12. Changes from 1.11:
Add support for the amd64 and sparc ports as targets.
Improve error reporting for common types of unsuitable URLs.
Avoid sending multiple responses when the NetBSD 3.0.1 sysinst
updates the menu display multiple times.
New command line option "--disk-size".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/DESCR | 4 | ||||
-rw-r--r-- | misc/py-anita/Makefile | 5 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/misc/py-anita/DESCR b/misc/py-anita/DESCR index d617d41abfe..d613486d740 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/i386 +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/i386 distribution, installing it in a +process of downloading a NetBSD distribution, installing it in a qemu virtual machine, and booting the installed system. diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index a2e08e14cba..2419ca85e11 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2010/08/02 14:30:36 pooka Exp $ +# $NetBSD: Makefile,v 1.9 2010/08/28 15:21:09 gson Exp $ # -DISTNAME= anita-1.11 +DISTNAME= anita-1.12 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 ca3ba97d33b..1a74b92b94e 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/04/13 12:22:27 gson Exp $ +$NetBSD: distinfo,v 1.7 2010/08/28 15:21:09 gson Exp $ -SHA1 (anita-1.11.tar.gz) = 9249a041426f3448c5c20f493ab30a6b1f88a1b9 -RMD160 (anita-1.11.tar.gz) = 98476d1c729e63dae770b4012eefdfb39ba438e8 -Size (anita-1.11.tar.gz) = 10310 bytes +SHA1 (anita-1.12.tar.gz) = af30d098bf24c88d5f5f60496ba7d2b984895e3e +RMD160 (anita-1.12.tar.gz) = accceb9e9ab541ef4b7096b052656d14d8c9545a +Size (anita-1.12.tar.gz) = 12711 bytes |