summaryrefslogtreecommitdiff
path: root/www/ikiwiki/patches
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-12-22 23:23:27 +0000
committerschmonz <schmonz>2009-12-22 23:23:27 +0000
commita5417d0e2eaca5819e5cc18b4e3c5eae0c99368c (patch)
treeb34df6341c8d52da291d8a72b452b48562cc27a7 /www/ikiwiki/patches
parentaf17804f67d3f28c051638efebcb3791ba8cdd5c (diff)
downloadpkgsrc-a5417d0e2eaca5819e5cc18b4e3c5eae0c99368c.tar.gz
Update to 3.20091218. From the changelog:
* Add complete Spanish basewiki translation done by Fernando Gonzalez de Requena. * Improve javascript onload handling. * monotone: Deal with format change in version 0.45. (Thanks, Richard Levitte) * cvs: Add missing bit to Automator. * attachment: Fix reversion in attachment sorting by age. * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and goto. Updating this leaf during the freeze for the bugfixes.
Diffstat (limited to 'www/ikiwiki/patches')
-rw-r--r--www/ikiwiki/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/ikiwiki/patches/patch-ac b/www/ikiwiki/patches/patch-ac
deleted file mode 100644
index 0459be32d2f..00000000000
--- a/www/ikiwiki/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2009/12/02 21:38:43 schmonz Exp $
-
---- IkiWiki/Setup/Automator.pm.orig 2009-12-01 16:07:46.000000000 -0500
-+++ IkiWiki/Setup/Automator.pm
-@@ -66,6 +66,9 @@ sub import (@) {
- elsif ($config{rcs} eq 'darcs') {
- $config{darcs_wrapper}=$config{repository}."/_darcs/ikiwiki-wrapper";
- }
-+ elsif ($config{rcs} eq 'cvs') {
-+ $config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";
-+ }
- elsif ($config{rcs} eq 'bzr') {
- # TODO
- }