Tue Jan 13 14:07:37 2015 UTC ()
Update misc/py-anita to 1.34.  Changes from 1.33:

Do not require releases to contain install floppies, since amd64 no
longer has them.

The default value of the --boot-from option is now "cdrom" if the
install floppies are missing.

When reporting a failed download of optional files, be clearer that
this is not an error.  Also, don't treat arbitrary exceptions during
downloads as indicating a missing file, only the expected IOError.

Increase the default disk size from 768M to 1G, as 768M is no
longer sufficient for amd64.

New command line option --structured-log-file.  This is like
--structured-log but takes the name of a log file as an
argument, and the structured logging is in addition to, not
instead of, the traditional logging to stdout.

Increase installation timeout from 1 hour to 3 hours so that
a system built with DEBUG and LOCKDEBUG can be installed under
qemu without timing out.

Unconditionally print a greeting message including the version number
of startup, so that logs from automated anita runs will always
indicate the version used.

In --structured-log mode, log the string matched by expect() instead
of the return value, as the latter is always zero and therefore
conveys no useful information.


(gson)
diff -r1.32 -r1.33 pkgsrc/misc/py-anita/Makefile
diff -r1.23 -r1.24 pkgsrc/misc/py-anita/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/misc/py-anita/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-anita/Makefile 2014/08/04 19:26:06 1.32
+++ pkgsrc/misc/py-anita/Makefile 2015/01/13 14:07:37 1.33
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.32 2014/08/04 19:26:06 gson Exp $ 1# $NetBSD: Makefile,v 1.33 2015/01/13 14:07:37 gson Exp $
2 2
3DISTNAME= anita-1.33 3DISTNAME= anita-1.34
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= http://www.gson.org/netbsd/anita/download/ 6MASTER_SITES= http://www.gson.org/netbsd/anita/download/
7 7
8MAINTAINER= gson@NetBSD.org 8MAINTAINER= gson@NetBSD.org
9HOMEPAGE= http://www.gson.org/netbsd/anita/ 9HOMEPAGE= http://www.gson.org/netbsd/anita/
10COMMENT= Automated NetBSD Installation and Test Application 10COMMENT= Automated NetBSD Installation and Test Application
11LICENSE= isc 11LICENSE= isc
12 12
13DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools 13DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
14DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect 14DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
15 15
16USE_LANGUAGES= #none 16USE_LANGUAGES= #none
17 17
18PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.32 18PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.34
19 19
20.include "options.mk" 20.include "options.mk"
21.include "../../lang/python/distutils.mk" 21.include "../../lang/python/distutils.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.23 -r1.24 pkgsrc/misc/py-anita/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/py-anita/distinfo 2014/08/04 19:26:06 1.23
+++ pkgsrc/misc/py-anita/distinfo 2015/01/13 14:07:37 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2014/08/04 19:26:06 gson Exp $ 1$NetBSD: distinfo,v 1.24 2015/01/13 14:07:37 gson Exp $
2 2
3SHA1 (anita-1.33.tar.gz) = 0da51266727809e4550817e77166ef7c5d1af76e 3SHA1 (anita-1.34.tar.gz) = b80421b8ada28c7ec2e2c6be19bae7532c91693c
4RMD160 (anita-1.33.tar.gz) = fc3aeac3d90efbc775b5a40282b0b9e72bf3c3c6 4RMD160 (anita-1.34.tar.gz) = cea33db96270b99b0ccc2256ad9bd28c5da4831f
5Size (anita-1.33.tar.gz) = 26139 bytes 5Size (anita-1.34.tar.gz) = 27947 bytes