Changeset 117650 for trunk/dports


Ignore:
Timestamp:
Mar 7, 2014, 2:34:45 AM (10 years ago)
Author:
ryandesign@…
Message:

php: update php56 to 5.6.0alpha3

Location:
trunk/dports/lang/php
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/php/Portfile

    r117646 r117650  
    9898        # master_sites and livecheck, and update php.latest_stable_branch in the
    9999        # php-1.1 portgroup.
    100         version         5.6.0alpha2
     100        version         5.6.0alpha3
    101101        homepage        http://qa.php.net/
    102102        master_sites    http://downloads.php.net/tyrael/
     
    104104        set suhosin_available       no
    105105        checksums       ${distname}${extract.suffix} \
    106                         md5     b1944a0ec309eb31551e07ae5a8f426c \
    107                         rmd160  72015411a6bb76dadfbc165192cfe7a5322d0f82 \
    108                         sha256  d240a4fd09610b44f2567fcb6f7970e06222506ae6d8dcba7b31b0ee4b58207d
     106                        md5     57d9317dab2e8eab962990ff0c5ea70a \
     107                        rmd160  8ff9342129f312915e51b4e201fb08a63bb65055 \
     108                        sha256  7a91e609b772072011dc3e4988826bfe4e5c41f9339283d9f09c48f2bdd66702
    109109        livecheck.url   ${homepage}
    110110        livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     
    889889    }
    890890   
     891    if {[vercmp ${branch} 5.6] == 0} {
     892        patchfiles-append   patch-${php}-ext-openssl-xp_ssl.c.diff
     893    }
     894   
    891895    configure.args-append   --with-kerberos=${prefix} \
    892896                            --with-openssl=${prefix}
Note: See TracChangeset for help on using the changeset viewer.