diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-05-05 14:31:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-05-05 14:31:51 +0000 |
commit | cdebb87710b287c2d59f2194ca745936e1498cb6 (patch) | |
tree | c3f987a81c51ffd2413eadebecaea651ccc11645 /www/ikiwiki | |
parent | 1f1e82881d41686b2bb9b2a1b1f4437d4ec4d7c6 (diff) | |
download | pkgsrc-cdebb87710b287c2d59f2194ca745936e1498cb6.tar.gz |
Update to 3.20100504. From the changelog:
* Add parameter to displaytime to specify that it is a pubdate,
and in html5 mode, use time tag.
* Add placeholder text in search form (in html5 mode only).
* In html5 mode, use all the nice new semantic tags. Care was taken
to not change the id/class named used in the CSS, so only CSS
that refers to tag types needed to be changed.
* Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary
links to the action bar without modifying the template further.
(COMMENTSLINK and DISCUSSIONLINK could be folded into this, but
are kept separate for now to avoid breaking modified templates.)
* websetup: Only display Setup button on admins' preferences page.
* graphviz: Fix display of preexisting images in preview mode.
* Fixes a bug in skipping of illegal source files introduced in
3.20100427.
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 2f8c932719f..d607a768667 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2010/05/02 15:07:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.52 2010/05/05 14:31:51 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100501 +DISTNAME= ikiwiki_3.20100504 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 264c6262e0c..9036a1686b9 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2010/05/02 15:07:58 schmonz Exp $ +$NetBSD: distinfo,v 1.38 2010/05/05 14:31:51 schmonz Exp $ -SHA1 (ikiwiki_3.20100501.tar.gz) = 271b2176555106a1fb85fffe4fb5fcaca44f35dd -RMD160 (ikiwiki_3.20100501.tar.gz) = d1c35c50593ccedc9f119fdf25f155f2d06b25a0 -Size (ikiwiki_3.20100501.tar.gz) = 1720634 bytes +SHA1 (ikiwiki_3.20100504.tar.gz) = 2c1b7a3a343ce1fe455936b5010aa67533ece405 +RMD160 (ikiwiki_3.20100504.tar.gz) = 7aa22abe6632875aa4fcc9a9450033c846c21124 +Size (ikiwiki_3.20100504.tar.gz) = 1735073 bytes SHA1 (patch-aa) = 12cfd5be1b6e8b66e3e78cdf36e848a10b9642c3 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |