pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   gson
Date:           Fri Mar 20 12:46:15 UTC 2020

Modified Files:
        pkgsrc/misc/py-anita: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/py-anita/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.60 pkgsrc/misc/py-anita/Makefile:1.61
--- pkgsrc/misc/py-anita/Makefile:1.60  Sun Jan 26 17:31:44 2020
+++ pkgsrc/misc/py-anita/Makefile       Fri Mar 20 12:46:15 2020
@@ -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/

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.42 pkgsrc/misc/py-anita/distinfo:1.43
--- pkgsrc/misc/py-anita/distinfo:1.42  Mon Jan  6 11:48:03 2020
+++ pkgsrc/misc/py-anita/distinfo       Fri Mar 20 12:46:15 2020
@@ -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