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/Makefile | |
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/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |