diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-02-27 23:47:12 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-02-27 23:47:12 +0000 |
commit | 2c6427fbe5b47e1d02acf553ae66b0af0b69a133 (patch) | |
tree | d6d009b9e89ed4fc971b565e84ed00b3bfd914e3 /www/ikiwiki/Makefile | |
parent | 1d660e8eaf9b2abac30d3f30efa66d32ea9a26e0 (diff) | |
download | pkgsrc-2c6427fbe5b47e1d02acf553ae66b0af0b69a133.tar.gz |
Update to 3.20140227. From the changelog:
* Added useragent config setting. Closes: #737121
Thanks, Tuomas Jormola
* po: Add html_lang_code and html_lang_dir template variables
for the language code and direction of text.
Thanks, Mesar Hameed
* Allow up to 8 levels of nested directives, rather than previous 3
in directive infinite loop guard.
* git diffurl: Do not escape / in paths to changed files, in order to
interoperate with cgit (gitweb works either way)
Thanks, intrigeri.
* git: Explicity push master branch, as will be needed by git 2.0's
change to push.default=matching by default.
Thanks, smcv
* Deal with nasty issue with gettext clobbering $@ while printing
error message containing it.
Thanks, smcv
* Cleanup of the openid login widget, including replacing of hotlinked
images from openid providers with embedded, freely licensed artwork.
Thanks, smcv
* Improve templates testing.
Thanks, smcv
* python proxy: Avoid utf-8 related crash.
Thanks, Antoine Beaupré
* Special thanks to Simon McVittie for being the patchmeister for this
release.
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 d74c7414883..e4110bb1ae2 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2014/01/26 05:17:08 schmonz Exp $ +# $NetBSD: Makefile,v 1.117 2014/02/27 23:47:12 schmonz Exp $ # -DISTNAME= ikiwiki_3.20140125 +DISTNAME= ikiwiki_3.20140227 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |