2012-07-15 12:46:37 +02:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
2005-12-15 02:10:43 +01:00
|
|
|
<!ENTITY title "Policies of the Ports Management Team: Committing To The Tree">
|
|
|
|
]>
|
|
|
|
|
2012-07-15 12:46:37 +02:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2012-08-05 00:42:35 +02:00
|
|
|
<head>
|
|
|
|
<title>&title;</title>
|
|
|
|
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
|
|
</head>
|
2012-07-15 12:46:37 +02:00
|
|
|
|
|
|
|
<body class="navinclude.about">
|
2005-12-15 02:10:43 +01:00
|
|
|
|
|
|
|
<p>These are the specific policies that the Ports Management Team has
|
|
|
|
adopted regarding commits to the ports tree.</p>
|
|
|
|
|
|
|
|
<h3>Changes to <tt>bsd.port.mk</tt></h3>
|
|
|
|
|
|
|
|
<p>portmgr acts as sole committer for <tt>bsd.port.mk</tt> at all times.
|
|
|
|
Proposed changes must be submitted as PRs and assigned to portmgr.</p>
|
|
|
|
|
|
|
|
<h3>Changes when the tree is open</h3>
|
|
|
|
|
|
|
|
<p>Open to everything that would not
|
|
|
|
<a href="implementation.html#requires_regression_test">require a
|
|
|
|
regression test</a>.</p>
|
|
|
|
|
|
|
|
<h3>Changes when the tree is frozen</h3>
|
|
|
|
|
|
|
|
<p>All changes must be approved by portmgr. In general, only
|
|
|
|
the following will be accepted:</p>
|
|
|
|
|
|
|
|
<ul>
|
2006-10-19 20:42:11 +02:00
|
|
|
<li><p>fixes that would prevent a port from installing, deinstalling
|
|
|
|
or running properly for the <strong>upcoming</strong> release.</p></li>
|
2005-12-15 02:10:43 +01:00
|
|
|
|
|
|
|
<li><p>security problems. If sufficiently severe, these may imply the
|
|
|
|
need to create a slipped tag.</p></li>
|
|
|
|
|
|
|
|
<li><p>licensing issues. These require a slipped tag.</p></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>Changes when the tree is thawed</h3>
|
|
|
|
|
|
|
|
<p>No <a href="implementation.html#sweeping_changes">sweeping changes</a>.
|
|
|
|
This is to prevent possibly having to rebuild all the release packages.</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|