[138440] trunk/dports/www/phpmyadmin/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 8 06:20:32 PDT 2015


Revision: 138440
          https://trac.macports.org/changeset/138440
Author:   ryandesign at macports.org
Date:     2015-07-08 06:20:32 -0700 (Wed, 08 Jul 2015)
Log Message:
-----------
phpmyadmin: update to 4.4.11

Modified Paths:
--------------
    trunk/dports/www/phpmyadmin/Portfile

Modified: trunk/dports/www/phpmyadmin/Portfile
===================================================================
--- trunk/dports/www/phpmyadmin/Portfile	2015-07-08 13:06:29 UTC (rev 138439)
+++ trunk/dports/www/phpmyadmin/Portfile	2015-07-08 13:20:32 UTC (rev 138440)
@@ -5,7 +5,7 @@
 
 name                phpmyadmin
 set my_name         phpMyAdmin
-version             4.4.10
+version             4.4.11
 categories          www php databases
 platforms           darwin freebsd
 maintainers         ryandesign openmaintainer
@@ -21,14 +21,14 @@
                     interface (managing databases, tables, fields, relations, \
                     indexes, users, permissions, etc), while you still have \
                     the ability to directly execute any SQL statement.
-homepage            http://www.phpmyadmin.net/
-master_sites        sourceforge:project/phpmyadmin/phpMyAdmin/${version}
+homepage            https://www.phpmyadmin.net/
+master_sites        https://files.phpmyadmin.net/phpMyAdmin/${version}/
 distname            ${my_name}-${version}-all-languages
 use_xz              yes
 
-checksums           md5     f10d5e1ca966a2e5edf13f0ebc80f639 \
-                    rmd160  94af6af126f946cae07356ce4bc6898f20985f5e \
-                    sha256  8048f112876fb49c44136f23d7fc101a3637f908944a6c85263248222c48008b
+checksums           sha1    2abaf877d5f0e6f4531c3464f34d54c7a9203de1 \
+                    rmd160  52b4db0ecd668ad334be6b941b004033d2ace02e \
+                    sha256  8c27b5ed782de5037cb879a7c40789acbad53040aaa342df0209be80d50c1afc
 
 # The php variants deliberately do not conflict
 
@@ -57,7 +57,7 @@
 
 destroot {
     xinstall -d -m 0755 ${docroot}
-    eval copy [glob ${worksrcpath}/*] ${docroot}
+    copy {*}[glob ${worksrcpath}/*] ${docroot}
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150708/77fbe955/attachment.html>


More information about the macports-changes mailing list