diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-02-26 03:04:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-02-26 03:04:38 +0000 |
commit | bcb5bd3a065be4c02bc54cd31ced071b2009f79d (patch) | |
tree | 90c3a7bd8127ca98f42b101864b4123472dd36c5 /www/ikiwiki/Makefile | |
parent | 0bc4d826f342bbe1ce38f90175ffeef208d23dad (diff) | |
download | pkgsrc-bcb5bd3a065be4c02bc54cd31ced071b2009f79d.tar.gz |
Update to 3.20110225. From the changelog:
* editpage: Avoid inheriting internal page types.
* htmltidy: Avoid breaking the sidebar when websetup is running.
* transient: New utility plugin that allows transient pages to
be stored in .ikiwiki/transient/ (smcv)
* aggregate: Aggregated content is stored in the transient underlay.
(Existing aggregated content is not moved, since it will eventually
expire and be removed) (smcv)
* autoindex, tag: Added autoindex_commit and tag_autocreate_commit that
can be unset to make index files and tags respectively not be committed,
and instead be stored in the transient underlay.
Closes: #544322 (smcv)
* autoindex: Adapted to use add_autofile. Slight behavior changes
in edge cases that are probably really bug fixes. (smcv)
* recentchanges: Use transient underlay (smcv)
* map: Avoid unnecessary ul's in maps with nested directories.
(Giuseppe Bilotta)
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
in 3.20101231.
* inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
* inline: Add 'id' parameter that can be used when styling individual
feedlinks and postforms. (Giuseppe Bilotta)
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 664292b0ec0..4a4660a3193 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2011/01/25 11:59:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.74 2011/02/26 03:04:38 schmonz Exp $ # -DISTNAME= ikiwiki_3.20110124 +DISTNAME= ikiwiki_3.20110225 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |