[arch-commits] Commit in mysql/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Jun 2 11:23:06 UTC 2008


    Date: Monday, June 2, 2008 @ 07:23:06
  Author: alexander
Revision: 2462

Merged revisions 2-2461 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/mysql/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2461 | alexander | 2008-06-02 13:20:40 +0200 (Mon, 02 Jun 2008) | 2 lines
  
  upgpkg: mysql 5.0.60
........

Modified:
  mysql/repos/extra-x86_64/	(properties)
  mysql/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


Property changes on: mysql/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /mysql/trunk:1
   + /mysql/trunk:1-2461

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-02 11:20:40 UTC (rev 2461)
+++ extra-x86_64/PKGBUILD	2008-06-02 11:23:06 UTC (rev 2462)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 pkgname=mysql
-pkgver=5.0.51
-pkgrel=3
+pkgver=5.0.60
+pkgrel=1
 pkgdesc="A fast SQL database server"
 arch=(i686 x86_64)
 backup=(etc/my.cnf etc/conf.d/mysqld)
@@ -12,7 +12,7 @@
 url=('http://www.mysql.com/')
 options=('!libtool')
 license=('GPL')
-source=(ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/MySQL-5.0/mysql-${pkgver}a.tar.gz
+source=(http://mirror.provenscaling.com/mysql/enterprise/source/5.0/mysql-${pkgver}.tar.gz
 	mysql-no-clients.patch
 	mysqld
 	my.cnf
@@ -20,9 +20,8 @@
 
 build() {
   # PIC
-  cd ${startdir}/src/${pkgname}-${pkgver}a
+  cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np1 -i ${startdir}/src/mysql-no-clients.patch || return 1
-  libtoolize --force
   ./configure --prefix=/usr --libexecdir=/usr/sbin \
     --without-debug --without-docs --without-bench --without-readline \
     --with-innodb --enable-local-infile --with-openssl \
@@ -48,7 +47,7 @@
   install -D -m644 ../mysqld.conf.d ${startdir}/pkg/etc/conf.d/mysqld
   rm -f ${startdir}/pkg/usr/bin/mysql_config
 }
-md5sums=('a83dbdbb91267daf73d2297a9c283dd1'
+md5sums=('2709a53f3da6f1cd868825ed2ea80431'
          'e892aac36cbeb57f0e003ec0936afb3b'
          '64d79a5a34043c1de949d734b720c217'
          '0ee035590ffc61d32de994f461fd2bd2'





More information about the arch-commits mailing list