[145665] trunk/dports/php/php-phalcon/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 12 10:44:02 PST 2016


Revision: 145665
          https://trac.macports.org/changeset/145665
Author:   ryandesign at macports.org
Date:     2016-02-12 10:44:02 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
php-phalcon: update to 2.0.10

Modified Paths:
--------------
    trunk/dports/php/php-phalcon/Portfile

Modified: trunk/dports/php/php-phalcon/Portfile
===================================================================
--- trunk/dports/php/php-phalcon/Portfile	2016-02-12 18:41:30 UTC (rev 145664)
+++ trunk/dports/php/php-phalcon/Portfile	2016-02-12 18:44:02 UTC (rev 145665)
@@ -5,7 +5,6 @@
 PortGroup               github 1.0
 PortGroup               php 1.1
 
-github.setup            phalcon cphalcon 2.0.9 phalcon-v
 name                    php-phalcon
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -13,6 +12,18 @@
 
 php.branches            5.3 5.4 5.5 5.6
 
+if {[vercmp ${php.branch} 5.4] < 0} {
+    github.setup        phalcon cphalcon 2.0.9 phalcon-v
+    revision            0
+    checksums           rmd160  3955e097b18c3ea8b29264bb184b70ad2a7eebd7 \
+                        sha256  d4607491b801da973796c44eaed9f909787d9a588ec5a7ea7c84d74d43106a46
+} else {
+    github.setup        phalcon cphalcon 2.0.10 phalcon-v
+    revision            0
+    checksums           rmd160  7efb4ba175a47eade4d080009e7355ed5298a465 \
+                        sha256  ffcb840ce30785eeeed87b92ba7c33270484b13e0bb3e142d0e9d2c280864c8f
+}
+
 description             full stack PHP framework written as an extension
 
 long_description        Phalcon is an open source, full stack framework for \
@@ -25,9 +36,6 @@
 
 homepage                http://www.phalconphp.com/
 
-checksums               rmd160  3955e097b18c3ea8b29264bb184b70ad2a7eebd7 \
-                        sha256  d4607491b801da973796c44eaed9f909787d9a588ec5a7ea7c84d74d43106a46
-
 if {${name} ne ${subport}} {
     # The build/install script makes all sorts of assumptions I don't like
     # so I'm ignoring it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/74c93d86/attachment-0001.html>


More information about the macports-changes mailing list