From alex@vaio.alexdupre.com  Mon May 19 11:46:32 2003
Return-Path: <alex@vaio.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 30AB337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 May 2003 11:46:31 -0700 (PDT)
Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A029A43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 May 2003 11:46:29 -0700 (PDT)
	(envelope-from alex@vaio.alexdupre.com)
Received: from vaio.alexdupre.com (localhost [127.0.0.1])
	by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h4JIkRBa070543
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 May 2003 20:46:27 +0200 (CEST)
	(envelope-from alex@vaio.alexdupre.com)
Received: (from alex@localhost)
	by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h4JIkO5D070542;
	Mon, 19 May 2003 20:46:24 +0200 (CEST)
Message-Id: <200305191846.h4JIkO5D070542@vaio.alexdupre.com>
Date: Mon, 19 May 2003 20:46:24 +0200 (CEST)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer Update] Port: MySQL 4.0.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52440
>Category:       ports
>Synopsis:       [Maintainer Update] Port: MySQL 4.0.13
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 19 11:50:11 PDT 2003
>Closed-Date:    Wed May 21 10:52:58 PDT 2003
>Last-Modified:  Wed May 21 10:52:58 PDT 2003
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Update mysql40-client and mysql40-server to 4.0.13 release.
Make mysql40-client portlint clean.
>How-To-Repeat:
>Fix:

--- mysql40.diff begins here ---
diff -ruN mysql40-client.orig/Makefile mysql40-client/Makefile
--- mysql40-client.orig/Makefile	Mon May 19 19:01:03 2003
+++ mysql40-client/Makefile	Mon May 19 19:02:30 2003
@@ -6,11 +6,13 @@
 #
 
 PORTNAME=	mysql
-PORTREVISION=	2
+PORTREVISION=	0
 PKGNAMESUFFIX=	-client
 
-MASTERDIR=	${.CURDIR}/../mysql40-server
 COMMENT=	Multithreaded SQL database (client)
+
+MASTERDIR=	${.CURDIR}/../mysql40-server
+
 PKGINSTALL=	mustnotexist
 PLIST=		${PKGDIR}/pkg-plist.client
 
diff -ruN mysql40-server.orig/Makefile mysql40-server/Makefile
--- mysql40-server.orig/Makefile	Mon May 19 19:00:06 2003
+++ mysql40-server/Makefile	Mon May 19 19:00:32 2003
@@ -6,8 +6,8 @@
 #
 
 PORTNAME?=	mysql
-PORTVERSION=	4.0.12
-PORTREVISION?=	1
+PORTVERSION=	4.0.13
+PORTREVISION?=	0
 CATEGORIES=	databases
 MASTER_SITES=	ftp://mysql.secsup.org/pub/software/mysql/Downloads/MySQL-4.0/ \
 		http://mysql.tzone.it/Downloads/MySQL-4.0/ \
diff -ruN mysql40-server.orig/distinfo mysql40-server/distinfo
--- mysql40-server.orig/distinfo	Mon May 19 19:00:06 2003
+++ mysql40-server/distinfo	Mon May 19 19:05:56 2003
@@ -1 +1 @@
-MD5 (mysql-4.0.12.tar.gz) = 7d7696ecad5018939735049c0e87132f
+MD5 (mysql-4.0.13.tar.gz) = 4bad6dae73f53c16bfcf41c704681059
diff -ruN mysql40-server.orig/pkg-plist mysql40-server/pkg-plist
--- mysql40-server.orig/pkg-plist	Mon May 19 19:00:06 2003
+++ mysql40-server/pkg-plist	Mon May 19 20:40:39 2003
@@ -98,6 +98,7 @@
 %%PORTDOCS%%share/doc/mysql/manual_toc.html
 share/mysql/Description.plist
 share/mysql/Info.plist
+share/mysql/MySQL-shared-compat.spec
 share/mysql/StartupParameters.plist
 share/mysql/binary-configure
 share/mysql/postinstall
diff -ruN mysql40-server.orig/pkg-plist.client mysql40-server/pkg-plist.client
--- mysql40-server.orig/pkg-plist.client	Mon May 19 19:00:06 2003
+++ mysql40-server/pkg-plist.client	Mon May 19 19:22:42 2003
@@ -9,12 +9,12 @@
 bin/mysqlshow
 bin/mysqltest
 etc/rc.d/000.mysql-client.sh
-include/mysql/dbug.h
 include/mysql/errmsg.h
 include/mysql/m_ctype.h
 include/mysql/m_string.h
 include/mysql/my_alloc.h
 include/mysql/my_config.h
+include/mysql/my_dbug.h
 include/mysql/my_dir.h
 include/mysql/my_getopt.h
 include/mysql/my_global.h
--- mysql40.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: nork 
State-Changed-When: Wed May 21 09:30:41 PDT 2003 
State-Changed-Why:  
I'll handle this. 


Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Wed May 21 09:30:41 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52440 
State-Changed-From-To: analyzed->closed 
State-Changed-By: nork 
State-Changed-When: Wed May 21 10:52:44 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52440 
>Unformatted:
