Date: Fri, 9 May 2014 06:27:17 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353446 - head/databases/phpmyadmin Message-ID: <201405090627.s496RHTK074999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Fri May 9 06:27:17 2014 New Revision: 353446 URL: http://svnweb.freebsd.org/changeset/ports/353446 QAT: https://qat.redports.org/buildarchive/r353446/ Log: Update to 4.2.0 This is a significant feature and bugfix upgrade. Note: this release drops compatibility with the php-mysql module, relying solely on php-mysqli now. Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.0/phpMyAdmin-4.2.0-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Fri May 9 06:17:22 2014 (r353445) +++ head/databases/phpmyadmin/Makefile Fri May 9 06:27:17 2014 (r353446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.1.14 +DISTVERSION= 4.2.0 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -17,7 +17,7 @@ USES= shebangfix tar:xz NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) IGNORE_WITH_PHP=52 -USE_PHP= ctype session filter mbstring json spl +USE_PHP= ctype session filter mbstring json spl mysqli .endif # Note: default settings will pull in X11 client support. If you don't @@ -25,17 +25,12 @@ USE_PHP= ctype session filter mbstring j # FONTCONFIG in the graphics/gd port options. OPTIONS_DEFINE= APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB -OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF XML ZIP ZLIB - -OPTIONS_MULTI= DB_connect -OPTIONS_MULTI_DB_connect= MYSQL MYSQLI +OPTIONS_DEFAULT= APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB APC_DESC= PHP APC (animated progress bar) support BZ2_DESC= PHP bzip2 library support GD_DESC= PHP GD library support (requires X11) MCRYPT_DESC= PHP MCrypt library support -MYSQLI_DESC= PHP Improved MySQL client support -MYSQL_DESC= PHP MySQL support via mysql client OPENSSL_DESC= PHP OpenSSL support PDF_DESC= PHP PDFlib support XML_DESC= PHP XML support (Export to OpenDoc) Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Fri May 9 06:17:22 2014 (r353445) +++ head/databases/phpmyadmin/distinfo Fri May 9 06:27:17 2014 (r353446) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.1.14-all-languages.tar.xz) = a124fd8cccc059cfe43e2b7b3a1858bb549fc00ef2c6d329418ee596aa9e8d8f -SIZE (phpMyAdmin-4.1.14-all-languages.tar.xz) = 4810240 +SHA256 (phpMyAdmin-4.2.0-all-languages.tar.xz) = fef460aa493f696b8536c273ef126bb142b88dd15c7ef584aca90d2ea07d3bbc +SIZE (phpMyAdmin-4.2.0-all-languages.tar.xz) = 4741792
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405090627.s496RHTK074999>