diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-11-07 03:43:18 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-11-07 03:43:18 +0000 |
commit | c4ac869160725ec012796eb6e5dc61c323d6f808 (patch) | |
tree | 5ca12899ed7c8850de2a79e38f6347d3691ad40f /www/ikiwiki | |
parent | 09fdc77168db1769b0f2cbcfbc04579ae06717e4 (diff) | |
download | pkgsrc-c4ac869160725ec012796eb6e5dc61c323d6f808.tar.gz |
Update to 3.20111106. From the changelog:
* searchquery.tmpl: Track escaping change in upstream template.
Thanks Olly Betts for review.
* svn: Support subversion 1.7, which does not have .svn in each
subdirectory.
* rst: import docutils lazily, to avoid errors during ikiwiki --setup.
Closes: #637604 (Thanks, smcv)
* Make the setup automator create YAML formatted files.
* Fix handling of discussion page creation links to make discussion pages
in the right place and with the right case. Broken by page case
preservation feature added in 3.20110707.
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 50d5928846c..ae12ab455d0 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2011/09/05 22:07:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.85 2011/11/07 03:43:18 schmonz Exp $ # -DISTNAME= ikiwiki_3.20110905 +DISTNAME= ikiwiki_3.20111106 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 e4027f593ac..8c64134bf6e 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.69 2011/09/25 14:33:09 schmonz Exp $ +$NetBSD: distinfo,v 1.70 2011/11/07 03:43:18 schmonz Exp $ -SHA1 (ikiwiki_3.20110905.tar.gz) = 5be16cb11cee6beb7977eaa7a26cf52cea33af0a -RMD160 (ikiwiki_3.20110905.tar.gz) = c78d567273583c1b57f4f7a481ee13fb0d059267 -Size (ikiwiki_3.20110905.tar.gz) = 2682944 bytes +SHA1 (ikiwiki_3.20111106.tar.gz) = af030af33182897cb8feb0d19a3c6b38958fe435 +RMD160 (ikiwiki_3.20111106.tar.gz) = 5a740fa43e5f453d69e3f6d8130d21b260811501 +Size (ikiwiki_3.20111106.tar.gz) = 2696532 bytes SHA1 (patch-aa) = 9796c32ffade6cde4cd12c361881b28764ba769e SHA1 (patch-ab) = 3e571af1894a9c88c39180a0059cc6b136a949d0 |