summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-02-13 10:16:14 +0000
committerschmonz <schmonz@pkgsrc.org>2013-02-13 10:16:14 +0000
commitec42476799f3a2759d921904c3e8e129700dbef1 (patch)
tree50ddc5e9ba48647df2bb6b955a2502be1950557f /www/ikiwiki/Makefile
parent2bdbbca23aae5868d3377a77f11b53839b5ca20d (diff)
downloadpkgsrc-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/Makefile5
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/}