[103109] trunk/dports/devel

larryv at macports.org larryv at macports.org
Thu Feb 14 10:57:26 PST 2013


Revision: 103109
          https://trac.macports.org/changeset/103109
Author:   larryv at macports.org
Date:     2013-02-14 10:57:26 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
ctags, developer_cmds: Mark as conflicting (#38044).

Modified Paths:
--------------
    trunk/dports/devel/ctags/Portfile
    trunk/dports/devel/developer_cmds/Portfile

Modified: trunk/dports/devel/ctags/Portfile
===================================================================
--- trunk/dports/devel/ctags/Portfile	2013-02-14 14:14:03 UTC (rev 103108)
+++ trunk/dports/devel/ctags/Portfile	2013-02-14 18:57:26 UTC (rev 103109)
@@ -8,6 +8,10 @@
 categories       devel
 maintainers      mww openmaintainer
 license          GPL-2
+
+# developer_cmds installs BSD ctags.
+conflicts        developer_cmds
+
 description      Reimplementation of ctags(1)
 long_description \
 	Exuberant Ctags generates an index (or tag) file of source language \

Modified: trunk/dports/devel/developer_cmds/Portfile
===================================================================
--- trunk/dports/devel/developer_cmds/Portfile	2013-02-14 14:14:03 UTC (rev 103108)
+++ trunk/dports/devel/developer_cmds/Portfile	2013-02-14 18:57:26 UTC (rev 103109)
@@ -8,6 +8,10 @@
 version                 60
 categories              devel
 maintainers             mfeiri openmaintainer
+
+# We install BSD ctags, conflicting with Exuberant Ctags.
+conflicts               ctags
+
 homepage                http://opensource.apple.com/source/${name}/
 master_sites            http://opensource.apple.com/tarballs/${name}/
 license                 BSD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130214/b355fe8d/attachment.html>


More information about the macports-changes mailing list