Revision
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

Diff

Modified: trunk/dports/x11/tightvnc/Portfile (72700 => 72701)


--- 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 (72700 => 72701)


--- 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