Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DC8D863B873 for ; Sun, 7 Mar 2010 22:29:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8595263B1E3; Sun, 7 Mar 2010 22:29:21 +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 B408663B1C0 for ; Sun, 7 Mar 2010 22:29:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 558FA175DF; Sun, 7 Mar 2010 22:29:20 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 7 Mar 2010 22:29:20 +0000 From: "Julio M. Merino Vidal" Subject: CVS commit: pkgsrc/devel/monotone-server To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20100307222920.558FA175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jmmv Date: Sun Mar 7 22:29:20 UTC 2010 Modified Files: pkgsrc/devel/monotone-server: Makefile pkgsrc/devel/monotone-server/files: hooks.conf Log Message: Fix get_passphrase hook to do the correct thing now that the input parameter is a structure instead of a string. Should probably change this hook to use the provided contrib/get_passphrase_from_file.lua file, but I just want to get things working again for now. Bump PKGREVISION to 1. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/monotone-server/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/monotone-server/files/hooks.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.