diff options
author | schmonz <schmonz@pkgsrc.org> | 2011-12-01 04:02:03 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2011-12-01 04:02:03 +0000 |
commit | 72b534a39c286ab9b629396638f96879910d63fd (patch) | |
tree | 3363f527e0de2e6f385bbe9a05a95139a9911787 /www/ikiwiki/Makefile | |
parent | d09c2a81b09f196ed32f28fa41ff958d027ba707 (diff) | |
download | pkgsrc-72b534a39c286ab9b629396638f96879910d63fd.tar.gz |
Update to 3.20111107. From the changelog:
* img: Bugfix to width/height tags for scaled down image when only
one dimension was provided. Thanks, Per Carlson.
* editpage: Fix FormattingHelp link on Discussion pages.
* The umask setting can now be set to private, group, or public,
avoiding the need to enter octal correctly which is particularly
difficult in yaml setup files. (smcv)
* graphviz: Support urls embedded in the graph, by having graphviz
generate an imagemap.
* graphviz: Support wikilinks embedded in the graph.
(Sponsored by The TOVA Company.)
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 ae12ab455d0..17714573f01 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2011/11/07 03:43:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.86 2011/12/01 04:02:03 schmonz Exp $ # -DISTNAME= ikiwiki_3.20111106 +DISTNAME= ikiwiki_3.20111107 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |