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/Makefile | |
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/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 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/} |