diff options
author | gson <gson@pkgsrc.org> | 2009-10-13 08:14:34 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2009-10-13 08:14:34 +0000 |
commit | 64dfd5082620463fdbf7b14a55bbb8aa2e696ea7 (patch) | |
tree | a601d91c99d7790fc16febf5f3e02ee26bc6bc6f /misc | |
parent | 3389cb0fd5fc6f0dcbf2e45f36b2c09abaa10ad1 (diff) | |
download | pkgsrc-64dfd5082620463fdbf7b14a55bbb8aa2e696ea7.tar.gz |
Update misc/py-anita to 1.8.
Changes from 1.6:
Increase timeouts, particularly when extracting sets and running the
ATF tests
Remove workaround for lib/39175, as it broke the installation
of the "comp" set
Add a new command "test" for running the ATF tests
Accept a local distribution directory path in place of a URL
Check for missing slash at end of distribution directory URL
Detect HTTP 404 errors
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/Makefile | 5 | ||||
-rw-r--r-- | misc/py-anita/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 1bef15c41f1..86ee7c9bd23 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/09/14 19:21:38 gson Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/13 08:14:34 gson Exp $ # -DISTNAME= anita-1.6 -PKGREVISION= 1 +DISTNAME= anita-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ diff --git a/misc/py-anita/distinfo b/misc/py-anita/distinfo index efc516127bc..262567c5577 100644 --- a/misc/py-anita/distinfo +++ b/misc/py-anita/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/09/13 10:14:51 gson Exp $ +$NetBSD: distinfo,v 1.3 2009/10/13 08:14:34 gson Exp $ -SHA1 (anita-1.6.tar.gz) = 54d5cd5f4d8cb51957485767e73d1d7aaeecc1d6 -RMD160 (anita-1.6.tar.gz) = 7c73c7f9a2da0ea408393a5dda5c8a200f9f6d69 -Size (anita-1.6.tar.gz) = 9169 bytes +SHA1 (anita-1.8.tar.gz) = dac1ad197a532c24999dc390c638d9bd6761c36d +RMD160 (anita-1.8.tar.gz) = 71e76caba2e5b066dce356b7076d9653bc8f975f +Size (anita-1.8.tar.gz) = 9706 bytes |