[100011] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Fri Nov 23 23:03:18 PST 2012


Revision: 100011
          https://trac.macports.org/changeset/100011
Author:   ryandesign at macports.org
Date:     2012-11-23 23:03:17 -0800 (Fri, 23 Nov 2012)
Log Message:
-----------
php-magickwand: follow last month's stealth-update of 1.0.9 which fixes the "Symbol not found: _zif_magicksetimageendian" runtime error (#34089); add php55 subport

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

Modified: trunk/dports/php/php-magickwand/Portfile
===================================================================
--- trunk/dports/php/php-magickwand/Portfile	2012-11-24 05:42:09 UTC (rev 100010)
+++ trunk/dports/php/php-magickwand/Portfile	2012-11-24 07:03:17 UTC (rev 100011)
@@ -6,13 +6,13 @@
 
 name                php-magickwand
 version             1.0.9
-revision            1
+revision            2
 categories-append   graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
 license             ImageMagick
 
-php.branches        5.3 5.4
+php.branches        5.3 5.4 5.5
 
 description         MagickWand for PHP
 
@@ -25,9 +25,12 @@
 distname            MagickWandForPHP-${version}
 use_bzip2           yes
 
-checksums           rmd160  4d2d97b1ed973c0651e21f770efae5d757771506 \
-                    sha256  1d4dd658ba2d22262dc89cfa168741670ae8b4aab063ba17dffecac945548897
+# 1.0.9 was stealth-updated 2012-10-25
+dist_subdir         ${dist_subdir}/${version}_1
 
+checksums           rmd160  5c9c2d9f33a954dc7b2aad6ce4038cc968d30bb0 \
+                    sha256  7a812d918e045471cd0e62b0365987e86d8688804447889f30931231e9ae702f
+
 if {${name} != ${subport}} {
     depends_lib-append  port:ImageMagick
     

Modified: trunk/dports/php/php5-magickwand/Portfile
===================================================================
--- trunk/dports/php/php5-magickwand/Portfile	2012-11-24 05:42:09 UTC (rev 100010)
+++ trunk/dports/php/php5-magickwand/Portfile	2012-11-24 07:03:17 UTC (rev 100011)
@@ -5,6 +5,7 @@
 PortGroup           php5extension 1.0
 
 php5extension.setup magickwand 1.0.9
+revision            1
 categories-append   graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -21,9 +22,12 @@
 distname            MagickWandForPHP-${version}
 use_bzip2           yes
 
-checksums           rmd160  4d2d97b1ed973c0651e21f770efae5d757771506 \
-                    sha256  1d4dd658ba2d22262dc89cfa168741670ae8b4aab063ba17dffecac945548897
+# 1.0.9 was stealth-updated 2012-10-25
+dist_subdir         ${dist_subdir}/${version}_1
 
+checksums           rmd160  5c9c2d9f33a954dc7b2aad6ce4038cc968d30bb0 \
+                    sha256  7a812d918e045471cd0e62b0365987e86d8688804447889f30931231e9ae702f
+
 depends_lib-append  port:ImageMagick
 
 configure.args      --with-magickwand=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121123/100c64f9/attachment.html>


More information about the macports-changes mailing list