diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-01-26 04:59:15 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-01-26 04:59:15 +0000 |
commit | bd7b798d02e863c9b82e735c8337e80769ee495b (patch) | |
tree | 530c5bf3e1da468863c0b6905e556d3b7e65f979 /www | |
parent | 48fc180f97d9dd20550fe5073a6b8f2544487791 (diff) | |
download | pkgsrc-bd7b798d02e863c9b82e735c8337e80769ee495b.tar.gz |
Update to 3.20100122. From the changelog:
* inline: Avoid showing edit links if page editing is disabled. (Sjoerd)
* signinedit: Auto-disable the plugin when all authentication methods
are disabled.
* comments: Fix permalinks for comments using new conflict-free filenames.
* img: Support alignment of images with captions. (Giuseppe Bilotta)
* websetup: Fix utf-8 problems.
* websetup: Fix bug in array change detection.
* linkmap: Simplify and improve browser compatibility by using an
img, not object tag.
* git: The new git-notes feature in git 1.6.6 changes git log output
in a way that broke ikiwiki's parser if notes are added to commits.
* po: Avoid crash when a page is empty.
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 da130fa186a..cb72f75fd5a 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2010/01/03 16:07:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.44 2010/01/26 04:59:15 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100102.3 +DISTNAME= ikiwiki_3.20100122 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 d03091d49af..eac0beebe9d 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2010/01/03 16:07:05 schmonz Exp $ +$NetBSD: distinfo,v 1.31 2010/01/26 04:59:15 schmonz Exp $ -SHA1 (ikiwiki_3.20100102.3.tar.gz) = fe3ecc98faaae8dbe23346612d70848de5f64bca -RMD160 (ikiwiki_3.20100102.3.tar.gz) = 951b63bf1657ed27b83c3b78f26ff6977aa419ba -Size (ikiwiki_3.20100102.3.tar.gz) = 1521445 bytes +SHA1 (ikiwiki_3.20100122.tar.gz) = 6679f41e85eaf5eab1bbb111ba283b0c06fb3e18 +RMD160 (ikiwiki_3.20100122.tar.gz) = 360df3427411c03bf157df92271049551846285d +Size (ikiwiki_3.20100122.tar.gz) = 1520213 bytes SHA1 (patch-aa) = b64322fe609b8a9c8286f68e5b1bf81f3993914e SHA1 (patch-ab) = bbec6e7a4e6772d995a0b084a3875b83950eb194 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |