Revision
100153
Author
pixilla@macports.org
Date
2012-11-30 14:08:32 -0800 (Fri, 30 Nov 2012)

Log Message

database/mysql5:
- Link against MacPorts libwrap. See #37172

Modified Paths

Diff

Modified: trunk/dports/databases/mysql5/Portfile (100152 => 100153)


--- trunk/dports/databases/mysql5/Portfile	2012-11-30 22:04:57 UTC (rev 100152)
+++ trunk/dports/databases/mysql5/Portfile	2012-11-30 22:08:32 UTC (rev 100153)
@@ -6,7 +6,7 @@
 name                    mysql5
 version                 5.1.66
 # Please set revision_client and revision_server to 0 if you bump version.
-set revision_client     1
+set revision_client     2
 set revision_server     1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 homepage                http://www.mysql.com/
@@ -61,11 +61,13 @@
     conflicts               mysql5-devel mysql4
     depends_lib \
         port:zlib \
-        port:openssl
-    
+        port:openssl \
+        port:tcp_wrappers
+
     archcheck.files         lib/libz.dylib \
-                            lib/libssl.dylib
-    
+                            lib/libssl.dylib \
+                            lib/libwrap.dylib
+
     patch.pre_args      -p1
     patchfiles          patch-Makefile.in.diff \
                         patch-scripts-mysql_secure_installation.sh.diff