diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-12-25 13:29:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-12-25 13:29:16 +0000 |
commit | 933cf0f1b3be172f7521e46db83af82ad090b9dd (patch) | |
tree | f647c2941cc77c526af832e23862dd477c3cc3f6 /misc | |
parent | 7e276062208d947b2e673c5adc700d3148201aa2 (diff) | |
download | pkgsrc-933cf0f1b3be172f7521e46db83af82ad090b9dd.tar.gz |
Update to 1.39
Changelog:
- 1.39 released -
Deal with incompatible change in the output format of the "info block"
command in qemu 2.5.0.
Fix bug where the exit status of the shell command specified with the
--run option was not propagated to the exit status of anita.
New public method start_boot, to facilitate writing test cases that
interact with the boot prompt.
The structured log file now also contains informational messages,
of the form info('message').
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index aa40f6e9925..ca8f5413295 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:50 adam Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/25 13:29:16 ryoon Exp $ -DISTNAME= anita-1.38 +DISTNAME= anita-1.39 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 d7863effde5..d2e3ecfffc9 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2015/11/03 23:49:47 agc Exp $ +$NetBSD: distinfo,v 1.30 2015/12/25 13:29:16 ryoon Exp $ -SHA1 (anita-1.38.tar.gz) = 2aa5db7f6f81860773e15a9fad13a391432f577a -RMD160 (anita-1.38.tar.gz) = 12304b5ba566b80415440913f7072b624d4c945e -SHA512 (anita-1.38.tar.gz) = 3bab3e8a8de8f1714857b175de4cb45e752eb63f3348a8cc4cd74793264e32c2dd35c8ec7278be423e18c0ed474f917f416e399b060ab8375e4980524134ce2e -Size (anita-1.38.tar.gz) = 28451 bytes +SHA1 (anita-1.39.tar.gz) = ec17eb16f95352650cf42db17bc1245bd920e367 +RMD160 (anita-1.39.tar.gz) = 73e439ade0fd4cea1f621d74570ce412b75aeac7 +SHA512 (anita-1.39.tar.gz) = ef1e2055a5c6e4507e5b324b637b53b9885e5348246db4bd81fa63f9574cc1af1b9f59c0091992a0cac30a4acc43ba1e3bf4e20c0ef221882df54c2b81a0b4fb +Size (anita-1.39.tar.gz) = 29284 bytes |