Replace the RELENG_4 EOL/EOS policy with one for RELENG_6
Approved by: pav
This commit is contained in:
parent
42559cfbaa
commit
d49e1cf2f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36425
4 changed files with 36 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/portmgr/Makefile,v 1.2 2005/12/15 01:10:43 linimon Exp $
|
||||
# $FreeBSD: www/en/portmgr/Makefile,v 1.3 2006/05/11 22:58:42 pav Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -13,7 +13,7 @@ DOCS+= implementation.sgml
|
|||
DOCS+= policies.sgml
|
||||
DOCS+= policies_committing.sgml
|
||||
DOCS+= policies_contributors.sgml
|
||||
DOCS+= policies_releng_4.sgml
|
||||
DOCS+= policies_releng_6.sgml
|
||||
DOCS+= qa.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/portmgr/policies.sgml,v 1.6 2006/05/11 22:58:42 pav Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/portmgr/policies.sgml,v 1.7 2006/08/19 21:20:41 hrs Exp $">
|
||||
<!ENTITY title "Policies of the Ports Management Team">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
@ -12,8 +12,8 @@
|
|||
Ports Management Team has adopted certain policies to try to meet
|
||||
each of its goals.</p>
|
||||
|
||||
<p><a href="policies_releng_4.html">EOS/EOL Policies of Ports and Ports
|
||||
Intrastructure on RELENG_4</a></p>
|
||||
<p><a href="policies_releng_6.html">EOS/EOL Policies of Ports and Ports
|
||||
Intrastructure on RELENG_6</a></p>
|
||||
|
||||
<h3>Assure The Integrity Of The Ports Collection</h3>
|
||||
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/portmgr/policies_releng_4.sgml,v 1.3 2006/08/19 21:20:41 hrs Exp $">
|
||||
<!ENTITY title "EOS/EOL Policies of Ports and Ports Infrastructure on RELENG_4">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>While still many people use RELENG_4, it is End of Life (EOL) and
|
||||
End of Support (EOS). We encourage all users and developers to
|
||||
migrate to the FreeBSD 6.X branch, which is a stable and mature
|
||||
platform, and is now the 'reference' FreeBSD branch for the Ports
|
||||
Collection. The "last known good" tree has been tagged with the
|
||||
<tt>RELEASE_4_EOL</tt> tag as a convenience to those remaining
|
||||
users who intend to self-support their own 4.X installations.
|
||||
This tag is not supported in any way and security fixes will not
|
||||
be applied. Usage is therefore highly discouraged and should only
|
||||
be used as a last resort.</p>
|
||||
|
||||
<p>Support for RELENG_4 was removed from the ports infrastructure
|
||||
after the <tt>RELENG_4_EOL</tt> tag and the ports collection can no
|
||||
longer be used on that branch. Therefore maintainers are also no
|
||||
longer required to provide any form of support for running their
|
||||
ports on FreeBSD 4.X, and may also remove any legacy support code
|
||||
at their convenience.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
31
en/portmgr/policies_releng_6.sgml
Normal file
31
en/portmgr/policies_releng_6.sgml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "EOS/EOL Policies of Ports and Ports Infrastructure for RELENG_6">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>While many people still use RELENG_6, it is End of Life (EOL) and
|
||||
End of Support (EOS). We encourage all users and developers to
|
||||
migrate to the FreeBSD 7.X or 8.x branch, both of which is a mature
|
||||
and stable platform, and is now the 'reference' FreeBSD branch for
|
||||
the Ports Collection. The "last known good" tree will be tagged
|
||||
with the <tt>RELEASE_6_EOL</tt> tag as a convenience to those
|
||||
remaining users who intend to self-support their own 6.X
|
||||
installations. This tag is not supported in any way and security
|
||||
fixes will not be applied. Usage is therefore highly discouraged
|
||||
and should only be used as a last resort.</p>
|
||||
|
||||
<p>Support for RELENG_6 will be removed from the ports infrastructure
|
||||
after the <tt>RELENG_6_EOL</tt> tag and the ports collection can no
|
||||
longer be used on that branch. Therefore maintainers are also no
|
||||
longer required to provide any form of support for running their
|
||||
ports on FreeBSD 6.X, and may also remove any legacy support code
|
||||
at their convenience.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue