summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2010-07-23 13:07:16 +0000
committerschmonz <schmonz@pkgsrc.org>2010-07-23 13:07:16 +0000
commit280ccd62ae61a1adaee4d546197acd50c32eacef (patch)
treecb5dd0aa49d8f94b6e4bb4db8fabce5f5b0e6c3b /www/ikiwiki/Makefile
parent072bf7a57db3c842e1f360e6adc5a9b25c6148f4 (diff)
downloadpkgsrc-280ccd62ae61a1adaee4d546197acd50c32eacef.tar.gz
Update to 3.20100722. From the changelog:
* img: Add a margin around images displayed by this directive. * comments: Added commentmoderation directive for easy linking to the comment moderation queue. * aggregate: Write timestamp next aggregation can happen to .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs. * Add --changesetup mode that allows easily changing options in a setup file. * openid: Fix handling of utf-8 nicknames. * Clarified what the filter hook should be passed: Only be the raw, complete text of a page. Not a snippet, or data read in from an unrelated file. * template: Do not pass filled in template through filter hook. Avoids causing breakage in po plugin. * color, comments, conditional, cutpaste, more, sidebar, toggle: Also avoid unnecessary calls to filter hook. * po: needstranslation() pagespec can have a percent specified. * Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have the caching problem that was added to work around). Closes: #588623 * Made much more robust in cases where multiple source files produce conflicting files/directories in the destdir. * Updated French translation from Philippe Batailler. Closes: #589423 * po: Fix selflink display on tranlsated pages. (intrigeri) * Avoid showing 'Add a comment' link at the bottom of the comment post form.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index 74f172bf0c7..49a4d4eaeac 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2010/07/05 07:45:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.58 2010/07/23 13:07:16 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20100704
+DISTNAME= ikiwiki_3.20100722
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}