[129744] trunk/dports/lang/php/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 19 14:01:47 PST 2014


Revision: 129744
          https://trac.macports.org/changeset/129744
Author:   ryandesign at macports.org
Date:     2014-12-19 14:01:47 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
php: update php56 to 5.6.4; update php55 to 5.5.20; update php54 to 5.4.36 (#46279); add postgresql94 variant and make it the default

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2014-12-19 19:44:20 UTC (rev 129743)
+++ trunk/dports/lang/php/Portfile	2014-12-19 22:01:47 UTC (rev 129744)
@@ -90,27 +90,27 @@
     }
     5.4 {
         epoch           1
-        version         5.4.35
+        version         5.4.36
         use_bzip2       yes
-        checksums       md5     489cc8336488fb2e722ffa3c08f9c864 \
-                        rmd160  96d385baaa573f4079bb6d8c400946cfdb2b4c6e \
-                        sha256  8cdb4265cd0f778befacd1e6b5939ec23315fff38400e17e77a36e4c55b9746b
+        checksums       md5     70e223be4bb460e465b7a9d7cb5b9cac \
+                        rmd160  1d23d9863ce0211bef58e709396e0f7f66d6bbc3 \
+                        sha256  b0951608c3e8afb978a624c7f79a889980210f5258f666c1d997bd6491e13241
     }
     5.5 {
         epoch           2
-        version         5.5.19
+        version         5.5.20
         use_xz          yes
-        checksums       md5     c63dcfd8b318d12127ba6d39ecc8a444 \
-                        rmd160  6e638dca249c9d4c9dd0d9c6f5b5e64ac7036329 \
-                        sha256  ccff8dfcd342e48a5b1e8b85c1c8c95d2e2eefab869757dcaa5224f11bb30e21
+        checksums       md5     51377838dfee2d7bb4715674ac715394 \
+                        rmd160  a98163d36595d1fe5e772c1170aa8e4e4969dc30 \
+                        sha256  a0649450f8b0a23cd4c9ad15d0aa271d956f9516fc37b9e9dc492459b57721c8
     }
     5.6 {
         epoch           2
-        version         5.6.3
+        version         5.6.4
         use_xz          yes
-        checksums       md5     7635f344145a4edd7dff6ecec795aaea \
-                        rmd160  ee33af1558a8c2b63b20f594733fe95d654a70a8 \
-                        sha256  fad244506cc7f10fe56aba8129b3c39a4f9316d9544a4fba932c3f81fc2244b5
+        checksums       md5     bf824c5e5c7f49ca5f7350d72cba4881 \
+                        rmd160  5d8d8ac2a97f9aed55bca8b0b39e90abcc5e55fb \
+                        sha256  8cf44c59f467cdc2dd76c1167d1f368575ccff9b12941e199a362eb44a79acea
     }
 }
 #     5.7 {
@@ -1053,58 +1053,65 @@
     
     long_description        ${description}
     
-    variant postgresql82 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {Use PostgreSQL 8.2 libraries} {
+    variant postgresql82 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {Use PostgreSQL 8.2 libraries} {
         depends_lib-append      port:postgresql82
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql82/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql82/bin
     }
     
-    variant postgresql83 conflicts postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {Use PostgreSQL 8.3 libraries} {
+    variant postgresql83 conflicts postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {Use PostgreSQL 8.3 libraries} {
         depends_lib-append      port:postgresql83
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql83/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
     }
     
-    variant postgresql84 conflicts postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 description {Use PostgreSQL 8.4 libraries} {
+    variant postgresql84 conflicts postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 description {Use PostgreSQL 8.4 libraries} {
         depends_lib-append      port:postgresql84
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql84/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql84/bin
     }
     
-    variant postgresql90 conflicts postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 description {Use PostgreSQL 9.0 libraries} {
+    variant postgresql90 conflicts postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 postgresql94 description {Use PostgreSQL 9.0 libraries} {
         depends_lib-append      port:postgresql90
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql90/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql90/bin
     }
     
-    variant postgresql91 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 description {Use PostgreSQL 9.1 libraries} {
+    variant postgresql91 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 postgresql94 description {Use PostgreSQL 9.1 libraries} {
         depends_lib-append      port:postgresql91
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql91/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql91/bin
     }
     
-    variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 description {Use PostgreSQL 9.2 libraries} {
+    variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 postgresql94 description {Use PostgreSQL 9.2 libraries} {
         depends_lib-append      port:postgresql92
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql92/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql92/bin
     }
     
-    variant postgresql93 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 description {Use PostgreSQL 9.3 libraries} {
+    variant postgresql93 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql94 description {Use PostgreSQL 9.3 libraries} {
         depends_lib-append      port:postgresql93
         
         configure.args-append   --with-pgsql=${prefix}/lib/postgresql93/bin \
                                 --with-pdo-pgsql=${prefix}/lib/postgresql93/bin
     }
     
-    if {![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
-        default_variants +postgresql93
+    variant postgresql94 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 description {Use PostgreSQL 9.4 libraries} {
+        depends_lib-append      port:postgresql94
+        
+        configure.args-append   --with-pgsql=${prefix}/lib/postgresql94/bin \
+                                --with-pdo-pgsql=${prefix}/lib/postgresql94/bin
     }
+    
+    if {![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94]} {
+        default_variants +postgresql94
+    }
 }
 
 subport ${php}-pspell {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141219/0fe37fe3/attachment.html>


More information about the macports-changes mailing list