summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpooka <pooka>2010-08-02 14:30:36 +0000
committerpooka <pooka>2010-08-02 14:30:36 +0000
commit4c3572101466a5ce99d4ece9e6e13ecea2f80dd7 (patch)
tree42102835dfd03137c7b2e84f1755e88cbc0f72a2 /misc
parente0ba7e8a2933b7d82e1cc46a824d769fefbf1f55 (diff)
downloadpkgsrc-4c3572101466a5ce99d4ece9e6e13ecea2f80dd7.tar.gz
Update qemu dependecy to 0.12.3nb2, since earlier versions contain
a bug which causes fork from a threaded program to deadlock (this is exercised heavily by the tests executed by "anita test").
Diffstat (limited to 'misc')
-rw-r--r--misc/py-anita/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile
index e544768716c..a2e08e14cba 100644
--- a/misc/py-anita/Makefile
+++ b/misc/py-anita/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2010/04/13 12:22:27 gson Exp $
+# $NetBSD: Makefile,v 1.8 2010/08/02 14:30:36 pooka Exp $
#
DISTNAME= anita-1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
PYDISTUTILSPKG= yes
-DEPENDS+= qemu>=0.9.0:../../emulators/qemu
+DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
MAINTAINER= gson@NetBSD.org