From owner-svn-ports-head@freebsd.org Thu Sep 24 06:35:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA88FA08981; Thu, 24 Sep 2015 06:35:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ADA711F4; Thu, 24 Sep 2015 06:35:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8O6Zf45075605; Thu, 24 Sep 2015 06:35:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8O6ZfGm075603; Thu, 24 Sep 2015 06:35:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201509240635.t8O6ZfGm075603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 24 Sep 2015 06:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397681 - head/databases/phpmyadmin X-SVN-Group: ports-head 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.20 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: Thu, 24 Sep 2015 06:35:41 -0000 Author: matthew Date: Thu Sep 24 06:35:40 2015 New Revision: 397681 URL: https://svnweb.freebsd.org/changeset/ports/397681 Log: Update to 4.5.0 This is the first release from the 4.5 branch, and a major update. With this release, the minimum required version of PHP is php-5.5 ChangeLog: https://www.phpmyadmin.net/files/4.5.0/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Sep 24 06:00:27 2015 (r397680) +++ head/databases/phpmyadmin/Makefile Thu Sep 24 06:35:40 2015 (r397681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.4.15 +DISTVERSION= 4.5.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -18,7 +18,7 @@ CPE_PRODUCT= ${PORTNAME:tl} NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP=54 USE_PHP= ctype session filter mbstring json spl mysqli .endif Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Sep 24 06:00:27 2015 (r397680) +++ head/databases/phpmyadmin/distinfo Thu Sep 24 06:35:40 2015 (r397681) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5b0846cb753a94dfc48993c0626e87fab045dfb7b56c33687a387ad2711b3969 -SIZE (phpMyAdmin-4.4.15-all-languages.tar.xz) = 5595740 +SHA256 (phpMyAdmin-4.5.0-all-languages.tar.xz) = a0bed8623eb94ee65ca86e5bb2893c0c5261adf436805e6c5fd65fe87eeddc36 +SIZE (phpMyAdmin-4.5.0-all-languages.tar.xz) = 5731056