[77863] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri Apr 15 00:11:42 PDT 2011


Revision: 77863
          http://trac.macports.org/changeset/77863
Author:   ryandesign at macports.org
Date:     2011-04-15 00:11:42 -0700 (Fri, 15 Apr 2011)
Log Message:
-----------
lua and lua50 conflict

Modified Paths:
--------------
    trunk/dports/lang/lua/Portfile
    trunk/dports/lang/lua50/Portfile

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2011-04-15 07:08:28 UTC (rev 77862)
+++ trunk/dports/lang/lua/Portfile	2011-04-15 07:11:42 UTC (rev 77863)
@@ -1,7 +1,9 @@
 # $Id$
 
 PortSystem          1.0
+
 name                lua
+conflicts           lua50
 set compat_version  5.1
 version             ${compat_version}.4
 revision            3

Modified: trunk/dports/lang/lua50/Portfile
===================================================================
--- trunk/dports/lang/lua50/Portfile	2011-04-15 07:08:28 UTC (rev 77862)
+++ trunk/dports/lang/lua50/Portfile	2011-04-15 07:11:42 UTC (rev 77863)
@@ -3,6 +3,7 @@
 PortSystem              1.0
 
 name                    lua50
+conflicts               lua
 version                 5.0.3
 categories              lang
 maintainers             nomaintainer
@@ -18,15 +19,6 @@
 
 depends_lib		port:readline
 
-pre-fetch {
-	ui_msg "****************************************************************"
-	ui_msg "*                                                              *"
-	ui_msg "* Notice: You can't install both lua and lua50! If you already *"
-	ui_msg "* have lua installed, please deactivate it first.              *"
-	ui_msg "*                                                              *"
-	ui_msg "****************************************************************"
-}
-
 patchfiles		patch-config \
 				patch-Makefile
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110415/b43feb12/attachment.html>


More information about the macports-changes mailing list