Revision: 72701 http://trac.macports.org/changeset/72701 Author: ryandesign@macports.org Date: 2010-10-24 13:29:59 -0700 (Sun, 24 Oct 2010) Log Message: ----------- tightvnc and vnc conflict with tigervnc; see #26931 Modified Paths: -------------- trunk/dports/x11/tightvnc/Portfile trunk/dports/x11/vnc/Portfile Modified: trunk/dports/x11/tightvnc/Portfile =================================================================== --- trunk/dports/x11/tightvnc/Portfile 2010-10-24 20:28:23 UTC (rev 72700) +++ trunk/dports/x11/tightvnc/Portfile 2010-10-24 20:29:59 UTC (rev 72701) @@ -3,7 +3,7 @@ PortSystem 1.0 name tightvnc -conflicts vnc +conflicts vnc tigervnc version 1.3.10 categories x11 vnc maintainers nomaintainer Modified: trunk/dports/x11/vnc/Portfile =================================================================== --- trunk/dports/x11/vnc/Portfile 2010-10-24 20:28:23 UTC (rev 72700) +++ trunk/dports/x11/vnc/Portfile 2010-10-24 20:29:59 UTC (rev 72701) @@ -3,7 +3,7 @@ PortSystem 1.0 name vnc -conflicts tightvnc +conflicts tightvnc tigervnc version 4.1.3 categories x11 vnc maintainers nomaintainer
participants (1)
-
ryandesign@macports.org