summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2010-05-02 15:07:58 +0000
committerschmonz <schmonz>2010-05-02 15:07:58 +0000
commit780f0914d74cce0e9460db3cf811a300ad49072c (patch)
tree2c3e6bcd3e4750a54100a1c7b8e2bcc012414585 /www/ikiwiki/Makefile
parente9d2308ed349a0df9e88a37eeeb15a090ff20c6c (diff)
downloadpkgsrc-780f0914d74cce0e9460db3cf811a300ad49072c.tar.gz
Update to 3.20100501. From the changelog:
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-wiki templates.) * Version dependency on liburi-perl to >= 1.36; previous versions did not support building urls from utf-8 strings. Closes: #579713. * Ikiwiki can be configured to generate html5 instead of the default xhtml 1.0. The html5 output mode is experimental, not yet fully standards compliant, and will be subject to rapid change. * htmlscrubber: Allow html5 semantic tags: section, nav, article, aside hgroup, header, footer, figure, figcaption, time, mark * htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary, datalist. * htmlscrubber: Round out html5 video support with the preload attribute and the source tag. * htmlscrubber: Allow the html5 form attributes: placeholder, autofocus, min, max, step, required, autocomplete, novalidate, pattern, list, and form. (Also the form* override attributes for input and buttons.) * htmlscrubber: Allow additional misc html5 attributes: reversed, spellcheck, and hidden. * template: Fix typo.
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 a04be1f2104..2f8c932719f 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2010/04/27 13:15:46 schmonz Exp $
+# $NetBSD: Makefile,v 1.51 2010/05/02 15:07:58 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20100427
+DISTNAME= ikiwiki_3.20100501
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}