diff options
author | gson <gson> | 2010-12-04 19:43:37 +0000 |
---|---|---|
committer | gson <gson> | 2010-12-04 19:43:37 +0000 |
commit | ec2c17536182a1878fe2ebc9998e52a8b865931a (patch) | |
tree | 041771962adcf19ab44a0b6a937e64c0d58b9f0d /misc/py-anita/Makefile | |
parent | 6798f69b392e12d680cba4f8f67b0af7ad76a52d (diff) | |
download | pkgsrc-ec2c17536182a1878fe2ebc9998e52a8b865931a.tar.gz |
Update misc/py-anita to 1.18. Changes from 1.17:
Deal with sysinst no longer asking for a password cipher.
Create the work directory in "test" mode so that it works without
running "install" first.
Fix incorrect description of the --workdir option in the man page, and
consistently use the term "work directory" throughout.
Reorganized the man page, adding a MODES section.
New mode "print-workdir".
Fix installation of historical versions of -current around
CVS date 2009.08.23.20.57.40.
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 7d9315628a7..11a6780d0cf 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/11/25 14:44:20 gson Exp $ +# $NetBSD: Makefile,v 1.14 2010/12/04 19:43:37 gson Exp $ # -DISTNAME= anita-1.17 +DISTNAME= anita-1.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ |