[93182] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed May 16 20:58:42 PDT 2012


Revision: 93182
          https://trac.macports.org/changeset/93182
Author:   ryandesign at macports.org
Date:     2012-05-16 20:58:42 -0700 (Wed, 16 May 2012)
Log Message:
-----------
php-magickwand: unified port

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

Added Paths:
-----------
    trunk/dports/php/php-magickwand/

Modified: trunk/dports/php/php-magickwand/Portfile
===================================================================
--- trunk/dports/php/php5-magickwand/Portfile	2012-05-17 03:05:23 UTC (rev 93181)
+++ trunk/dports/php/php-magickwand/Portfile	2012-05-17 03:58:42 UTC (rev 93182)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           php5extension 1.0
+PortGroup           php 1.0
 
-php5extension.setup magickwand 1.0.9
+php.setup           magickwand 1.0.9
+php.branches        5.3 5.4
 categories-append   graphics
 platforms           darwin
 maintainers         nomaintainer
@@ -23,10 +24,12 @@
 checksums           rmd160  4d2d97b1ed973c0651e21f770efae5d757771506 \
                     sha256  1d4dd658ba2d22262dc89cfa168741670ae8b4aab063ba17dffecac945548897
 
-depends_lib-append  port:ImageMagick
+if {${name} != ${subport}} {
+    depends_lib-append  port:ImageMagick
+    
+    configure.args      --with-magickwand=${prefix}
+}
 
-configure.args      --with-magickwand=${prefix}
-
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     MagickWandForPHP-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120516/50126ef1/attachment.html>


More information about the macports-changes mailing list