From owner-svn-doc-all@FreeBSD.ORG Wed Sep 26 15:36:38 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B1771065672; Wed, 26 Sep 2012 15:36:38 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 75D848FC12; Wed, 26 Sep 2012 15:36:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QFacsl050122; Wed, 26 Sep 2012 15:36:38 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QFac22050120; Wed, 26 Sep 2012 15:36:38 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201209261536.q8QFac22050120@svn.freebsd.org> From: Warren Block Date: Wed, 26 Sep 2012 15:36:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39619 - head/en_US.ISO8859-1/books/porters-handbook X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 15:36:38 -0000 Author: wblock Date: Wed Sep 26 15:36:37 2012 New Revision: 39619 URL: http://svn.freebsd.org/changeset/doc/39619 Log: Return "Whom/Created by" to the porters handbook. Make the rules about how to handle the Created by: line more clear. PR: docs/171941 Submitted by: Adam Weinberger Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Wed Sep 26 06:59:09 2012 (r39618) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Wed Sep 26 15:36:37 2012 (r39619) @@ -143,9 +143,9 @@ USE_IMAKE= yes In some cases, the Makefile of an existing port may contain additional lines in the header, - such as the name and email of the person that originally - created the port. This additional information has been - declared obsolete, and is being phased out. + such as the name of the port and the date it was created. + This additional information has been declared obsolete, and + is being phased out. See if you can figure it out. Do not worry about the @@ -16440,6 +16440,10 @@ IGNORE= POINTYHAT is not supported [ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN when it is committed to our repository. If upgrading a port, do not alter this line back to "$FreeBSD$". SVN deals with it automatically.] +# Created by: Satoshi Asami <asami@FreeBSD.org> +[The optional Created by: line names the person who originally +created the port. If this line is present, future maintainers should +not change or remove it except at the original author's request.] [section to describe the port itself and the master site - PORTNAME and PORTVERSION are always first, followed by CATEGORIES,