[56666] trunk/base/doc/portfile.7
blb at macports.org
blb at macports.org
Mon Aug 31 16:01:54 PDT 2009
Revision: 56666
http://trac.macports.org/changeset/56666
Author: blb at macports.org
Date: 2009-08-31 16:01:53 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
portfile.7 - document conflicts and replaced_by settings
Modified Paths:
--------------
trunk/base/doc/portfile.7
Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7 2009-08-31 22:46:51 UTC (rev 56665)
+++ trunk/base/doc/portfile.7 2009-08-31 23:01:53 UTC (rev 56666)
@@ -306,6 +306,32 @@
.br
.Sy Example:
.Dl use_configure no
+.It Ic conflicts
+Used to list ports which conflict with the one containing the
+.Cm conflicts
+declaration.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Default:
+.Em none (empty)
+.br
+.Sy Example:
+.Dl conflicts cdrtools
+.It Ic replaced_by
+When a particular port is deprecated in favor of another, use
+.Cm replaced_by
+in the deprecated port and list the new one to be used.
+.br
+.Sy Type:
+.Em optional
+.br
+.Sy Default:
+.Em none (empty)
+.br
+.Sy Example:
+.Dl replaced_by xorg-renderproto
.El
.Sh TARGET HOOKS
A number of hooks are available for customizing many of the standard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090831/fe349df9/attachment.html>
More information about the macports-changes
mailing list