diff options
author | gson <gson@pkgsrc.org> | 2012-01-21 16:53:14 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2012-01-21 16:53:14 +0000 |
commit | 24f02ede29e3fab13c728dcc49c184d1d82764d1 (patch) | |
tree | 660e2173dd41a8f4be1bcb5e02b143fcec174a67 /misc/py-anita/Makefile | |
parent | d674e4fa407393162ef78fed21f32be43164c9b5 (diff) | |
download | pkgsrc-24f02ede29e3fab13c728dcc49c184d1d82764d1.tar.gz |
Update misc/py-anita to 1.24. Changes from 1.23:
Support the new distribution ISO naming scheme, e.g.,
NetBSD-5.99.60-sparc.iso instead of sparccd.iso.
Support installation of the X11 and source sets.
On unknown platforms, use mkisofs instead of genisoimage.
On sparc, the scratch disk is sd1c, not wd1d.
Allow a full hour for extracting sets.
Deal with the backwards incompatible renaming of "qemu" to
"qemu-system-i386" in qemu 1.0.
After running the ATF tests, run "ps" to show any processes possibly
left running by the tests.
Diffstat (limited to 'misc/py-anita/Makefile')
-rw-r--r-- | misc/py-anita/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index b6576f0e186..25fc10141cc 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/09/05 14:47:54 gson Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/21 16:53:14 gson Exp $ # -DISTNAME= anita-1.23 +DISTNAME= anita-1.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ |