summaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2011-03-23 22:25:05 +0000
committerschmonz <schmonz@pkgsrc.org>2011-03-23 22:25:05 +0000
commitdee5ca04a59587f8b7ccf79ebf3df9189516f21b (patch)
treecf0e8708e9903811736f42a00f03d85f1ac23eb9 /www/ikiwiki/Makefile
parent47d04123cf8b08938d296ef77d34ef0de22fffe5 (diff)
downloadpkgsrc-dee5ca04a59587f8b7ccf79ebf3df9189516f21b.tar.gz
Update to 3.20110321. From the changelog:
* comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.20100505.) * darcs: Fix multiple issues preventing rcs_diff from working. * aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz) * Avoid escaping / characters in filenames when building the cgiurl, as this confuses eg, cvsweb.
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index 4a4660a3193..99707447360 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2011/02/26 03:04:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.75 2011/03/23 22:25:05 schmonz Exp $
#
-DISTNAME= ikiwiki_3.20110225
+DISTNAME= ikiwiki_3.20110321
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
@@ -47,12 +47,12 @@ REPLACE_PERL+= plugins/externaldemo # XXX not installed
REPLACE_PYTHON+=plugins/proxy.py plugins/pythondemo plugins/rst
SUBST_CLASSES+= sysconfdir
-SUBST_STAGE.sysconfdir= post-patch
+SUBST_STAGE.sysconfdir= pre-configure
SUBST_FILES.sysconfdir= ikiwiki-mass-rebuild ikiwiki-update-wikilist
SUBST_SED.sysconfdir+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
SUBST_CLASSES+= perlpath
-SUBST_STAGE.perlpath= post-patch
+SUBST_STAGE.perlpath= pre-configure
SUBST_FILES.perlpath= IkiWiki/Setup/Standard.pm
SUBST_SED.perlpath+= -e 's,@PERL5@,${PERL5},g'