diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-02-13 10:16:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-02-13 10:16:14 +0000 |
commit | ec42476799f3a2759d921904c3e8e129700dbef1 (patch) | |
tree | 50ddc5e9ba48647df2bb6b955a2502be1950557f /www/ikiwiki/Makefile | |
parent | 2bdbbca23aae5868d3377a77f11b53839b5ca20d (diff) | |
download | pkgsrc-ec42476799f3a2759d921904c3e8e129700dbef1.tar.gz |
Update to 3.20130212. From the changelog:
* htmlscrubber: Allow the bitcoin URI scheme.
* htmlscrubber: Allow the URI schemes of major VCS's.
* aggregate: When run with --aggregate, if an aggregation is already
running, don't go on and --refresh.
* trail: Avoid excess dependencies between pages in the trail
and the page defining the trail. Thanks, smcv.
* opendiscussion: Don't allow editing discussion pages if discussion pages
are disabled. (smcv)
* poll: Add expandable option to allow users to easily add new choices to
a poll.
* trail: Avoid massive slowdown caused by pagetemplate hook when displaying
dynamic cgi pages, which cannot use trail anyway.
* Deal with empty diffurl in configuration.
* cvs: Various fixes. (schmonz)
* highlight: Now adds a span with class highlight-<extension> around
highlighted content, allowing for language-specific css styling.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index d2d099aea1a..93e8089f33d 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.104 2013/02/02 19:30:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.105 2013/02/13 10:16:14 schmonz Exp $ # -DISTNAME= ikiwiki_3.20121212 +DISTNAME= ikiwiki_3.20130212 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 3 CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} |