From owner-svn-ports-all@FreeBSD.ORG Thu Dec 12 22:48:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F5A1E9E; Thu, 12 Dec 2013 22:48:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AAB1112A; Thu, 12 Dec 2013 22:48:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBCMm5G3019917; Thu, 12 Dec 2013 22:48:05 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBCMm5au019915; Thu, 12 Dec 2013 22:48:05 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201312122248.rBCMm5au019915@svn.freebsd.org> From: Matthew Seaman Date: Thu, 12 Dec 2013 22:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336297 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 22:48:05 -0000 Author: matthew Date: Thu Dec 12 22:48:04 2013 New Revision: 336297 URL: http://svnweb.freebsd.org/changeset/ports/336297 Log: Update to 4.1.0 With this release, the minimum required version of PHP is now php-5.3, and the minimum compatible version of MySQL is now mysql-5.5. See http://docs.phpmyadmin.net/en/latest/require.html for details. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.0/phpMyAdmin-4.1.0-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Dec 12 22:09:42 2013 (r336296) +++ head/databases/phpmyadmin/Makefile Thu Dec 12 22:48:04 2013 (r336297) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.0.10 -PORTREVISION= 1 +DISTVERSION= 4.1.0 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -18,6 +17,7 @@ USE_XZ= yes USES= shebangfix NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) +IGNORE_WITH_PHP=52 USE_PHP= ctype session filter mbstring json spl .endif Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Dec 12 22:09:42 2013 (r336296) +++ head/databases/phpmyadmin/distinfo Thu Dec 12 22:48:04 2013 (r336297) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.0.10-all-languages.tar.xz) = bed06e2be2c8b2cffe36e91abc94dd85fc6327ffb1a3c496c3d1856839cc6f7d -SIZE (phpMyAdmin-4.0.10-all-languages.tar.xz) = 4774280 +SHA256 (phpMyAdmin-4.1.0-all-languages.tar.xz) = c9311f16acf586d7fff98624a7d9394da09e50d45c325265234226a544f7eb3c +SIZE (phpMyAdmin-4.1.0-all-languages.tar.xz) = 4813224