From owner-svn-ports-head@FreeBSD.ORG Sun Aug 26 12:41:34 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAEB61065676 for ; Sun, 26 Aug 2012 12:41:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C29C8FC08 for ; Sun, 26 Aug 2012 12:41:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7QCfYu8004383 for ; Sun, 26 Aug 2012 12:41:34 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7QCfYcM004382 for svn-ports-head@freebsd.org; Sun, 26 Aug 2012 12:41:34 GMT (envelope-from bdrewery) Received: (qmail 90767 invoked from network); 26 Aug 2012 07:41:29 -0500 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 26 Aug 2012 07:41:29 -0500 Message-ID: <503A1978.2040406@FreeBSD.org> Date: Sun, 26 Aug 2012 07:41:28 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Boris Samorodov References: <201208260254.q7Q2sn7O045534@svn.freebsd.org> <5039F38B.7060802@passap.ru> In-Reply-To: <5039F38B.7060802@passap.ru> X-Enigmail-Version: 1.4.3 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303175 - head/sysutils/sysrc X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2012 12:41:34 -0000 On 8/26/2012 4:59 AM, Boris Samorodov wrote: > 26.08.2012 06:54, Bryan Drewery пишет: > >> Modified: head/sysutils/sysrc/Makefile >> ============================================================================== >> --- head/sysutils/sysrc/Makefile Sun Aug 26 02:47:48 2012 (r303174) >> +++ head/sysutils/sysrc/Makefile Sun Aug 26 02:54:49 2012 (r303175) >> @@ -1,25 +1,40 @@ >> # New ports collection makefile for: sysrc >> # Date created: 28 December 2011 >> -# Whom: Devin Teske >> +# Whom: Devin Teske >> # >> # $FreeBSD$ >> # > > Imo we do not change e-mail addresses at Makefile headers, since they > preseve history. I.e. the port was created when Devin was not a > committer yet. > Can you explain what purpose and benefit this brings over "svn log" and viewing the first revision of the port? Especially with easy "svn cp" repocopies now, the original port revision is easily found. I'm sure many original submitters would be thrilled to not have their contact information in a port they have not maintained in years. Regards, Bryan