diff options
author | gson <gson@pkgsrc.org> | 2018-03-08 16:43:40 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2018-03-08 16:43:40 +0000 |
commit | 812c0d9db2e9df5ab31e3c851f8e43ad4a61e3f0 (patch) | |
tree | ac3bcff99cadc87e4c36d9055c2a6a9537c95de8 /misc/py-anita | |
parent | 18aa2818c5060c7fb9374dd214fc797f6dd80bff (diff) | |
download | pkgsrc-812c0d9db2e9df5ab31e3c851f8e43ad4a61e3f0.tar.gz |
misc/py-anita: update to 1.44
Changes since 1.42:
Disable optimization avoiding copies when installing from a file: URL
or local path, as it broke installation of source sets.
Deal with pexpect 4.3.1 requiring delayafterclose and
delayafterterminate to be set in two different places
(https://github.com/pexpect/pexpect/issues/462).
Support installing on disks with a corrupt or out-of-date MBR.
Log the command line arguments on startup.
- 1.43 released -
Log interactive mode input and output to the structured log file.
Add support for NetBSD/hpcmips targets, from Utkarsh Anand.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/Makefile | 6 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 6d2bd0385d7..b09b170a2b6 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2017/07/27 08:26:46 gson Exp $ +# $NetBSD: Makefile,v 1.47 2018/03/08 16:43:40 gson Exp $ -DISTNAME= anita-1.42 +DISTNAME= anita-1.44 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.34 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.44 SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index 55c38fec3f7..1b056f88e12 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2017/07/27 08:26:46 gson Exp $ +$NetBSD: distinfo,v 1.34 2018/03/08 16:43:40 gson Exp $ -SHA1 (anita-1.42.tar.gz) = 79451fadfd934bd5e4f59cfbd6cf2e43a6b54748 -RMD160 (anita-1.42.tar.gz) = c61672cfddb284765161b6a7c1dd91f3b5d65b7e -SHA512 (anita-1.42.tar.gz) = e10281625b90890f495013a16c8cc785ccfa01b0e9f9407d19847ebafa8f11ebea15ae7435daf06d36ee7c620388790a67f2ee93af0f20e4f446906a51b98d4b -Size (anita-1.42.tar.gz) = 32553 bytes +SHA1 (anita-1.44.tar.gz) = 92b3d080302e5f5c62b1479a7aa8e4c148fa68ec +RMD160 (anita-1.44.tar.gz) = 82fef7ceebb9c4a38878ffba68d6eb83f89913cf +SHA512 (anita-1.44.tar.gz) = 1fce4dc7ad3d3e312bfb13aac36ba91852965a7ff2e8b00f362850f2f7cc21e1426d08ef3f6be2de1560e4a94d80d849035259d38340efa4094579862749a30c +Size (anita-1.44.tar.gz) = 33382 bytes |