[92753] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sat May 5 14:13:35 PDT 2012


Revision: 92753
          https://trac.macports.org/changeset/92753
Author:   ryandesign at macports.org
Date:     2012-05-05 14:13:35 -0700 (Sat, 05 May 2012)
Log Message:
-----------
php-mongo: new unified port based on php5-mongo 1.2.10

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

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

Modified: trunk/dports/php/php-mongo/Portfile
===================================================================
--- trunk/dports/php/php5-mongo/Portfile	2012-05-05 20:57:35 UTC (rev 92752)
+++ trunk/dports/php/php-mongo/Portfile	2012-05-05 21:13:35 UTC (rev 92753)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
+PortGroup       php 1.0
 
-php5extension.setup mongo 1.2.10 pecl
+php.setup       mongo 1.2.10 pecl
+php.branches    5.4 5.3
 categories      php databases devel
 license         Apache-2.0
 platforms       darwin
@@ -18,8 +19,7 @@
 checksums       rmd160  8d8be40cced8df92dc675d1471bc6fb1fe25ad9a \
                 sha256  6a0c5b3b2307e77f8774556fa88a8a5ef8f6b10ee07ea6e1f38c27b66fa85f66
 
-patchfiles-append \
-    patch-config.m4.diff
-
-depends_build-append \
-    port:mongodb
+if {${name} != ${subport}} {
+    depends_build-append    port:mongodb
+    patchfiles-append       patch-config.m4.diff
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120505/726a10bf/attachment.html>


More information about the macports-changes mailing list