diff options
author | gson <gson@pkgsrc.org> | 2014-02-19 10:23:33 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2014-02-19 10:23:33 +0000 |
commit | c8d5f7b5431c89c6d4d479338a6391a7c9a2cd60 (patch) | |
tree | 98885b4fb747537546e79656081876f045599ea5 | |
parent | 354a7d04939898f3c824c7a95cd99fe5f96081f8 (diff) | |
download | pkgsrc-c8d5f7b5431c89c6d4d479338a6391a7c9a2cd60.tar.gz |
Update misc/py-anita to 1.32. Changes from 1.31:
Fix installation of source and debug sets, which had been broken since
the label displayed by sysinst was changed from "Source sets" to
"Source and debug sets".
-rw-r--r-- | misc/py-anita/Makefile | 6 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 795e45c7353..e4a8199d573 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:14 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/02/19 10:23:33 gson Exp $ -DISTNAME= anita-1.31 +DISTNAME= anita-1.32 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= 33 # not yet ported as of 1.31 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.32 .include "options.mk" .include "../../lang/python/distutils.mk" diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index 483d70cb78e..30578f8f33b 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2013/10/03 19:22:57 gson Exp $ +$NetBSD: distinfo,v 1.22 2014/02/19 10:23:33 gson Exp $ -SHA1 (anita-1.31.tar.gz) = fc5b77506daf372045c2f624bb7e276ce18fcc23 -RMD160 (anita-1.31.tar.gz) = 885f7fa3dbbc575fda68a25f6ff46df3e2b26d6f -Size (anita-1.31.tar.gz) = 24671 bytes +SHA1 (anita-1.32.tar.gz) = c8a9f6b02869919e3af4edff51cd65d5ab7c3594 +RMD160 (anita-1.32.tar.gz) = 85978fc0bce94df601e1ae000c277bd115db955c +Size (anita-1.32.tar.gz) = 25331 bytes |