From owner-svn-ports-all@FreeBSD.ORG Fri May 22 07:45:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63F39843; Fri, 22 May 2015 07:45:45 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29D0A1BD7; Fri, 22 May 2015 07:45:45 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3260CBDC25; Fri, 22 May 2015 09:45:42 +0200 (CEST) Received: from atuin.in.mat.cc (40.82.97.84.rev.sfr.net [84.97.82.40]) by prod2.absolight.net (Postfix) with ESMTPA id 23073BDC1F; Fri, 22 May 2015 09:45:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 17B7D361F5B1; Fri, 22 May 2015 09:45:41 +0200 (CEST) Date: Fri, 22 May 2015 09:45:40 +0200 From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r386990 - head/audio/xcdplayer/files Message-ID: <58EBCBEF789BD5DB8E743507@atuin.in.mat.cc> In-Reply-To: <201505220730.t4M7Up3P046980@svn.freebsd.org> References: <201505220730.t4M7Up3P046980@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 07:45:45 -0000 +--On 22 mai 2015 07:30:51 +0000 Jan Beich wrote: | Author: jbeich | Date: Fri May 22 07:30:50 2015 | New Revision: 386990 | URL: https://svnweb.freebsd.org/changeset/ports/386990 | | Log: | audio/xcdplayer: oops, svn:keywords vs. fbsd:nokeywords | | Modified: | Directory Properties: | head/audio/xcdplayer/files/patch-internals.c (props changed) No, please, do not, ever, add $FreeBSD$ keywords to patches, even more, do *not* remove fbsd:nokeywords. See 4.2.2 of the porter's handbook[1]. I spent a good long time removing all of them, do not add some back. 1: -- Mathieu Arnold