[103218] trunk/dports/net/zabbix2/Portfile

eborisch at macports.org eborisch at macports.org
Mon Feb 18 19:26:34 PST 2013


Revision: 103218
          https://trac.macports.org/changeset/103218
Author:   eborisch at macports.org
Date:     2013-02-18 19:26:34 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
zabbix2: Remove -server from deps (could run DB on another machine.) See https://lists.macosforge.org/pipermail/macports-dev/2013-February/022098.html.

Modified Paths:
--------------
    trunk/dports/net/zabbix2/Portfile

Modified: trunk/dports/net/zabbix2/Portfile
===================================================================
--- trunk/dports/net/zabbix2/Portfile	2013-02-19 03:23:21 UTC (rev 103217)
+++ trunk/dports/net/zabbix2/Portfile	2013-02-19 03:26:34 UTC (rev 103218)
@@ -73,15 +73,15 @@
     startupitem.stop        "${prefix}/share/zabbix/zabbix_server.init stop"
 
     array set DBLIST {
-        mysql5  {"MySQL 5.x"            path:bin/mysql_config5:mysql5-server \
+        mysql5  {"MySQL 5.x"            path:bin/mysql_config5:mysql5 \
                  mysql=${prefix}/lib/mysql5/bin/mysql_config}
-        pgsql81 {"PostgreSQL 8.1.x"     port:postgresql81-server \
+        pgsql81 {"PostgreSQL 8.1.x"     port:postgresql81 \
                  pgsql=${prefix}/lib/postgresql81/bin/pg_config}
-        pgsql82 {"PostgreSQL 8.2.x"     port:postgresql82-server \
+        pgsql82 {"PostgreSQL 8.2.x"     port:postgresql82 \
                  pgsql=${prefix}/lib/postgresql82/bin/pg_config}
-        pgsql83 {"PostgreSQL 8.3.x"     port:postgresql83-server \
+        pgsql83 {"PostgreSQL 8.3.x"     port:postgresql83 \
                  pgsql=${prefix}/lib/postgresql83/bin/pg_config}
-        pgsql84 {"PostgreSQL 8.4.x"     port:postgresql84-server \
+        pgsql84 {"PostgreSQL 8.4.x"     port:postgresql84 \
                  pgsql=${prefix}/lib/postgresql84/bin/pg_config}
         sqlite3 {"SQLite 3.x"           port:sqlite3 \
                  sqlite3=${prefix}}
@@ -222,7 +222,7 @@
 ####                                           ####
 #### Begin ZABBIX2 server installation section ####
 
-1) Setup MySQL, i.e. via MacPorts:
+1) Setup MySQL, i.e. via MacPorts: (for local MySQL server)
 
     sudo port install mysql5-server
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130218/b681d99f/attachment.html>


More information about the macports-changes mailing list