ports/157033: [maintainer] databases/phpmyadmin update to 3.4.0
Matthew Seaman
m.seaman at infracaninophile.co.uk
Sat May 14 08:40:12 UTC 2011
>Number: 157033
>Category: ports
>Synopsis: [maintainer] databases/phpmyadmin update to 3.4.0
>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: Sat May 14 08:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #40 r220927M: Thu Apr 21 22:17:47 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64
>Description:
Update to version 3.4.0. This is a significant update introducing
much new functionality. Previous configurations (config.inc.php)
should still work unchanged, but systems administrators might like to
review in order to make the best use of available functionality.
Announce Mesage:
Welcome to phpMyAdmin 3.4.0, presenting a new default theme. This release
contains new features, especially:
* User preferences
* Relation schema export to multiple formats
* ENUM/SET editor
* Simplified interface for export/import
* AJAXification of some parts
* Charts
* Visual query builder
New dependencies: devel/php5-json
www/pecl-APC (Optional)
ChangeLog:
http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.0%2FphpMyAdmin-3.4.0.html/view
>How-To-Repeat:
>Fix:
--- phpmyadmin.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v
retrieving revision 1.132
diff -u -u -r1.132 Makefile
--- Makefile 19 Mar 2011 19:58:15 -0000 1.132
+++ Makefile 14 May 2011 08:21:05 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= phpMyAdmin
-DISTVERSION= 3.3.10
+DISTVERSION= 3.4.0
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
@@ -16,28 +16,29 @@
LICENSE= GPLv2
-USE_MYSQL= yes
+USE_MYSQL= compat
IGNORE_WITH_PHP= 4
IGNORE_WITH_MYSQL= 323 40 41
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP= ctype mysql session filter mbstring
+USE_PHP= ctype mysql session filter mbstring json
.endif
# Note: default settings will pull in X11 client support. If you don't
# want this, either turn off GD in the config dialog, or else turn off
# FONTCONFIG in the graphics/gd port options.
-OPTIONS= SUPHP "suPHP support" off \
- BZ2 "bzip2 library support" on \
- GD "GD library support (requires X11)" on \
- MYSQLI "Improved MySQL support" off \
- OPENSSL "OpenSSL support" on \
- PDF "PDFlib support" on \
- ZLIB "ZLIB support" on \
- MCRYPT "MCrypt library support" on \
- ZIP "Zip compression support" on
+OPTIONS= SUPHP "suPHP support" off \
+ BZ2 "bzip2 library support" on \
+ GD "GD library support (requires X11)" on \
+ MYSQLI "Improved MySQL support" off \
+ OPENSSL "OpenSSL support" on \
+ PDF "PDFlib support" on \
+ ZLIB "ZLIB support" on \
+ MCRYPT "MCrypt library support" on \
+ ZIP "Zip compression support" on \
+ APC "APC (animated progress bar) support" on
.include <bsd.port.options.mk>
@@ -78,7 +79,7 @@
.if !defined(WITHOUT_PHP_DEPENDS)
# Options that default to on:
-.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING ZIP
+.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING ZIP APC
. if !defined(WITHOUT_${opt}) || defined(WITH_${opt})
USE_PHP+= ${opt:L}
. endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v
retrieving revision 1.110
diff -u -u -r1.110 distinfo
--- distinfo 19 Mar 2011 19:58:15 -0000 1.110
+++ distinfo 14 May 2011 08:21:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-3.3.10-all-languages.tar.bz2) = 42fd27b941444f0469154408ba3ca8df9855c31602b1be369165476224e41718
-SIZE (phpMyAdmin-3.3.10-all-languages.tar.bz2) = 3675842
+SHA256 (phpMyAdmin-3.4.0-all-languages.tar.bz2) = 8dbc70fa22f76d6cf34723d5349450184327e33fe742bbf5bcf396c757769708
+SIZE (phpMyAdmin-3.4.0-all-languages.tar.bz2) = 4548030
--- phpmyadmin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list