diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-22 07:09:41 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-22 07:09:41 +0000 |
commit | b1bfba987745d99137ac60a901fc1df88c21ba7a (patch) | |
tree | 2ccf1c996233d5d4c743e648de4c17a520358af1 /databases/phpmyadmin211/Makefile | |
parent | 65e4b4ac4177d7edaa98ab6a5e0ec6fdb77084eb (diff) | |
download | ports-b1bfba987745d99137ac60a901fc1df88c21ba7a.tar.gz ports-b1bfba987745d99137ac60a901fc1df88c21ba7a.zip |
Routine update of phpmyadmin to version 2.11.0
>From the announce message:
The phpMyAdmin Project is proud to announce the immediate
availability of phpMyAdmin 2.11.0, which will probably be the last
series supporting PHP 4.
This version supports creating VIEWs from query results and can
manage triggers, procedures and functions. It also supports MySQL
5.0.37 query profiling and has an improved interface for servers
hosting thousands of databases and tables.
For the full announcement, see:
http://sourceforge.net/mailarchive/message.php?msg_name=46CB572E.7020200%40cegepsherbrooke.qc.ca
Full release notes can be found in either of these places:
https://sourceforge.net/project/shownotes.php?release_id=533830
http://www.phpmyadmin.net/ChangeLog.txt
PR: ports/115707
Submitted by: maintainer (Matthew Seaman)
Notes
Notes:
svn path=/head/; revision=198108
Diffstat (limited to 'databases/phpmyadmin211/Makefile')
-rw-r--r-- | databases/phpmyadmin211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index 06625a470573..6ec9779d1495 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 2.10.3 +DISTVERSION= 2.11.0 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin |