Date: Sun, 7 Oct 2012 13:31:20 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39670 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201210071331.q97DVKoR006887@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler (src,ports committer) Date: Sun Oct 7 13:31:19 2012 New Revision: 39670 URL: http://svn.freebsd.org/changeset/doc/39670 Log: The official announcment wanted Created by before $FreeBSD$. Approved by: gabor Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Oct 7 12:47:14 2012 (r39669) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun Oct 7 13:31:19 2012 (r39670) @@ -16477,15 +16477,16 @@ IGNORE= POINTYHAT is not supported <filename>Makefile</filename>.</para> <programlisting>[the header...just to make it easier for us to identify the ports.] -# $FreeBSD$ -[ ^^^^^^^^^ 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 <emphasis>Created by:</emphasis> 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.] +# $FreeBSD$ +[ ^^^^^^^^^ 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.] + [section to describe the port itself and the master site - PORTNAME and PORTVERSION are always first, followed by CATEGORIES, and then MASTER_SITES, which can be followed by MASTER_SITE_SUBDIR.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071331.q97DVKoR006887>