Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2011 16:31:15 GMT
From:      Eitan Adler <eadler@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/160369: [patch] update sample simple makefile with new conventions
Message-ID:  <201109011631.p81GVFj6095645@red.freebsd.org>
Resent-Message-ID: <201109011640.p81Ge7ad009299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160369
>Category:       docs
>Synopsis:       [patch] update sample simple makefile with new conventions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 01 16:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
I was told by sahil@ and bapt@ that we will now be ISO 8601:2004 form for new ports. 
Additionally, add a license to the sample makefile.
>How-To-Repeat:

>Fix:
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.1115
diff -u -r1.1115 book.sgml
--- book.sgml	15 Aug 2011 06:06:40 -0000	1.1115
+++ book.sgml	1 Sep 2011 16:28:39 -0000
@@ -120,7 +120,7 @@
 	  like this:</para>
 
 	<programlisting># New ports collection makefile for:   oneko
-# Date created:        5 December 1994
+# Date created:        1994-12-5
 # Whom:                asami
 #
 # &dollar;FreeBSD&dollar;
@@ -134,6 +134,8 @@
 MAINTAINER=    asami@FreeBSD.org
 COMMENT=       A cat chasing a mouse all over the screen
 
+LICENSE=       MIT
+
 MAN1=          oneko.1
 MANCOMPRESSED= yes
 USE_IMAKE=     yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109011631.p81GVFj6095645>