[125650] trunk/dports/textproc/sphinx/Portfile

pixilla at macports.org pixilla at macports.org
Tue Sep 23 09:30:02 PDT 2014


Revision: 125650
          https://trac.macports.org/changeset/125650
Author:   pixilla at macports.org
Date:     2014-09-23 09:30:01 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
textproc/sphinx:
- Remove mysql sphinx plugin subports committed by mistake, they are not ready.

Modified Paths:
--------------
    trunk/dports/textproc/sphinx/Portfile

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2014-09-23 15:43:36 UTC (rev 125649)
+++ trunk/dports/textproc/sphinx/Portfile	2014-09-23 16:30:01 UTC (rev 125650)
@@ -184,28 +184,3 @@
     
     use_parallel_build  no
 }
-
-set mysql.ports     {mysql51 mysql55 mysql56 mariadb mariadb-10.0 mariadb-11.0 percona}
-foreach mysql.port ${mysql.ports} {
-
-    lappend mysql.plugin.ports "${mysql.port}-${name}se-plugin"
-}
-foreach mysql.plugin.port ${mysql.plugin.ports} {
-
-    set idx [lsearch ${mysql.plugin.ports} ${mysql.plugin.port}]
-    set mysql.port [lindex ${mysql.ports} $idx]
-
-    subport ${mysql.port}-${name}se-plugin {
-
-        PortGroup           cmake 1.0
-
-        license             LGPL-2
-        description         Sphinx mysql plugin.
-        long_description    ${description}
-
-        worksrcdir          ${worksrcdir}/mysqlse
-
-        set mysql.name      ${mysql.port}
-        depends_lib-append  port:${name} port:${mysql.port}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/c2729701/attachment.html>


More information about the macports-changes mailing list