diff options
author | gson <gson@pkgsrc.org> | 2015-03-03 14:26:00 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2015-03-03 14:26:00 +0000 |
commit | ab0c44e79d6bbfd7f9d32ef56b34708cc96a3ae4 (patch) | |
tree | ac7bcd5dd882cf611d9e5ef0eee262def97ad2b2 /misc/py-anita | |
parent | e5c07ee25e8b69948880d67937dfeb784bcd2294 (diff) | |
download | pkgsrc-ab0c44e79d6bbfd7f9d32ef56b34708cc96a3ae4.tar.gz |
Update misc/py-anita to 1.35. Changes from 1.34:
When running a shell command, wrap the exit status in distictive text
so that it can be reliably matched in the presence of buffered output
containing other numeric strings.
Halt the VM when done.
Print the qemu command.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index e8b607cc1f1..b093f3e93df 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2015/01/13 14:07:37 gson Exp $ +# $NetBSD: Makefile,v 1.34 2015/03/03 14:26:00 gson Exp $ -DISTNAME= anita-1.34 +DISTNAME= anita-1.35 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 f73d6a93dd2..e8b520f64bb 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2015/01/13 14:07:37 gson Exp $ +$NetBSD: distinfo,v 1.25 2015/03/03 14:26:00 gson Exp $ -SHA1 (anita-1.34.tar.gz) = b80421b8ada28c7ec2e2c6be19bae7532c91693c -RMD160 (anita-1.34.tar.gz) = cea33db96270b99b0ccc2256ad9bd28c5da4831f -Size (anita-1.34.tar.gz) = 27947 bytes +SHA1 (anita-1.35.tar.gz) = 607525669a49ea86121387f216f01f033bda7267 +RMD160 (anita-1.35.tar.gz) = 25f959ae97921e0e3e7d3267db00856830f630e4 +Size (anita-1.35.tar.gz) = 28136 bytes |