[94681] trunk/dports/databases/mysql51
pixilla at macports.org
pixilla at macports.org
Tue Jun 26 19:17:20 PDT 2012
Revision: 94681
https://trac.macports.org/changeset/94681
Author: pixilla at macports.org
Date: 2012-06-26 19:17:19 -0700 (Tue, 26 Jun 2012)
Log Message:
-----------
databases/mysql51:
- Fixing svn strangeness. On several occasions "svn add" has failed me and adding the files again
produces files with the contents duplicated.
Modified Paths:
--------------
trunk/dports/databases/mysql51/Portfile
trunk/dports/databases/mysql51/files/macports-default.cnf
trunk/dports/databases/mysql51/files/my.cnf
Modified: trunk/dports/databases/mysql51/Portfile
===================================================================
--- trunk/dports/databases/mysql51/Portfile 2012-06-27 01:52:00 UTC (rev 94680)
+++ trunk/dports/databases/mysql51/Portfile 2012-06-27 02:17:19 UTC (rev 94681)
@@ -7,8 +7,8 @@
set name_mysql ${name}
version 5.1.63
# Please set revision_client and revision_server to 0 if you bump version.
-set revision_client 3
-set revision_server 2
+set revision_client 4
+set revision_server 3
categories databases
platforms darwin
license GPL-2
Modified: trunk/dports/databases/mysql51/files/macports-default.cnf
===================================================================
--- trunk/dports/databases/mysql51/files/macports-default.cnf 2012-06-27 01:52:00 UTC (rev 94680)
+++ trunk/dports/databases/mysql51/files/macports-default.cnf 2012-06-27 02:17:19 UTC (rev 94681)
@@ -9,36 +9,3 @@
# One can always put the servers on different ports and
# remove or comment this option.
skip-networking
-# WARNING! ANY CHANGES TO THIS FILE WILL BE LOST ON UNINSTALL/UPGRADES!
-# Make your changes to @PREFIX@/etc/@NAME@/my.cnf
-# YOU HAVE BEEN WARNED!
-
-# MacPorts default options
-[mysqld]
-# skip-networking so multple mysql server ports can be loaded
-# without each competing for port 3306.
-# One can always put the servers on different ports and
-# remove or comment this option.
-skip-networking
-# WARNING! ANY CHANGES TO THIS FILE WILL BE LOST ON UNINSTALL/UPGRADES!
-# Make your changes to @PREFIX@/etc/@NAME@/my.cnf
-# YOU HAVE BEEN WARNED!
-
-# MacPorts default options
-[mysqld]
-# skip-networking so multple mysql server ports can be loaded
-# without each competing for port 3306.
-# One can always put the servers on different ports and
-# remove or comment this option.
-skip-networking
-# WARNING! ANY CHANGES TO THIS FILE WILL BE LOST ON UNINSTALL/UPGRADES!
-# Make your changes to @PREFIX@/etc/@NAME@/my.cnf
-# YOU HAVE BEEN WARNED!
-
-# MacPorts default options
-[mysqld]
-# skip-networking so multple mysql server ports can be loaded
-# without each competing for port 3306.
-# One can always put the servers on different ports and
-# remove or comment this option.
-skip-networking
Modified: trunk/dports/databases/mysql51/files/my.cnf
===================================================================
--- trunk/dports/databases/mysql51/files/my.cnf 2012-06-27 01:52:00 UTC (rev 94680)
+++ trunk/dports/databases/mysql51/files/my.cnf 2012-06-27 02:17:19 UTC (rev 94681)
@@ -1,8 +1,2 @@
# Use default MacPorts settings
!include @PREFIX@/etc/@NAME@/macports-default.cnf
-# Use default MacPorts settings
-!include @PREFIX@/etc/@NAME@/macports-default.cnf
-# Use default MacPorts settings
-!include @PREFIX@/etc/@NAME@/macports-default.cnf
-# Use default MacPorts settings
-!include @PREFIX@/etc/@NAME@/macports-default.cnf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120626/14df09ff/attachment.html>
More information about the macports-changes
mailing list