Add note that "version required" should be kept upto date. After speaking
with Satoshi, it seems only the "Date created" and "Author" shouldn't be updated. Now I 100% find "version required" to be totally useless, as apose to the 5% usefulness in documenting the first version used for the port.
This commit is contained in:
parent
b75512b07a
commit
95843e6469
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2350
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.88 1997-12-31 05:04:36 obrien Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.89 1998-01-10 23:46:52 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -1550,11 +1550,12 @@ msql:*:80:249:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
|||
locate.
|
||||
|
||||
<tscreen><verb>
|
||||
[the header...just to make it easier for us to identify the ports.
|
||||
This header should not be changed when upgrading the port later.]
|
||||
[the header...just to make it easier for us to identify the ports.]
|
||||
# New ports collection makefile for: xdvi
|
||||
[the version required header should updated when upgrading a port.]
|
||||
# Version required: pl18 [things like "1.5alpha" are fine here too]
|
||||
[this is the date when the first version of this Makefile was created]
|
||||
[this is the date when the first version of this Makefile was created.
|
||||
Never change this when doing an update of the port.]
|
||||
# Date created: 26 May 1995
|
||||
[this is the person who did the original port to FreeBSD, in particular, the
|
||||
person who wrote the first version of this Makefile. Remember, this should
|
||||
|
|
Loading…
Reference in a new issue