diff options
author | schmonz <schmonz> | 2008-08-01 18:41:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-08-01 18:41:08 +0000 |
commit | 59a4d009f149437379c11f8bbdeee8e156068898 (patch) | |
tree | b48734533aaac25964948d21b3244e64513147bb /www/ikiwiki | |
parent | eed76c29122442443477c685f438f979e011e5be (diff) | |
download | pkgsrc-59a4d009f149437379c11f8bbdeee8e156068898.tar.gz |
Update to 2.56. From the changelog:
* autoindex: New plugin that generates missing index pages. (Sponsored
by The TOVA Company.)
* Escape HTML is rss and atom feeds instead of respectively using
CDATA and treating it as XHTML. This avoids problems with
escaping the end of the CDATA when the htmlscrubber is not used,
and it avoids problems with atom XHTML using named entity
references that are not in the atom DTD. (Simon McVittie)
* Add test for old versions of git that don't support --cleanup=verbatim,
and munge empty commit messages.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/MESSAGE | 5 | ||||
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
4 files changed, 10 insertions, 11 deletions
diff --git a/www/ikiwiki/MESSAGE b/www/ikiwiki/MESSAGE index 5c6e18e4650..c232b848b79 100644 --- a/www/ikiwiki/MESSAGE +++ b/www/ikiwiki/MESSAGE @@ -1,7 +1,6 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2008/04/29 00:05:41 reed Exp $ +$NetBSD: MESSAGE,v 1.2 2008/08/01 18:41:08 schmonz Exp $ -If you use custom templates, make sure they are correct when upgrading -ikiwiki. +If you use custom templates, make sure they are correct when upgrading. =========================================================================== diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index dcbf680f977..57d290a011d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/07/29 05:04:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2008/08/01 18:41:08 schmonz Exp $ # -DISTNAME= ikiwiki_2.55 +DISTNAME= ikiwiki_2.56 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 719661069ad..681f000ec5d 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2008/07/29 05:04:24 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/08/01 18:41:08 schmonz Exp $ bin/ikiwiki bin/ikiwiki-makerepo bin/ikiwiki-transition @@ -77,6 +77,7 @@ share/ikiwiki/templates/aggregatepost.tmpl share/ikiwiki/templates/archivepage.tmpl share/ikiwiki/templates/atomitem.tmpl share/ikiwiki/templates/atompage.tmpl +share/ikiwiki/templates/autoindex.tmpl share/ikiwiki/templates/blogpost.tmpl share/ikiwiki/templates/change.tmpl share/ikiwiki/templates/editconflict.tmpl @@ -84,7 +85,6 @@ share/ikiwiki/templates/editcreationconflict.tmpl share/ikiwiki/templates/editfailedsave.tmpl share/ikiwiki/templates/editpage.tmpl share/ikiwiki/templates/editpagegone.tmpl -share/ikiwiki/templates/estseek.conf share/ikiwiki/templates/feedlink.tmpl share/ikiwiki/templates/inlinepage.tmpl share/ikiwiki/templates/misc.tmpl diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index b58cbc27e7c..ab1953114a7 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/07/29 05:04:24 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2008/08/01 18:41:08 schmonz Exp $ -SHA1 (ikiwiki_2.55.tar.gz) = 5df23432bb614059c390e24aae56368a73af9bab -RMD160 (ikiwiki_2.55.tar.gz) = a63320f77849a375cc30a34023c220d49d92edbe -Size (ikiwiki_2.55.tar.gz) = 891165 bytes +SHA1 (ikiwiki_2.56.tar.gz) = f5c12c096cc069eee109a620c729c728d41a6d92 +RMD160 (ikiwiki_2.56.tar.gz) = 1fc42fd17d99cc60d62e0360c42c3742db8d1295 +Size (ikiwiki_2.56.tar.gz) = 897974 bytes |