diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-31 18:03:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-31 18:03:12 +0000 |
commit | 54915889e10b369362e4d727359192b3a1e8cfa2 (patch) | |
tree | ed22b2b05a7bd3bd211399840385d0ed754f4cc9 /databases/phpmyadmin211 | |
parent | 43eaba2bd162653b5feb1bf7c2c473042d2612d8 (diff) | |
download | ports-54915889e10b369362e4d727359192b3a1e8cfa2.tar.gz ports-54915889e10b369362e4d727359192b3a1e8cfa2.zip |
Update two patchlevels at once. This is all fairly routine bugfix
stuff. Announce messages:
2.8.2.3: This one contains two fixes:
- cookie login on IIS with IE6
- switching from scripts/setup.php to the main script in case of
register_globals enabled
2.8.2.4:
Sorry for 2.8.2.3 which broke the setup script. Now fixed in 2.8.2.4.
Changelog:
https://sourceforge.net/project/shownotes.php?release_id=441457
PR: ports/102403
Submitted by: Matthew Seaman (maintainer)
Notes
Notes:
svn path=/head/; revision=171741
Diffstat (limited to 'databases/phpmyadmin211')
-rw-r--r-- | databases/phpmyadmin211/Makefile | 3 | ||||
-rw-r--r-- | databases/phpmyadmin211/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index c92214790b86..337166564d1e 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 2.8.2.2 -PORTREVISION= 1 +DISTVERSION= 2.8.2.4 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin diff --git a/databases/phpmyadmin211/distinfo b/databases/phpmyadmin211/distinfo index 94ef9fd0fd04..b47c14632978 100644 --- a/databases/phpmyadmin211/distinfo +++ b/databases/phpmyadmin211/distinfo @@ -1,3 +1,3 @@ -MD5 (phpMyAdmin-2.8.2.2.tar.bz2) = 51b0dea853b4af7c5b97cb5e190f8ddd -SHA256 (phpMyAdmin-2.8.2.2.tar.bz2) = d1adb191c0b9c078c1faa98a5bec0ec634ecd351f8b86fea66dc42aa159972ee -SIZE (phpMyAdmin-2.8.2.2.tar.bz2) = 2014113 +MD5 (phpMyAdmin-2.8.2.4.tar.bz2) = 9f777c577a04b84100b94c70e8c5ac55 +SHA256 (phpMyAdmin-2.8.2.4.tar.bz2) = 71693c6eedcdb616fa7195e36e27450b7ac0756e3f8f3275f54fb1b1db994ddf +SIZE (phpMyAdmin-2.8.2.4.tar.bz2) = 2014789 |