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 | d1d3f4ae9ba0951f7a993237f312e6c2c21a68b9 (patch) | |
tree | 5ca12899ed7c8850de2a79e38f6347d3691ad40f /www/ikiwiki/Makefile | |
parent | ca65c807cc6b44fef10c529331e259f96629f841 (diff) | |
download | pkgsrc-d1d3f4ae9ba0951f7a993237f312e6c2c21a68b9.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/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 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/} |