diff options
author | gson <gson@pkgsrc.org> | 2012-04-08 18:23:15 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2012-04-08 18:23:15 +0000 |
commit | feb8e7513e6a2d5549b136fa6cb8fb4e8982b21c (patch) | |
tree | 9d34616417a14f7a0e559e0660d366f91f46c640 /misc/py-anita/Makefile | |
parent | 12361d70e02a00c431556ea6d95580f5f2bace6c (diff) | |
download | pkgsrc-feb8e7513e6a2d5549b136fa6cb8fb4e8982b21c.tar.gz |
Updated misc/py-anita to 1.26. Changes since 1.25:
Track the sysinst changes of 2012-04-06 introducing the new
post-install configuration menu.
Print a message before creating the disk image, as it can take
a long time and make it appear that anita has hung.
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 786b31194a2..2ab39a892ac 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/03/13 09:21:33 gson Exp $ +# $NetBSD: Makefile,v 1.20 2012/04/08 18:23:15 gson Exp $ # -DISTNAME= anita-1.25 +DISTNAME= anita-1.26 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ |