From owner-freebsd-ports@freebsd.org Fri May 18 04:43:40 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0ED2EE9935 for ; Fri, 18 May 2018 04:43:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-x22c.google.com (mail-yw0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCCF85B3F for ; Fri, 18 May 2018 04:43:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw0-x22c.google.com with SMTP id r202-v6so2032966ywg.10 for ; Thu, 17 May 2018 21:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LEOupSLZIxiW+TkpfsRedXTM0+yPw90//qyRGpJN9x8=; b=IbHVPL1RCkxZrPAbSZPMLBBUOUBaM6OGk+1hiwfXvo3IrPTjWqDw5ou+11iG9xfUS8 4jU6OQGj4eCa932glUpKILAS9sXbE81km6jtsV7jTXVJXzBI7JwVvKay8t1upcolXbUM z4YbG/C/ujx2IFzOPb+wBf1yMZSsh+2KQtjEM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LEOupSLZIxiW+TkpfsRedXTM0+yPw90//qyRGpJN9x8=; b=i3ilCDkWUFG3mqI7QZvsSL4QuZhZc4/+xpTPo/EntBG/IXMXnAMh49zGe/hC66g/fa YNVS9GFVxNCurPinpV+TqsPPdvQIsY7lCQjKGwiIb4+Tr70s4bw+VYuMg+SzfRi5n1zK WYH7LMvr551m757wcoeMCkwaBw1Pky4qVRNSLw72o++ImcT98jXboCIdeqb0jnA9QLGU +vT3MsEkpvXAGX2Yh2Dfo2TzBMR+o31MpFtNNUaNPUJeB+4OrT/B/X7K3uirkqSlyFYy +n42bSN0N6QcNEy7/iAY4/4s1em8KE67s5U9vYbN3XvI6TC04CIW9RXym+u03g5GH4JK NFqQ== X-Gm-Message-State: ALKqPwcI5BbohKBemBMykwn/dXyY/91XfI7C65PzbgiXtH45fAQ4J9U8 13x27XkSx+o+Sdj86hyjNNPC/R6o+GSz86jKizjDmUiJ X-Google-Smtp-Source: AB8JxZpmL2XusXbeEgl3iRupjmPECqbaJeSXGH47YbxQ5FlYnjk6MjDrzaKYx4xY/T664CSsCCw0XXiKQIcw0cpOw4s= X-Received: by 2002:a81:6dd0:: with SMTP id i199-v6mr3897426ywc.141.1526618618516; Thu, 17 May 2018 21:43:38 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Thu, 17 May 2018 21:43:08 -0700 (PDT) In-Reply-To: <20180518041501.GF37752@home.opsec.eu> References: <3cc77471-4200-1f45-e83d-2ae4d636f4fa@saltant.com> <732c3f40-1765-6883-dbec-f5c77db8e30c@saltant.com> <7b14a5c4-7320-8f5e-b8c3-f49809caf9e5@saltant.com> <20180518041501.GF37752@home.opsec.eu> From: Eitan Adler Date: Thu, 17 May 2018 21:43:08 -0700 Message-ID: Subject: Re: Practice of "Sponsored by" in commit messages To: Kurt Jaeger Cc: "John W. O'Brien" , FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 04:43:40 -0000 On 17 May 2018 at 21:15, Kurt Jaeger wrote: > Hi! > >> The FreeBSD project could help by asking committers to qualify >> "Sponsored by" lines to indicate which participant(s) is(are) sponsored, >> in way that is equivalent to the way that the actual work itself is >> customarily attributed. > > This sounds reasonable, so I suggest that you submit a > patch to the ports handbook that describes it for maintainers > and committers. One thing to note: FreeBSD has a custom patch to subversion to detect "ORGANIZATION_NAME" and automatically append it to the default template. This is likely why its getting added in unexpected places. -- Eitan Adler