--- mysql41-server/Makefile Tue Apr 12 00:25:02 2005 +++ mysql41-server/Makefile Tue May 31 00:39:46 2005 @@ -6,8 +6,8 @@ # PORTNAME?= mysql -PORTVERSION= 4.1.11 -PORTREVISION?= 1 +PORTVERSION= 4.1.12 +PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-4.1 @@ -121,7 +121,7 @@ mysqld_safe.1 perror.1 replace.1 .if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html +PORTDOCS= mysql.info .endif INFO= mysql --- mysql41-server/distinfo Wed Apr 6 07:58:50 2005 +++ mysql41-server/distinfo Tue May 31 00:39:46 2005 @@ -1,2 +1,2 @@ -MD5 (mysql-4.1.11.tar.gz) = 0b99001b07cad53f161ec629a6bb24ea -SIZE (mysql-4.1.11.tar.gz) = 22880239 +MD5 (mysql-4.1.12.tar.gz) = 56a6f5cacd97ae290e07bbe19f279af1 +SIZE (mysql-4.1.12.tar.gz) = 17069350 --- mysql41-server/files/patch-Docs::Makefile.in Mon Jan 10 06:53:10 2005 +++ mysql41-server/files/patch-Docs::Makefile.in Wed Dec 31 21:00:00 1969 @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Sun Jan 9 12:51:43 2005 -+++ Docs/Makefile.in Sun Jan 9 12:58:11 2005 -@@ -316,7 +316,7 @@ - - SUBDIRS = Images - GT = $(srcdir)/Support/generate-text-files.pl --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -626,7 +626,7 @@ - for dir in "$(DESTDIR)$(infodir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -750,7 +750,7 @@ - tags tags-recursive uninstall uninstall-am uninstall-info-am - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt --- mysql41-server/files/patch-scripts::Makefile.in Mon Jan 10 06:53:10 2005 +++ mysql41-server/files/patch-scripts::Makefile.in Tue May 31 00:39:46 2005 @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Tue Dec 14 13:41:31 2004 -+++ scripts/Makefile.in Sun Dec 19 11:52:42 2004 -@@ -316,26 +316,7 @@ +--- scripts/Makefile.in.orig Mon May 30 23:32:44 2005 ++++ scripts/Makefile.in Mon May 30 23:34:50 2005 +@@ -320,26 +320,7 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ zlib_dir = @zlib_dir@ @@ -24,25 +24,16 @@ - make_win_src_distribution \ - make_win_binary_distribution \ - mysql_create_system_tables -+bin_SCRIPTS = ++bin_SCRIPTS = EXTRA_SCRIPTS = make_binary_distribution.sh \ make_sharedlib_distribution.sh \ -@@ -366,7 +347,7 @@ +@@ -369,7 +350,7 @@ mysqlaccess.conf \ mysqlbug -dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = ++dist_pkgdata_DATA = # mysqlbug should be distributed built so that people can report build # failures with it. -@@ -652,8 +633,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: