Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 22:48:04 +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: r336297 - head/databases/phpmyadmin
Message-ID:  <201312122248.rBCMm5au019915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312122248.rBCMm5au019915>