diff options
author | schmonz <schmonz> | 2011-12-01 04:02:03 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2011-12-01 04:02:03 +0000 |
commit | 3e2ca39a73347ee7f74bb25f79c0df02c554939e (patch) | |
tree | 3363f527e0de2e6f385bbe9a05a95139a9911787 /www | |
parent | 7c86dde5884dc3a73884524a397b640ec90318f0 (diff) | |
download | pkgsrc-3e2ca39a73347ee7f74bb25f79c0df02c554939e.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')
-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 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/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 8c64134bf6e..49366969caf 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.70 2011/11/07 03:43:18 schmonz Exp $ +$NetBSD: distinfo,v 1.71 2011/12/01 04:02:03 schmonz Exp $ -SHA1 (ikiwiki_3.20111106.tar.gz) = af030af33182897cb8feb0d19a3c6b38958fe435 -RMD160 (ikiwiki_3.20111106.tar.gz) = 5a740fa43e5f453d69e3f6d8130d21b260811501 -Size (ikiwiki_3.20111106.tar.gz) = 2696532 bytes +SHA1 (ikiwiki_3.20111107.tar.gz) = 4c703338fe6eac134e48586569ae7207c3345181 +RMD160 (ikiwiki_3.20111107.tar.gz) = 339bbafc389ddeadc929d272b054375fa42dfc1b +Size (ikiwiki_3.20111107.tar.gz) = 2719176 bytes SHA1 (patch-aa) = 9796c32ffade6cde4cd12c361881b28764ba769e SHA1 (patch-ab) = 3e571af1894a9c88c39180a0059cc6b136a949d0 |