diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-11-29 21:33:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-11-29 21:33:41 +0000 |
commit | 82daae41972526ca095faaa2fec3bf94d290e4e0 (patch) | |
tree | ab46a25b4039ce4e2349756b31b7db8c435545b4 /www/ikiwiki | |
parent | e39e2b6c0b4585e733960dec7925df9cdad57267 (diff) | |
download | pkgsrc-82daae41972526ca095faaa2fec3bf94d290e4e0.tar.gz |
Update to 3.20101129. From the changelog:
* websetup: Fix encoding problem when restoring old setup file.
* more: Add pages parameter to limit where the more is displayed.
(thanks, dark)
* Fix escaping of filenames in historyurl. (Thanks, aj)
* inline: Improve RSS url munging to use a proper html parser,
and support all elements that HTML::Tagset knows about.
(Which doesn't include html5 just yet, but then the old version
didn't either.) Bonus: 4 times faster than old regexp method.
* Optimise glob() pagespec. (Thanks, Kathryn and smcv)
* highlight: Support new format of filetypes.conf used by version 3.2
of the highlight package.
* edittemplate: Fix crash if using a .tmpl file or other non-page file
as a template for a new page.
* git: Fix temp file location.
* rename: Fix to pass named parameters to rcs_commit.
* git: Avoid adding files when committing, so as not to implicitly add
files like recentchanges files that are not normally checked in,
when fixing links after rename.
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 04d0606ce20..618da8dd897 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2010/11/12 18:17:32 schmonz Exp $ +# $NetBSD: Makefile,v 1.68 2010/11/29 21:33:41 schmonz Exp $ # -DISTNAME= ikiwiki_3.20101112 +DISTNAME= ikiwiki_3.20101129 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 4cd1f394aa0..733d9f78564 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2010/11/12 18:17:32 schmonz Exp $ +$NetBSD: distinfo,v 1.53 2010/11/29 21:33:41 schmonz Exp $ -SHA1 (ikiwiki_3.20101112.tar.gz) = 2257913f5ab02c1ff1d7df63eff1e600fec7c118 -RMD160 (ikiwiki_3.20101112.tar.gz) = a9eaa3719a872ee914d9d8e76ee33bc664d857ce -Size (ikiwiki_3.20101112.tar.gz) = 1985732 bytes +SHA1 (ikiwiki_3.20101129.tar.gz) = 72b22102b2c6dc210678cb3ac460626a91ef2547 +RMD160 (ikiwiki_3.20101129.tar.gz) = bff94629286aae85b0926aeda6725153553f5879 +Size (ikiwiki_3.20101129.tar.gz) = 1992801 bytes SHA1 (patch-aa) = 06e339584f95ad52842daf7cd0be705e242bdb06 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |