[124552] trunk/dports/www/ZendFramework/Portfile

snc at macports.org snc at macports.org
Mon Aug 25 11:49:15 PDT 2014


Revision: 124552
          https://trac.macports.org/changeset/124552
Author:   snc at macports.org
Date:     2014-08-25 11:49:15 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
ZendFramework2: update to 2.3.2, change available/default PHP variants

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

Modified: trunk/dports/www/ZendFramework/Portfile
===================================================================
--- trunk/dports/www/ZendFramework/Portfile	2014-08-25 18:43:15 UTC (rev 124551)
+++ trunk/dports/www/ZendFramework/Portfile	2014-08-25 18:49:15 UTC (rev 124552)
@@ -49,32 +49,32 @@
 }
 subport ZendFramework2 {
     conflicts ZendFramework1
-    version             2.3.1
+    version             2.3.2
     revision            0
 
     master_sites        https://packages.zendframework.com/releases/${name}-${version}/
     extract.suffix      .tgz
 
-    checksums           rmd160  ff76b03cce97a653d6b1c759ac5370a4fd2a257f \
-                        sha256  b121e3240c9c6cdb19c6c9921928f054c08a8a906052b9044ccfff8f544b56a7
+    checksums           rmd160  275dc91c67893618607600be1a634fa8a8f7e247 \
+                        sha256  0670eb054af122ca7a4a4328f311cbb0b030136dbfdd11756f7e89a24e16e4a9
 
     livecheck.regex     {Zend Framework (2\.\d+\.\d+) Full}
 }
 
 if {${name} ne ${subport}} {
-    foreach php {php5 php53 php54} {
+    foreach php {php53 php54 php55 php56} {
         eval [subst {
             variant ${php} conflicts manual_extensions description "Use ${php}" {
-                depends_run port:${php}-apc port:${php}-calendar port:${php}-curl port:${php}-dba port:${php}-exif port:${php}-ftp port:${php}-gd port:${php}-gettext port:${php}-gmp port:${php}-iconv port:${php}-imap port:${php}-mbstring port:${php}-mcrypt port:${php}-memcache port:${php}-mssql port:${php}-mysql port:${php}-odbc port:${php}-openssl port:${php}-pcntl port:${php}-posix port:${php}-postgresql port:${php}-soap port:${php}-sockets port:${php}-SPL_Types port:${php}-sqlite port:${php}-tidy port:${php}-wddx port:${php}-xmlrpc port:${php}-xsl port:${php}-zip
+                depends_run port:${php}-calendar port:${php}-curl port:${php}-dba port:${php}-exif port:${php}-ftp port:${php}-gd port:${php}-gettext port:${php}-gmp port:${php}-iconv port:${php}-imap port:${php}-mbstring port:${php}-mcrypt port:${php}-memcache port:${php}-mssql port:${php}-mysql port:${php}-odbc port:${php}-openssl port:${php}-pcntl port:${php}-posix port:${php}-postgresql port:${php}-soap port:${php}-sockets port:${php}-SPL_Types port:${php}-sqlite port:${php}-tidy port:${php}-wddx port:${php}-xmlrpc port:${php}-xsl port:${php}-zip
             }
         }]
     }
 
-    if {![variant_isset php5] && ![variant_isset php53] && ![variant_isset php54] && ![variant_isset manual_extensions]} {
-        default_variants +php5
+    if {![variant_isset php53] && ![variant_isset php54] && ![variant_isset php55] && ![variant_isset php56] && ![variant_isset manual_extensions]} {
+        default_variants +php55
     }
 
-    variant manual_extensions conflicts php5 php53 php54 description {Let me pick my own php extensions} {
+    variant manual_extensions conflicts php53 php54 php55 php56 description {Let me pick my own php extensions} {
         depends_run         path:bin/php:php5
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/b4908a62/attachment.html>


More information about the macports-changes mailing list