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 | |
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.
-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 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/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 368123aae86..d10499586b3 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2009/10/18 04:43:16 schmonz Exp $ +$NetBSD: distinfo,v 1.23 2009/10/23 13:17:18 schmonz Exp $ -SHA1 (ikiwiki_3.20091017.tar.gz) = acdad5f6d15494d4dc9372b4e855d08b45d02807 -RMD160 (ikiwiki_3.20091017.tar.gz) = 69f119cac8cf30f64c6f59f80dd8f178b739202a -Size (ikiwiki_3.20091017.tar.gz) = 1457316 bytes +SHA1 (ikiwiki_3.20091022.tar.gz) = 73eae4d9e65dc67b137144512e28285e807e5e54 +RMD160 (ikiwiki_3.20091022.tar.gz) = cac0e7ac9443d471849c841b663f1aa66a1ef967 +Size (ikiwiki_3.20091022.tar.gz) = 1487729 bytes SHA1 (patch-aa) = 16937124fbe7f4186dea5101ef9a1559a7712071 SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |