Date: Thu, 24 Sep 2015 09:20:57 +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: r397684 - head/databases/phpmyadmin Message-ID: <201509240920.t8O9KvXr044102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Thu Sep 24 09:20:56 2015 New Revision: 397684 URL: https://svnweb.freebsd.org/changeset/ports/397684 Log: Update to 4.5.0.1 This is a fix for a regression in 4.5.0: - issue #11492 AUTO_INCREMENT statements are partly missing from exports ChangeLog: https://www.phpmyadmin.net/files/4.5.0.1/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Sep 24 08:12:33 2015 (r397683) +++ head/databases/phpmyadmin/Makefile Thu Sep 24 09:20:56 2015 (r397684) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.0 +DISTVERSION= 4.5.0.1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Sep 24 08:12:33 2015 (r397683) +++ head/databases/phpmyadmin/distinfo Thu Sep 24 09:20:56 2015 (r397684) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.0-all-languages.tar.xz) = a0bed8623eb94ee65ca86e5bb2893c0c5261adf436805e6c5fd65fe87eeddc36 -SIZE (phpMyAdmin-4.5.0-all-languages.tar.xz) = 5731056 +SHA256 (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = ec17e06648a70a6faff2602d00d2dd555b0d99ef3571d0e5153837adce832939 +SIZE (phpMyAdmin-4.5.0.1-all-languages.tar.xz) = 5730712
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509240920.t8O9KvXr044102>