Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1A38263B93E for ; Fri, 11 Jun 2010 15:16:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id EA53563B109; Fri, 11 Jun 2010 15:15:58 +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 D512563B100 for ; Fri, 11 Jun 2010 15:15:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CB159175DD; Fri, 11 Jun 2010 15:15:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 11 Jun 2010 15:15:57 +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: <20100611151557.CB159175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: schmonz Date: Fri Jun 11 15:15:57 UTC 2010 Modified Files: pkgsrc/www/ikiwiki: Makefile PLIST distinfo Log Message: Update to 3.20100610. From the changelog: * creation_day() etc use local time, not gmtime. To match calendars, which use local time. * img: Fill in missing height or width when scaling image. * Remove example blog tag pages; allow autotag creation to create them when used. * Fix support for globbing in tagged() pagespecs. * Fix display of sidebar when previewing page edit. (Thanks, privat) * relativedate: Fix problem with localised dates not working. * editpage: Avoid storing accidental state changes when previewing pages. * page.tmpl: Add a div around the page content, and comments, to aide in sidebar styling. * style.css: Improvements to make floating sidebar fit much better on pages with inlines. * calendar: Shorten day names, and improve styling of month calendar. * style.css: Reduced sidebar width back to 20ex from 30; the month calendar will now fit in the smaller width, and 30 was feeling too large. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ikiwiki/PLIST cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/ikiwiki/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.