diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-03 14:14:36 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-03 14:14:36 +0000 |
commit | 4f5eedad75f7d7dd20a507116d4be0a4ef4d8ec7 (patch) | |
tree | 8e7660e64c2a029801898e9edee80fddea83699a /www/ikiwiki/Makefile | |
parent | 0b18b91a74410ff8c1f505448e6f22a115f0a7d6 (diff) | |
download | pkgsrc-4f5eedad75f7d7dd20a507116d4be0a4ef4d8ec7.tar.gz |
Update to 3.20100302. From the changelog:
* comments: Display number of comments in comment action link.
* Rebuild wikis on upgrade to this version to get the comment counts
added to existing pages.
* Loosen regexp, to allow empty quoted parameters in directives.
* Add force_overwrite setting to make setup automator overwrite existing
files/directories.
* Fix admin openid detection in setup automator, and avoid prompting
for a password.
* Add new --clean option; this makes ikiwiki remove all built
files in the destdir, as well as wrappers and the .ikiwiki directory.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 665db476419..73158e59481 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2010/02/13 05:53:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.46 2010/03/03 14:14:36 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100212 +DISTNAME= ikiwiki_3.20100302 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |