New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81189


Ignore:
Timestamp:
07/26/11 19:10:13 (4 years ago)
Author:
ryandesign@…
Message:

php5-mongo: update to 1.2.2

Location:
trunk/dports/php/php5-mongo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php5-mongo/Portfile

    r75805 r81189  
    44PortGroup       php5extension 1.0 
    55 
    6 php5extension.setup mongo 1.1.4 pecl 
     6php5extension.setup mongo 1.2.2 pecl 
    77categories      php databases devel 
    88license         Apache-2.0 
     
    1515    database in PHP. 
    1616 
    17 checksums       sha1    dd3356570dab7cd91e660664ef4ab81601f1208a \ 
    18                 rmd160  ad92a2848fb5dccae734d9b1b3edc4940b36a3ea 
     17checksums       sha1    ac2bd027dea2bf4ee19b417601ca3c6dd038478d \ 
     18                rmd160  c320852ec06efe77d9f2c6bd4f6f9c1b64e109ac 
    1919 
    2020patchfiles-append \ 
  • trunk/dports/php/php5-mongo/files/patch-config.m4.diff

    r75805 r81189  
    1 --- config.m4.orig      2011-02-07 15:12:47.000000000 -0600 
    2 +++ config.m4   2011-02-08 21:44:41.000000000 -0600 
     1--- config.m4.orig      2011-07-21 10:16:10.000000000 -0500 
     2+++ config.m4   2011-07-26 01:25:44.000000000 -0500 
    33@@ -18,17 +18,5 @@ 
    44   fi 
     
    66  
    77-  case $build_os in 
    8 -  darwin10.*.*) 
     8-  darwin1*.*.*) 
    99-    AC_MSG_CHECKING([whether to compile for recent osx architectures]) 
    1010-    CFLAGS="$CFLAGS -arch i386 -arch x86_64 -mmacosx-version-min=10.5" 
Note: See TracChangeset for help on using the changeset viewer.