Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6F13CA6551 for ; Mon, 15 Jun 2015 01:49:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AB5B514A226; Mon, 15 Jun 2015 01:49:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF4CE14A220 for ; Mon, 15 Jun 2015 01:49:50 +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 dFy1OtldzLXw for ; Mon, 15 Jun 2015 01:49:50 +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 7739214A218 for ; Mon, 15 Jun 2015 01:49:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 640E898; Mon, 15 Jun 2015 01:49:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Jun 2015 01:49:50 +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: <20150615014950.640E898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Mon Jun 15 01:49:50 UTC 2015 Modified Files: pkgsrc/www/ikiwiki: Makefile distinfo Added Files: pkgsrc/www/ikiwiki/patches: patch-IkiWiki_Plugin_teximg.pm patch-pm__filter patch-t_inline.t Log Message: Update to 3.20150614. From the changelog: * inline: change default sort order from age to "age title" for determinism, partially fixing deterministic build for git-annex, ikiwiki-hosting etc. (Closes: #785757) * img: avoid ImageMagick misinterpreting filenames containing a colon * img test: set old timestamp on source file that will change, so that the test will pass even if it takes less than 1 second To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.106 -r1.107 pkgsrc/www/ikiwiki/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Plugin_teximg.pm \ pkgsrc/www/ikiwiki/patches/patch-pm__filter \ pkgsrc/www/ikiwiki/patches/patch-t_inline.t Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.