Ticket #22632: php5-syck.diff

File php5-syck.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
  • Portfile

     
    33PortSystem              1.0
    44PortGroup               php5extension 1.0
    55
    6 php5extension.setup     syck 0.55
    7 revision                2
     6epoch                   1
     7php5extension.setup     syck 0.9.3 pecl
    88categories-append       net devel
    99platforms               darwin freebsd openbsd
    1010maintainers             gmail.com:emory.smith openmaintainer
    11 homepage                http://www.whytheluckystiff.net/syck/
    12 master_sites            http://rubyforge.org/frs/download.php/4492
    1311
    1412description             PHP5 bindings for syck
    1513
     
    1715                        the syck php extension, allowing php code to \
    1816                        interface to the libsyck C library.
    1917
    20 checksums               md5     a57b7c46d81170b9318e2f384f77910c \
    21                         sha1    acb0aea04a6a0e82220223ffaf889ad6587402eb \
    22                         rmd160  ffd26db70cf743b90cbfecfe7402c6fb8d698ee8
    23 
    24 dist_subdir             syck
     18checksums               md5     cbbe638b431f74eec71c76588cd14f7e \
     19                        sha1    c015f8527a6dea2644c122f085a2598939f63920 \
     20                        rmd160  b1f3c8a0e537feedd2a383b11a98afc97f666231
    2521
    2622depends_lib-append      port:syck \
    2723                        port:re2c
    2824
    29 worksrcdir              syck-${version}/ext/php
    30 
    3125configure.args          --with-syck=${prefix}
    3226
    33 platform darwin {
    34     # for details on this patch see the "Patch For Mac Users" section
    35     # of http://trac.symfony-project.com/trac/wiki/InstallingSyck
    36     patchfiles patch-phpext.c.diff
    37 }
     27livecheck.regex         {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}