[97847] trunk/dports/databases/mysql5/Portfile

pixilla at macports.org pixilla at macports.org
Mon Sep 17 11:19:59 PDT 2012


Revision: 97847
          http://trac.macports.org//changeset/97847
Author:   pixilla at macports.org
Date:     2012-09-17 11:19:59 -0700 (Mon, 17 Sep 2012)
Log Message:
-----------
databases/mysql5:
- Move portgroups so as not to be included in the mysql5-server port. Closes #36186

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2012-09-17 18:17:58 UTC (rev 97846)
+++ trunk/dports/databases/mysql5/Portfile	2012-09-17 18:19:59 UTC (rev 97847)
@@ -2,11 +2,7 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               archcheck 1.0
 
-# http://bugs.mysql.com/bug.php?id=47360
-PortGroup               muniversal 1.0
-
 name                    mysql5
 version                 5.1.65
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -52,6 +48,11 @@
 
 if {${name} == ${subport}} {
     
+    PortGroup               archcheck 1.0
+
+    # http://bugs.mysql.com/bug.php?id=47360
+    PortGroup               muniversal 1.0
+
     conflicts               mysql5-devel mysql4
     depends_lib \
         port:zlib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120917/c97d643a/attachment.html>


More information about the macports-changes mailing list