misc/py-anita: update to 2.3.
Changes from 2.2: Deal with curses sometimes optimizing away the final "s" in "Debug symbols", causing the debug set to not be installed. Increase default memory size for amd64 from 128M to 192M, as the installer no longer runs reliably in 128M without exhausting memory. Keep logging the console output for a few seconds after shutdown to catch the autoconf detach messages and possible panics on detach. When logging shell commands, avoid line breaks between options and their arguments. Support the "virt" machine type for evbarm-eamv7hf as an alternative to the default of vexpress-a15. To enable, use the command line option --machine virt.
This commit is contained in:
parent
4b51d9715f
commit
9700ccde0a
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.60 2020/01/26 17:31:44 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2020/03/20 12:46:15 gson Exp $
|
||||
|
||||
DISTNAME= anita-2.2
|
||||
DISTNAME= anita-2.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.42 2020/01/06 11:48:03 gson Exp $
|
||||
$NetBSD: distinfo,v 1.43 2020/03/20 12:46:15 gson Exp $
|
||||
|
||||
SHA1 (anita-2.2.tar.gz) = aa74bffda7d3fa6adae23e1aa09d4cb6b2c3809d
|
||||
RMD160 (anita-2.2.tar.gz) = 87fc1064023720a204e93f2b27705145a1a1a1f6
|
||||
SHA512 (anita-2.2.tar.gz) = b39ff3e3d8d1bf9c5db138fddb2f45de3202b2d79298078249365437274414d8192df0828a39aa39ea5b9f0541ed493e0386b6af3c91ed4458b505bfbd3a6ccc
|
||||
Size (anita-2.2.tar.gz) = 41097 bytes
|
||||
SHA1 (anita-2.3.tar.gz) = 003b5dca54c0931480a5e055659140b94cf87d76
|
||||
RMD160 (anita-2.3.tar.gz) = 4d76af0b28ca1e8a729c1df64956121042e2a3a0
|
||||
SHA512 (anita-2.3.tar.gz) = 1f2f33ad71f7ad7cb5e7ed49c45a2687be1b62fd702f1da95dd347bdefb1d48439ed51331d7a7751bf922106712413f5d6cba276bdd53905dfdc87262863621c
|
||||
Size (anita-2.3.tar.gz) = 42245 bytes
|
||||
|
|
Loading…
Reference in a new issue