ports/86301: [maintainer] databases/phpmyadmin -- update to 2.6.4-pl1
Matthew Seaman
m.seaman at infracaninophile.co.uk
Sun Sep 18 18:00:32 UTC 2005
>Number: 86301
>Category: ports
>Synopsis: [maintainer] databases/phpmyadmin -- update to 2.6.4-pl1
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 18 18:00:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 6.0-BETA4 i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lack-of-gravitas.thebunker.net 6.0-BETA4 FreeBSD 6.0-BETA4 #4: Wed Sep 14 10:14:38 BST 2005 root at lack-of-gravitas.thebunker.net:/usr/obj/usr/src/sys/LACK-OF-GRAVITAS i386
>Description:
Patch to fix up some fubars in the recent 2.6.4 release. Announcement
message is at:
http://sourceforge.net/mailarchive/forum.php?thread_id=8209052&forum_id=2140
and says:
Patch level 1 for phpMyAdmin 2.6.4 fixes those two problems:
- exporting in https mode under Internet Explorer fails
- a missing Save button in Relation view where pmadb is not defined
Details on http://www.phpmyadmin.net
Marc Delisle, for the team
>How-To-Repeat:
>Fix:
--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile Wed Sep 14 08:25:17 2005
+++ phpmyadmin/Makefile Sun Sep 18 18:44:28 2005
@@ -6,12 +6,12 @@
#
PORTNAME= phpMyAdmin
-PORTVERSION= 2.6.4
-#DISTVERSION= 2.6.4
+PORTVERSION= 2.6.4.1
+#DISTVERSION= 2.6.4-pl1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/}
MAINTAINER= m.seaman at infracaninophile.co.uk
COMMENT= A set of PHP-scripts to manage MySQL over the web
diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo
--- /usr/ports/databases/phpmyadmin/distinfo Wed Sep 14 08:25:17 2005
+++ phpmyadmin/distinfo Sun Sep 18 18:44:42 2005
@@ -1,2 +1,2 @@
-MD5 (phpMyAdmin-2.6.4.tar.bz2) = cb24f2aff8cd16cb8d1026b7e5934582
-SIZE (phpMyAdmin-2.6.4.tar.bz2) = 1731434
+MD5 (phpMyAdmin-2.6.4-pl1.tar.bz2) = aec734f9c9907f77a9dc497a226634e9
+SIZE (phpMyAdmin-2.6.4-pl1.tar.bz2) = 1730104
--- phpmyadmin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list