View | Details | Raw Unified | Return to bug 83541
Collapse All | Expand All

(-)mysql50-server/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	mysql
8
PORTNAME?=	mysql
9
PORTVERSION=	5.0.7
9
PORTVERSION=	5.0.9
10
PORTREVISION?=	0
10
PORTREVISION?=	0
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	${MASTER_SITE_MYSQL}
12
MASTER_SITES=	${MASTER_SITE_MYSQL}
(-)mysql50-server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (mysql-5.0.7-beta.tar.gz) = 7745b205c3945be79333f2080a675cf1
1
MD5 (mysql-5.0.9-beta.tar.gz) = 8899d591d549d1d8ca61f5741bff490c
2
SIZE (mysql-5.0.7-beta.tar.gz) = 18549536
2
SIZE (mysql-5.0.9-beta.tar.gz) = 18615183
(-)mysql50-server/files/patch-Makefile.in (-5 / +5 lines)
Lines 1-16 Link Here
1
--- Makefile.in.orig	Thu May 26 15:27:53 2005
1
--- Makefile.in.orig	Fri Jul  8 11:11:47 2005
2
+++ Makefile.in	Fri Jun  3 15:05:48 2005
2
+++ Makefile.in	Fri Jul 15 15:55:52 2005
3
@@ -355,12 +355,7 @@
3
@@ -358,12 +358,7 @@
4
 
4
 
5
 # These are built from source in the Docs directory
5
 # These are built from source in the Docs directory
6
 EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
6
 EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
7
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
7
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
8
-			@readline_topdir@ sql-common \
8
-			@readline_topdir@ sql-common \
9
-			@thread_dirs@ pstack \
9
-			@thread_dirs@ pstack \
10
-			@sql_union_dirs@ scripts man tests \
10
-			@sql_union_dirs@ scripts @man_dirs@ tests \
11
-			netware @libmysqld_dirs@ \
11
-			netware @libmysqld_dirs@ \
12
-			@bench_dirs@ support-files @tools_dirs@
12
-			@bench_dirs@ support-files @tools_dirs@
13
+SUBDIRS =
13
+SUBDIRS = 
14
 
14
 
15
 DIST_SUBDIRS = . include @docs_dirs@ zlib \
15
 DIST_SUBDIRS = . include @docs_dirs@ zlib \
16
 			@readline_topdir@ sql-common \
16
 			@readline_topdir@ sql-common \
(-)mysql50-scripts/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mysql
8
PORTNAME=	mysql
9
PORTREVISION=	1
9
PORTREVISION=	0
10
PKGNAMESUFFIX=	-scripts
10
PKGNAMESUFFIX=	-scripts
11
11
12
COMMENT=	Multithreaded SQL database (scripts)
12
COMMENT=	Multithreaded SQL database (scripts)

Return to bug 83541