diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-09-01 05:13:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-09-01 05:13:41 +0000 |
commit | 8b93e8f7e56c3845446c773d622254914a88e5d1 (patch) | |
tree | 5f0fdf8684419ebbe4dd11022ae182f1b85deaca /www/ikiwiki | |
parent | 2f9a7327e7c020bd2031f3a8d8340c2f69eb1189 (diff) | |
download | pkgsrc-8b93e8f7e56c3845446c773d622254914a88e5d1.tar.gz |
Update to 3.20100831. From the changelog:
* filecheck: Fall back to using the file command if the freedesktop
magic file cannot identify a file.
* flattr: New plugin. (Thanks to jaywalk for the initial implementation
at a flattr plugin! This one is less configurable, but simpler.)
* smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
* openid: Syntax tweak to the javascript code to make it work with MSIE 7
(and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
the bug and providing access to debug it.
* style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
* htmlscrubber: Do not scrub url anchors that contain colons.
* Danish translation update. Closes: #594673
* highlight: Make location of highlight's files configurable in setup
file to allow for nonstandard installations.
* Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta.
* Run the preprocess hooks in scan mode *before* the scan hooks.
This allows the po plugin to register a scan hook that runs
last and rescans pages after all data from the first scan pass is
completed. This avoids the po plugin needing to rebuild some pages.
(intrigeri)
* po: Fix some bugs that affected l10n.ikiwiki.info's unusual
setup. (intrigeri)
* t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
bzr whoami before committing.
* httpauth: Avoid redirecting the user to the cgiauthurl if
they already have a login session.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/Makefile | 5 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 3 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index fee0b4de908..bbb1fc4f785 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2010/08/21 16:36:31 seb Exp $ +# $NetBSD: Makefile,v 1.62 2010/09/01 05:13:41 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100815 +DISTNAME= ikiwiki_3.20100831 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index a6d13e7274e..18bced2f75c 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2010/07/23 13:07:16 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.28 2010/09/01 05:13:41 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -56,6 +56,7 @@ share/ikiwiki/directives/ikiwiki/directive/cut.mdwn share/ikiwiki/directives/ikiwiki/directive/cutpaste.mdwn share/ikiwiki/directives/ikiwiki/directive/date.mdwn share/ikiwiki/directives/ikiwiki/directive/edittemplate.mdwn +share/ikiwiki/directives/ikiwiki/directive/flattr.mdwn share/ikiwiki/directives/ikiwiki/directive/format.mdwn share/ikiwiki/directives/ikiwiki/directive/fortune.mdwn share/ikiwiki/directives/ikiwiki/directive/graph.mdwn diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index b49617e7acf..4f8d0627cae 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2010/08/16 01:42:22 schmonz Exp $ +$NetBSD: distinfo,v 1.47 2010/09/01 05:13:41 schmonz Exp $ -SHA1 (ikiwiki_3.20100815.tar.gz) = d5315f64836b0b02845a68adf46d1dcf87da95c6 -RMD160 (ikiwiki_3.20100815.tar.gz) = d0c7378a7f322b712985281d10a31068e1bcc420 -Size (ikiwiki_3.20100815.tar.gz) = 1922393 bytes +SHA1 (ikiwiki_3.20100831.tar.gz) = 7aac193e19b572fa8f5395e2cf6fbc8b85d74f39 +RMD160 (ikiwiki_3.20100831.tar.gz) = 958591f586aee203cc122c76b8f746602ae59ae8 +Size (ikiwiki_3.20100831.tar.gz) = 1937235 bytes SHA1 (patch-aa) = 7feab1b6e6d27afc5884f107dd8d7364a9b475be SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |