diff options
author | tron <tron@pkgsrc.org> | 2013-09-28 07:52:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-09-28 07:52:43 +0000 |
commit | 315858f8ed64acffad7a322903b2926c9863bbfc (patch) | |
tree | 23ed4826fd0ae7edaef17fb34ebd3dae3031d291 /databases/phpmyadmin/Makefile | |
parent | 35cc23537227df484d969cb480e44bd6443c95e8 (diff) | |
download | pkgsrc-315858f8ed64acffad7a322903b2926c9863bbfc.tar.gz |
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.
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-rw-r--r-- | databases/phpmyadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |