From 315858f8ed64acffad7a322903b2926c9863bbfc Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 28 Sep 2013 07:52:43 +0000 Subject: Update "phpmyadmin" package to version 4.0.7. Changes since 4.0.6: - bug #3993 Sorting in database overview with statistics doesn't work - bug Handle the situation where PHP_SELF is not set - bug #4080 Overwrite existing file not obeyed - bug #3929 Database-specific privileges are not copied when cloning user - bug #3997 Error handling in case MySQL extension is missing - bug #4089 Moving Columns will alter column definition - bug #4091 Insert ignore option does not work - bug #4090 Downloading BLOB downloads page template - bug #4092 Clicking on table name in view of information_schema redirects to wrong page - bug #4079 Copy Table Add AUTO_INCREMENT value checkbox not working - bug #4088 MySQL server version at index.php incorrect w/ controlhost - bug #4001 Import error: Class 'ImportOds' not found - bug #3986 Missing DROP VIEW button Approved by Thomas Klausner. --- databases/phpmyadmin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/phpmyadmin/Makefile') diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 4e319a74dac..c5965205ed5 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2013/09/18 22:20:04 tron Exp $ +# $NetBSD: Makefile,v 1.119 2013/09/28 07:52:43 tron Exp $ DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages PKGNAME= phpmyadmin-${DIST_VERSION:S/-//} @@ -29,7 +29,7 @@ MESSAGE_SUBST+= CONF_INC_PHP=${CONF_INC_PHP} PMCONFFILE=${PMCONFFILE:Q} \ EXDIR=${EXDIR:Q} CONF_INC_PHP= ${PREFIX}/share/phpmyadmin/config.inc.php -DIST_VERSION= 4.0.6 +DIST_VERSION= 4.0.7 DOC_FILES= ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION} APACHE_USER?= www -- cgit v1.2.3