[20029] trunk/dports/databases/mysql5
source_changes at macosforge.org
source_changes at macosforge.org
Thu Oct 12 16:37:38 PDT 2006
Revision: 20029
http://trac.macosforge.org/projects/macports/changeset/20029
Author: jberry at macports.org
Date: 2006-10-12 16:37:38 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
Upgrade mysql5 --> 5.0.26.
* Drop patch on configure, which has gone upstream.
* Should resolve #10862
Modified Paths:
--------------
trunk/dports/databases/mysql5/Portfile
Removed Paths:
-------------
trunk/dports/databases/mysql5/files/patch-configure
Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile 2006-10-12 21:03:11 UTC (rev 20028)
+++ trunk/dports/databases/mysql5/Portfile 2006-10-12 23:37:38 UTC (rev 20029)
@@ -3,7 +3,7 @@
PortSystem 1.0
name mysql5
-version 5.0.24a
+version 5.0.26
categories databases
platforms darwin
@@ -23,14 +23,12 @@
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.0/ \
http://ftp.plusline.de/mysql/Downloads/MySQL-5.0/
distname mysql-${version}
-checksums sha1 4bd685e6dda903b321afb8c36e0eac4a2d915f78 \
- md5 6b07546389f75c52611adb7af38c3667
+checksums md5 63ec8afeaf202c435b12d112f5ce7857 \
+ sha1 7197159f9214722aa41b82ad80f87b4af5d232ce
depends_lib port:zlib \
port:openssl
-patchfiles patch-configure
-
set dbdir ${prefix}/var/db/${name}
set mysqluser mysql
Deleted: trunk/dports/databases/mysql5/files/patch-configure
===================================================================
--- trunk/dports/databases/mysql5/files/patch-configure 2006-10-12 21:03:11 UTC (rev 20028)
+++ trunk/dports/databases/mysql5/files/patch-configure 2006-10-12 23:37:38 UTC (rev 20029)
@@ -1,13 +0,0 @@
---- configure.orig 2006-08-24 10:59:12.000000000 -0700
-+++ configure 2006-08-24 11:00:44.000000000 -0700
-@@ -39038,8 +39038,8 @@
- OPENSSL_INCLUDE=-I$incs
- fi
- # Test for libssl using all known library file endings
-- if test -f $d/libssl.a || test -f $d/libssl.so || \
-- test -f $d/libssl.sl || test -f $d/libssl.dylib ; then
-+ if test -f $libs/libssl.a || test -f $libs/libssl.so || \
-+ test -f $libs/libssl.sl || test -f $libs/libssl.dylib ; then
- OPENSSL_LIB=$libs
- fi
- ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061012/51939216/attachment.html
More information about the macports-changes
mailing list