Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8ADD963E529 for ; Sat, 15 Dec 2012 11:16:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 551E614A263; Sat, 15 Dec 2012 11:16:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 430D214A261 for ; Sat, 15 Dec 2012 11:16:09 +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 MBu14xR9vKhE for ; Sat, 15 Dec 2012 11:16:08 +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 B054C14A257 for ; Sat, 15 Dec 2012 11:16:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 41B3F175DD; Sat, 15 Dec 2012 11:16:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 15 Dec 2012 11:16:08 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/www/ocsigen To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20121215111608.41B3F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Sat Dec 15 11:16:08 UTC 2012 Modified Files: pkgsrc/www/ocsigen: Makefile PLIST distinfo options.mk pkgsrc/www/ocsigen/patches: patch-Makefile patch-src_Makefile Removed Files: pkgsrc/www/ocsigen: PLIST.camlzip PLIST.sqlite Log Message: Updated www/ocsigen to its newest version, 2.2.0. Changes include: * Relative filenames when not running as daemon * Small change in ocsigen_lib: encoding of parameters with " * fix Ocsigen_http_client.get_url (and other) first "/" was missing * Installation: Do not try to chown files to a different user * Fix error on make logrotate * redirectmod: fixing default to permanent (as written in manual) * Minor additions in the API Also, the package was updated, mostly to use PLIST_VARS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ocsigen/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ocsigen/PLIST cvs rdiff -u -r1.1 -r0 pkgsrc/www/ocsigen/PLIST.camlzip \ pkgsrc/www/ocsigen/PLIST.sqlite cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ocsigen/distinfo \ pkgsrc/www/ocsigen/options.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ocsigen/patches/patch-Makefile \ pkgsrc/www/ocsigen/patches/patch-src_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.