[143830] trunk/dports/php/php-mongodb/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 22 22:00:37 PST 2015


Revision: 143830
          https://trac.macports.org/changeset/143830
Author:   ryandesign at macports.org
Date:     2015-12-22 22:00:37 -0800 (Tue, 22 Dec 2015)
Log Message:
-----------
php-mongodb: update to 1.1.1; add php70 subport

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

Modified: trunk/dports/php/php-mongodb/Portfile
===================================================================
--- trunk/dports/php/php-mongodb/Portfile	2015-12-23 05:47:03 UTC (rev 143829)
+++ trunk/dports/php/php-mongodb/Portfile	2015-12-23 06:00:37 UTC (rev 143830)
@@ -5,23 +5,29 @@
 PortGroup           php 1.1
 
 name                php-mongodb
-version             1.0.1
 categories          php databases devel
 platforms           darwin
 maintainers         ryandesign openmaintainer
 license             Apache-2
 
-php.branches        5.3 5.4 5.5 5.6
+php.branches        5.3 5.4 5.5 5.6 7.0
 php.pecl            yes
 
+if {[vercmp ${php.branch} 5.4] >= 0} {
+    version         1.1.1
+    checksums       rmd160  79874642651da54907d73da117f03323c83ba9fc \
+                    sha256  0899b00435edf143ddc0ededd8027013c86bf59214d63ae1f3c7be0eaae11ceb
+} else {
+    version         1.0.1
+    checksums       rmd160  b0b43ae7513e75b59da45a99a6b7ea7f8ba637fd \
+                    sha256  d31b98f2f58fce4d8183197fd8415ad71d8569852b85540316567ab1f647b9a0
+}
+
 description         MongoDB Database Driver
 
 long_description    This package provides a PHP interface for communicating \
                     with MongoDB database servers.
 
-checksums           rmd160  b0b43ae7513e75b59da45a99a6b7ea7f8ba637fd \
-                    sha256  d31b98f2f58fce4d8183197fd8415ad71d8569852b85540316567ab1f647b9a0
-
 if {${name} ne ${subport}} {
     depends_build-append    port:cyrus-sasl2 \
                             port:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151222/d393cbc3/attachment.html>


More information about the macports-changes mailing list