[106052] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Mon May 13 19:28:33 PDT 2013


Revision: 106052
          https://trac.macports.org/changeset/106052
Author:   ryandesign at macports.org
Date:     2013-05-13 19:28:33 -0700 (Mon, 13 May 2013)
Log Message:
-----------
php-magickwand: update to 1.0.9-2 to fix build with new ImageMagick (#38134); fix livecheck

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	2013-05-14 02:26:08 UTC (rev 106051)
+++ trunk/dports/php/php-magickwand/Portfile	2013-05-14 02:28:33 UTC (rev 106052)
@@ -5,8 +5,7 @@
 PortGroup           php 1.1
 
 name                php-magickwand
-version             1.0.9
-revision            3
+version             1.0.9-2
 categories-append   graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -24,19 +23,12 @@
 
 distname            MagickWandForPHP-${version}
 use_bzip2           yes
+worksrcdir          [join [lrange [split ${distname} -] 0 1] -]
 
-# 1.0.9 was stealth-updated 2012-10-25
-dist_subdir         ${dist_subdir}/${version}_1
+checksums           rmd160  486c3c4cc63bd8a8c59b5dc7659f1130cd27d111 \
+                    sha256  05e5fe5bc52ab9169228bbbde38b222208d1ae19db718b66d2c7ac4180847727
 
-checksums           rmd160  5c9c2d9f33a954dc7b2aad6ce4038cc968d30bb0 \
-                    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
@@ -50,4 +42,4 @@
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     MagickWandForPHP-(\[0-9.\]+)${extract.suffix}
+livecheck.regex     MagickWandForPHP-(\[0-9.-\]+)${extract.suffix}

Modified: trunk/dports/php/php5-magickwand/Portfile
===================================================================
--- trunk/dports/php/php5-magickwand/Portfile	2013-05-14 02:26:08 UTC (rev 106051)
+++ trunk/dports/php/php5-magickwand/Portfile	2013-05-14 02:28:33 UTC (rev 106052)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 PortGroup           php5extension 1.0
 
-php5extension.setup magickwand 1.0.9
-revision            2
+php5extension.setup magickwand 1.0.9-2
 categories-append   graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -21,13 +20,11 @@
 
 distname            MagickWandForPHP-${version}
 use_bzip2           yes
+worksrcdir          [join [lrange [split ${distname} -] 0 1] -]
 
-# 1.0.9 was stealth-updated 2012-10-25
-dist_subdir         ${dist_subdir}/${version}_1
+checksums           rmd160  486c3c4cc63bd8a8c59b5dc7659f1130cd27d111 \
+                    sha256  05e5fe5bc52ab9169228bbbde38b222208d1ae19db718b66d2c7ac4180847727
 
-checksums           rmd160  5c9c2d9f33a954dc7b2aad6ce4038cc968d30bb0 \
-                    sha256  7a812d918e045471cd0e62b0365987e86d8688804447889f30931231e9ae702f
-
 depends_lib-append  port:ImageMagick
 
 patchfiles          patch-magickwand.h.diff
@@ -40,4 +37,4 @@
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     MagickWandForPHP-(\[0-9.\]+)${extract.suffix}
+livecheck.regex     MagickWandForPHP-(\[0-9.-\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130513/738dc94a/attachment.html>


More information about the macports-changes mailing list