[139346] trunk/dports/multimedia/mythtv-core.27

ctreleaven at macports.org ctreleaven at macports.org
Thu Aug 13 14:15:48 PDT 2015


Revision: 139346
          https://trac.macports.org/changeset/139346
Author:   ctreleaven at macports.org
Date:     2015-08-13 14:15:48 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
mythtv-core.27: remove redundant db init commands

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv-core.27/Portfile
    trunk/dports/multimedia/mythtv-core.27/files/mythconverg_init.sql

Modified: trunk/dports/multimedia/mythtv-core.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/Portfile	2015-08-13 20:50:47 UTC (rev 139345)
+++ trunk/dports/multimedia/mythtv-core.27/Portfile	2015-08-13 21:15:48 UTC (rev 139346)
@@ -16,6 +16,7 @@
 
 name                mythtv-core${majorversion}
 version             0${majorversion}${minorversion}-Fixes-20150802
+revision            1
 categories          multimedia
 platforms           darwin
 # i386 unsupported -- https://trac.macports.org/ticket/40337

Modified: trunk/dports/multimedia/mythtv-core.27/files/mythconverg_init.sql
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/files/mythconverg_init.sql	2015-08-13 20:50:47 UTC (rev 139345)
+++ trunk/dports/multimedia/mythtv-core.27/files/mythconverg_init.sql	2015-08-13 21:15:48 UTC (rev 139346)
@@ -3,9 +3,5 @@
 FLUSH PRIVILEGES;
 grant all on mythconverg.* to mythtv@"%" identified by "mythtv";
 FLUSH PRIVILEGES;
-GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv at localhost IDENTIFIED BY "mythtv";
-FLUSH PRIVILEGES;
-GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv@"&" IDENTIFIED BY "mythtv";
-FLUSH PRIVILEGES;
 ALTER DATABASE mythconverg DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 FLUSH PRIVILEGES;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150813/a7219675/attachment.html>


More information about the macports-changes mailing list