From owner-svn-ports-head@freebsd.org Wed Sep 18 19:21:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3693112528A; Wed, 18 Sep 2019 19:21:48 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46YVGN0J5yz4fSL; Wed, 18 Sep 2019 19:21:48 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E306D1782; Wed, 18 Sep 2019 19:21:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8IJLld0028437; Wed, 18 Sep 2019 19:21:47 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8IJLlgw028432; Wed, 18 Sep 2019 19:21:47 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201909181921.x8IJLlgw028432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 18 Sep 2019 19:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512284 - in head/databases: . phpmyadmin-devel X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/databases: . phpmyadmin-devel X-SVN-Commit-Revision: 512284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2019 19:21:48 -0000 Author: joneum Date: Wed Sep 18 19:21:47 2019 New Revision: 512284 URL: https://svnweb.freebsd.org/changeset/ports/512284 Log: Add phpmyadmin-devel to the ports-tree Changelog: Welcome to the first public alpha of phpMyAdmin 5.0.0. This release features a great number of new features and bug fixes. With this release, we are removing support of old PHP versions (5.5, 5.6, 7.0, and HHVM). These versions are outdated and are no longer supported by the PHP team. Detailed requirement information is available in the documentation included with the download or at https://docs.phpmyadmin.net/en/latest/require.html. As shown at https://www.phpmyadmin.net/downloads/#support our current branch of 4.9.x is planned to remain supported for some time in an LTS capacity. Some of the changes and new features include: * Enable columns names by default for CSV exports * Add Metro theme * Automatically add the index when creating an auto increment column * Improvements to exporting views * Prompt the user for confirmation before running an UPDATE query with no WHERE clause * Improvements to how errors are show to the user (including allowing easier copying of the error text to the clipboard) * Added keystrokes to clear the line (ctrl+l) and clear the entire console window (ctrl+u) * Use charset 'windows-1252' when export format is MS Excel There are several more changes, please refer to the ChangeLog file included with the release for full details. Known shortcomings: Due to changes in the MySQL authentication method, PHP versions prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer server (our tests show the problem actually began with MySQL 8.0.11). This relates to a PHP bug https://bugs.php.net/bug.php?id=76243. There is a workaround, that is to set your user account to use the current-style password hash method, mysql_native_password. This unfortunate lack of coordination has caused the incompatibility to affect all PHP applications, not just phpMyAdmin. For more details, you can see our bug tracker item at https://github.com/phpmyadmin/phpmyadmin/issues/14220. Downloads are available now at https://phpmyadmin.net/downloads/ Our work would not be possible without the donations of our generous sponsor, and this release in particular is brought to you thanks to the hard work of our Google Summer of Code students and many other contributors. For the team, Isaac Sponsored by: Netzkommune GmbH Added: head/databases/phpmyadmin-devel/ - copied from r512210, head/databases/phpmyadmin/ Modified: head/databases/Makefile head/databases/phpmyadmin-devel/Makefile head/databases/phpmyadmin-devel/distinfo Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Sep 18 19:10:30 2019 (r512283) +++ head/databases/Makefile Wed Sep 18 19:21:47 2019 (r512284) @@ -660,6 +660,7 @@ SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin + SUBDIR += phpmyadmin-devel SUBDIR += phppgadmin SUBDIR += pldebugger SUBDIR += plpgsql_check Modified: head/databases/phpmyadmin-devel/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Tue Sep 17 14:14:29 2019 (r512210) +++ head/databases/phpmyadmin-devel/Makefile Wed Sep 18 19:21:47 2019 (r512284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.9.0.1 +DISTVERSION= 5.0.0-alpha1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin-devel/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Tue Sep 17 14:14:29 2019 (r512210) +++ head/databases/phpmyadmin-devel/distinfo Wed Sep 18 19:21:47 2019 (r512284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560448620 -SHA256 (phpMyAdmin-4.9.0.1-all-languages.tar.xz) = e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6 -SIZE (phpMyAdmin-4.9.0.1-all-languages.tar.xz) = 6066680 +TIMESTAMP = 1568833819 +SHA256 (phpMyAdmin-5.0.0-alpha1-all-languages.tar.xz) = b078d07ecaec2571fb0a597dd48b6b7a91f4adc4f8617ddd4017969ae41c03a8 +SIZE (phpMyAdmin-5.0.0-alpha1-all-languages.tar.xz) = 8200540