Revision: 102444 https://trac.macports.org/changeset/102444 Author: larryv@macports.org Date: 2013-02-02 23:25:37 -0800 (Sat, 02 Feb 2013) Log Message: ----------- cdrtools, dvdrtools: Mark as mutually conflicting (#37909). Modified Paths: -------------- trunk/dports/sysutils/cdrtools/Portfile trunk/dports/sysutils/dvdrtools/Portfile Modified: trunk/dports/sysutils/cdrtools/Portfile =================================================================== --- trunk/dports/sysutils/cdrtools/Portfile 2013-02-03 07:22:52 UTC (rev 102443) +++ trunk/dports/sysutils/cdrtools/Portfile 2013-02-03 07:25:37 UTC (rev 102444) @@ -11,6 +11,8 @@ # but different separable components are licensed differently license CDDL-1 BSD LGPL-2.1 GPL-2+ GPL-2 platforms darwin +conflicts dvdrtools + description ISO 9660 filesystem and CD creation tools long_description The cdrtools software includes programs to create \ and/or extract ISO 9660 filesystems, verify their \ Modified: trunk/dports/sysutils/dvdrtools/Portfile =================================================================== --- trunk/dports/sysutils/dvdrtools/Portfile 2013-02-03 07:22:52 UTC (rev 102443) +++ trunk/dports/sysutils/dvdrtools/Portfile 2013-02-03 07:25:37 UTC (rev 102444) @@ -8,6 +8,8 @@ categories sysutils platforms darwin maintainers nomaintainer +conflicts cdrtools + description a fork of cdrtools DVD writer support long_description Dvdrtools is a fork of cdrtools, with the \ primary goal of supporting writable DVD drives.