diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-10-23 13:17:18 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-10-23 13:17:18 +0000 |
commit | 4370040b1a7595e562fb844174c120c077536c4c (patch) | |
tree | 6407100045430ed39e3586fea10133114da60f5e /www/ikiwiki/Makefile | |
parent | 3afc0578e6a86e95d170732913aa190260a3bbc3 (diff) | |
download | pkgsrc-4370040b1a7595e562fb844174c120c077536c4c.tar.gz |
Update to 3.20091022. From the changelog:
* edittemplate: Allow template page name to be specified using anything
legal for a wikilink (including eg, leading slashes).
* edittemplate: Work around bug #551499 in CGI::FormBuilder.
* Fix a bug introduced in the last version that caused ikiwiki
to skip all files if a sourcedir of "./" was specified.
* Support CFLAGS when building wrapper.
* meta: Gather permalink info on scan pass so it is available
to inline when using a template that does not include page content.
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 ddf3a28ae14..40a7708c204 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2009/10/18 07:13:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2009/10/23 13:17:18 schmonz Exp $ # -DISTNAME= ikiwiki_3.20091017 +DISTNAME= ikiwiki_3.20091022 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |