Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1166263D96B for ; Tue, 20 Mar 2012 12:01:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4247514A348; Tue, 20 Mar 2012 12:01:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEF8E14A346 for ; Tue, 20 Mar 2012 12:01:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z1JfOxYJBE3r for ; Tue, 20 Mar 2012 12:01:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0811A14A33A for ; Tue, 20 Mar 2012 12:01:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9BE87175DD; Tue, 20 Mar 2012 12:01:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Tue, 20 Mar 2012 12:01:16 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/www/ikiwiki To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20120320120116.9BE87175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Tue Mar 20 12:01:16 UTC 2012 Modified Files: pkgsrc/www/ikiwiki: Makefile PLIST distinfo Removed Files: pkgsrc/www/ikiwiki/patches: patch-aa Log Message: Update to 3.20120203. From the changelog: * osm: New plugin to embed an OpenStreetMap into a wiki page. Supports waypoints, tags, and can even draw paths matching wikilinks between pages containing waypoints. Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide OpenStreetMap community for this utter awesomeness. * trail: New plugin to add navigation trails through pages via Next and Previous links. Trails can easily be added to existing inlines by setting trail=yes in the inline. Thanks to Simon McVittie for his persistance developing this feature. * Fix a snail mail address. Closes: #659158 * openid-jquery.js: Update URL of Wordpress favicon. Closes: #660549 * Drop the version attribute on the generator tag in Atom feeds to make builds more reproducible. Closes: #661569 (Paul Wise) * shortcut: Support Wikipedia's form of url-encoding for unicode characters, which involves mojibake. Closes: #661198 * Add a few missing jquery UI icons to attachment upload widget underlay. * URI escape filename when generating the diffurl. * Add build-affected hook. Used by trail. pkgsrc changes: * Fix dependency on YAML::XS (reported by dholland). * Remove last local patch, now integrated upstream. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/ikiwiki/PLIST cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/ikiwiki/distinfo cvs rdiff -u -r1.26 -r0 pkgsrc/www/ikiwiki/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.