Ticket #32744: php5-igbinary.diff

File php5-igbinary.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    33PortSystem          1.0
    44PortGroup           php5extension 1.0
    55
    6 php5extension.setup igbinary 1.1.1
    7 
     6php5extension.setup igbinary 1.1.1 pecl
     7revision            1
    88categories-append   net devel
    99platforms           darwin freebsd openbsd
    1010maintainers         pixilla
     
    1818                    using memcached or similar memory based storages for \
    1919                    serialized data.
    2020
    21 homepage            http://pecl.php.net/package/igbinary/
    22 master_sites        ${homepage}
     21checksums           rmd160  5168d9fe8d61144e42e8a06ed85278a9012c7c76 \
     22                    sha256  b84158410bde9db42e7a96c4e947da4569519ab4e7e19a5e3d1db698aac94101
    2323
    24 checksums           sha1    1ec598520950f2c1f03cbf1c0f056d9a56015ba4 \
    25                     rmd160  160a897e7fe25e47e4a5695b6a243fd2e90d9ae4
     24# 1.1.1 was stealth-updated in the process of moving to PECL
     25dist_subdir         ${name}/${version}_1
    2626
    2727test.run            yes
    28 
    29 livecheck.type      regex
    30 livecheck.regex     ">${php5extension.extensions}-(\[0-9.\]+)\\.tgz<"