From owner-freebsd-ports@FreeBSD.ORG Thu Sep 13 16:45:45 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFAAC1065672; Thu, 13 Sep 2012 16:45:45 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) by mx1.freebsd.org (Postfix) with ESMTP id 357748FC0C; Thu, 13 Sep 2012 16:45:45 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward5h.mail.yandex.net (Yandex) with ESMTP id A7CB9D01E41; Thu, 13 Sep 2012 20:45:43 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 55CEC1700127; Thu, 13 Sep 2012 20:45:43 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id jgfKEhAp-jgfKqxmk; Thu, 13 Sep 2012 20:45:43 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1347554743; bh=BXeB7dTKXqA6T1xo9yc5sq4VlVJNhNaopqf/g0dUfCY=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jJd01gTvBkIxyTZjBZFpBT+m6MxLLPbh6wCtGHz7vOH1WG9pn1oE1OeUO1+P8njjX e8cNiVhwURLMj2CPpIfq6JeRQnNWwA4E0ooGClo0gnN1Uz4N7ss/TfH8Oq2x+1dn+N xPfz18U0crivdyOEwXo9E2EbVzkOFAWY3imqNCsA= Message-ID: <50520DAF.5050006@yandex.ru> Date: Thu, 13 Sep 2012 20:45:35 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Bryan Drewery References: <5051F671.3050605@yandex.ru> <5051F958.4090004@shatow.net> In-Reply-To: <5051F958.4090004@shatow.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List , Michael Scheidell Subject: Re: svn, ports and $FreeBSD$ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 16:45:45 -0000 Bryan Drewery wrote on 13.09.2012 19:18: > On 9/13/2012 10:06 AM, Ruslan Mahmatkhanov wrote: >> >> Hello, >> >> while committing an update for sysutils/ldap-account-manager I got this >> message: >> >> """ >> Sending Makefile >> Sending distinfo >> Sending pkg-descr >> Sending pkg-plist >> Transmitting file data ....svn: E165001: Commit failed (details follow): >> svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: >> Path "head/sysutils/ldap-account-manager/pkg-plist" does not have a >> valid $FreeBSD$ string (keywords not disabled here) >> == Pre-commit problem count: 1 >> >> svn: E165001: Your commit message was left in a temporary file: >> svn: E165001: '/home/rm/learn/free/000/sysutils/svn-commit.tmp' >> """ >> >> I already got this error once before, but now I decided to ask what is >> wrong. Why this hook doesn't whining most of the time (most of the >> pkg-plist's I had ever svn-committed were w/o $FreeBSD$ line) and why it >> complains now. What's is the best practice regarding this line in >> pkg-plist's? Thanks. >> > > This is how to fix: > > # svn propdel svn:keywords pkg-plist > # svn propset fbsd:nokeywords yes pkg-plist > > The plist should not have the keywords. > > http://wiki.freebsd.org/PortsSubversionPrimer has some auto-props you > can use to do this automatically. I've had issues with this working, but > just follow the props as layed out there for the files listed. > Thanks Bryan and Michael. It looks like I need to deep into subversion docs to understand what's this and why it is happening :). But I will follow your suggestions until that. -- Regards, Ruslan Tinderboxing kills... the drives.