[100719] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Dec 20 23:30:11 PST 2012


Revision: 100719
          https://trac.macports.org/changeset/100719
Author:   ryandesign at macports.org
Date:     2012-12-20 23:30:11 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
php-svm, php-magickwand: revbump php55 subport for php 5.5.0alpha2 (extension version 20121212)

Modified Paths:
--------------
    trunk/dports/php/php-magickwand/Portfile
    trunk/dports/php/php-svm/Portfile

Modified: trunk/dports/php/php-magickwand/Portfile
===================================================================
--- trunk/dports/php/php-magickwand/Portfile	2012-12-21 07:27:13 UTC (rev 100718)
+++ trunk/dports/php/php-magickwand/Portfile	2012-12-21 07:30:11 UTC (rev 100719)
@@ -32,6 +32,11 @@
                     sha256  7a812d918e045471cd0e62b0365987e86d8688804447889f30931231e9ae702f
 
 if {${name} != ${subport}} {
+    # Rebuild with php55 @5.5.0alpha2
+    if {[vercmp ${php.branch} 5.5] == 0} {
+        revision 4
+    }
+    
     depends_lib-append  port:ImageMagick
     
     patchfiles          patch-magickwand.h.diff

Modified: trunk/dports/php/php-svm/Portfile
===================================================================
--- trunk/dports/php/php-svm/Portfile	2012-12-21 07:27:13 UTC (rev 100718)
+++ trunk/dports/php/php-svm/Portfile	2012-12-21 07:30:11 UTC (rev 100719)
@@ -25,6 +25,11 @@
 test.run                yes
 
 if {${name} != ${subport}} {
+    # Rebuild with php55 @5.5.0alpha2
+    if {[vercmp ${php.branch} 5.5] == 0} {
+        revision 1
+    }
+    
     depends_lib-append      port:libsvm
     
     # libsvm is not universal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121220/7aa5cdcb/attachment-0001.html>


More information about the macports-changes mailing list