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 6101BADD91 for ; Mon, 18 Aug 2014 01:37:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6E1514A4B7; Mon, 18 Aug 2014 01:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6923814A4B6 for ; Mon, 18 Aug 2014 01:37:36 +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 L5H3m4Fc2MZM for ; Mon, 18 Aug 2014 01:37:35 +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 6D33014A4B4 for ; Mon, 18 Aug 2014 01:37:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1F5D496; Mon, 18 Aug 2014 01:37:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Aug 2014 01:37:35 +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: <20140818013735.1F5D496@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 Aug 18 01:37:35 UTC 2014 Modified Files: pkgsrc/www/ikiwiki: Makefile distinfo options.mk Log Message: Update to 3.20140815. From the changelog: * Add google back to openid selector. Apparently this has gotten a stay of execution until April 2015. (It may continue to work until 2017.) * highlight: Add compatibility with highlight 3.18, while still supporting 3.9+. Closes: #757679 Thanks, David Bremner * highlight: Add support for multiple language definition directories Closes: #757680 Thanks, David Bremner pkgsrc changes: * Add ikiwiki-highlight option that pulls in textproc/p5-highlight, for syntax highlighting code blocks (or entire source files). To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/www/ikiwiki/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ikiwiki/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.