Revision: 100719 https://trac.macports.org/changeset/100719 Author: ryandesign@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
participants (1)
-
ryandesign@macports.org