pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-anita misc/py-anita: update to 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50d4b870d7c6
branches:  trunk
changeset: 413451:50d4b870d7c6
user:      gson <gson%pkgsrc.org@localhost>
date:      Fri Mar 20 12:46:15 2020 +0000

description:
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.

diffstat:

 misc/py-anita/Makefile |   4 ++--
 misc/py-anita/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2589f13975f1 -r 50d4b870d7c6 misc/py-anita/Makefile
--- a/misc/py-anita/Makefile    Fri Mar 20 11:57:53 2020 +0000
+++ b/misc/py-anita/Makefile    Fri Mar 20 12:46:15 2020 +0000
@@ -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/
diff -r 2589f13975f1 -r 50d4b870d7c6 misc/py-anita/distinfo
--- a/misc/py-anita/distinfo    Fri Mar 20 11:57:53 2020 +0000
+++ b/misc/py-anita/distinfo    Fri Mar 20 12:46:15 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index