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 context 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,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2014/08/04 19:26:06 gson Exp $
+# $NetBSD: Makefile,v 1.33 2015/01/13 14:07:37 gson Exp $
 
-DISTNAME=	anita-1.33
+DISTNAME=	anita-1.34
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc
 MASTER_SITES=	http://www.gson.org/netbsd/anita/download/
@@ -15,7 +15,7 @@
 
 USE_LANGUAGES=	#none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # not yet ported as of 1.32
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # not yet ported as of 1.34
 
 .include "options.mk"
 .include "../../lang/python/distutils.mk"

cvs diff -r1.23 -r1.24 pkgsrc/misc/py-anita/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.23 2014/08/04 19:26:06 gson Exp $
+$NetBSD: distinfo,v 1.24 2015/01/13 14:07:37 gson Exp $
 
-SHA1 (anita-1.33.tar.gz) = 0da51266727809e4550817e77166ef7c5d1af76e
+SHA1 (anita-1.34.tar.gz) = b80421b8ada28c7ec2e2c6be19bae7532c91693c
-RMD160 (anita-1.33.tar.gz) = fc3aeac3d90efbc775b5a40282b0b9e72bf3c3c6
+RMD160 (anita-1.34.tar.gz) = cea33db96270b99b0ccc2256ad9bd28c5da4831f
-Size (anita-1.33.tar.gz) = 26139 bytes
+Size (anita-1.34.tar.gz) = 27947 bytes