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 | |
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')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index d00cbbe872c..46630407b4c 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2010/02/13 05:53:36 schmonz Exp $ +$NetBSD: distinfo,v 1.33 2010/03/03 14:14:36 schmonz Exp $ -SHA1 (ikiwiki_3.20100212.tar.gz) = 766c83d98d81e23f4f39a564b98256030860a3e6 -RMD160 (ikiwiki_3.20100212.tar.gz) = 7e93583327dde4de676170ba7ccb50e82f439542 -Size (ikiwiki_3.20100212.tar.gz) = 1534231 bytes +SHA1 (ikiwiki_3.20100302.tar.gz) = e3c3de69844c735e09a6707f35210698f43ee2d5 +RMD160 (ikiwiki_3.20100302.tar.gz) = c46631c359bb16a6809f56d026d83ece7b6f801a +Size (ikiwiki_3.20100302.tar.gz) = 1539635 bytes SHA1 (patch-aa) = b64322fe609b8a9c8286f68e5b1bf81f3993914e SHA1 (patch-ab) = dd2a1a1bf33ddba89f5ecad3bccc1e470134a404 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |