diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-05-05 20:53:32 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-05-05 20:53:32 +0000 |
commit | 4f906bed41906735115465dab49d2ab1b09d634d (patch) | |
tree | 62eb5d93f03e9914659fc0bb97ccb7c657ba940d /www/ikiwiki | |
parent | 0061c315f3f6e805c591af45317ffb8d438fbc5b (diff) | |
download | pkgsrc-4f906bed41906735115465dab49d2ab1b09d634d.tar.gz |
Update to 3.20130504. From the changelog:
* Allow dots in directive parameter names. (tango)
* Add missing plugin section, and deal with missing sections with a warning.
* Detect plugins with a broken getsetup and warn.
* map: Correct reversion introduced in version 3.20110225 that could
generate invalid html. (smcv)
* Makefile.PL: overwrite theme style.css instead of appending
(Thanks, Mikko Rapeli)
* meta: Fix anchors used to link to the page's license and copyright.
Closes: #706437
Diffstat (limited to 'www/ikiwiki')
-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 7e1631da4f4..212784c9b45 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2013/04/08 18:53:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.107 2013/05/05 20:53:32 schmonz Exp $ # -DISTNAME= ikiwiki_3.20130212 +DISTNAME= ikiwiki_3.20130504 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 652a4dac169..f587262dfae 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.87 2013/02/13 10:16:14 schmonz Exp $ +$NetBSD: distinfo,v 1.88 2013/05/05 20:53:32 schmonz Exp $ -SHA1 (ikiwiki_3.20130212.tar.gz) = aa362ca1bedfd4aa91ade98e1334aa915418a1fb -RMD160 (ikiwiki_3.20130212.tar.gz) = 9defe2fb562fb727ae0e07b72fc1d44bf092cc81 -Size (ikiwiki_3.20130212.tar.gz) = 2931573 bytes +SHA1 (ikiwiki_3.20130504.tar.gz) = 7fb3547ff0ea760e33201c64427e3ce5ddc9bfa4 +RMD160 (ikiwiki_3.20130504.tar.gz) = 2f515270c670a644803556b01fd6bd13b9d57159 +Size (ikiwiki_3.20130504.tar.gz) = 2950314 bytes |