svn commit: r348801 - head/databases/phpmyadmin
Matthew Seaman
matthew at FreeBSD.org
Sat Mar 22 17:37:41 UTC 2014
Author: matthew
Date: Sat Mar 22 17:37:41 2014
New Revision: 348801
URL: http://svnweb.freebsd.org/changeset/ports/348801
QAT: https://qat.redports.org/buildarchive/r348801/
Log:
Update to 4.1.10
* USE_XZ -> USES tar:xz
This is a routine bugfix update.
Release notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
Modified:
head/databases/phpmyadmin/Makefile
head/databases/phpmyadmin/distinfo
Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile Sat Mar 22 16:59:21 2014 (r348800)
+++ head/databases/phpmyadmin/Makefile Sat Mar 22 17:37:41 2014 (r348801)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= phpMyAdmin
-DISTVERSION= 4.1.9
+DISTVERSION= 4.1.10
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
@@ -13,8 +13,7 @@ COMMENT= A set of PHP-scripts to manage
NO_ARCH= yes
LICENSE= GPLv2
-USE_XZ= yes
-USES= shebangfix
+USES= shebangfix tar:xz
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
IGNORE_WITH_PHP=52
Modified: head/databases/phpmyadmin/distinfo
==============================================================================
--- head/databases/phpmyadmin/distinfo Sat Mar 22 16:59:21 2014 (r348800)
+++ head/databases/phpmyadmin/distinfo Sat Mar 22 17:37:41 2014 (r348801)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.1.9-all-languages.tar.xz) = efc5bd669324cd094cc1912afee9c91fd052fe9f226f767f7ec7b31a1796ce2c
-SIZE (phpMyAdmin-4.1.9-all-languages.tar.xz) = 4869148
+SHA256 (phpMyAdmin-4.1.10-all-languages.tar.xz) = 12081b20a10b976c6c05763f3a4fff77d89dc27038c1c34a532d3fb8007090d1
+SIZE (phpMyAdmin-4.1.10-all-languages.tar.xz) = 4798368
More information about the svn-ports-head
mailing list