From 1b558dd2ab62c7f95ce2a2b156d7425cc91d683c Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 7 Oct 2012 13:31:19 +0000 Subject: [PATCH] The official announcment wanted Created by before $FreeBSD$. Approved by: gabor --- en_US.ISO8859-1/books/porters-handbook/book.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 8fd106b097..2357314ceb 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -16477,15 +16477,16 @@ IGNORE= POINTYHAT is not supported Makefile. [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 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.] +# $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.