Ticket #22632: php5-syck.diff
File php5-syck.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 PortGroup php5extension 1.0 5 5 6 php5extension.setup syck 0.55 7 revision 2 6 epoch 1 7 php5extension.setup syck 0.9.3 pecl 8 8 categories-append net devel 9 9 platforms darwin freebsd openbsd 10 10 maintainers gmail.com:emory.smith openmaintainer 11 homepage http://www.whytheluckystiff.net/syck/12 master_sites http://rubyforge.org/frs/download.php/449213 11 14 12 description PHP5 bindings for syck 15 13 … … 17 15 the syck php extension, allowing php code to \ 18 16 interface to the libsyck C library. 19 17 20 checksums md5 a57b7c46d81170b9318e2f384f77910c \ 21 sha1 acb0aea04a6a0e82220223ffaf889ad6587402eb \ 22 rmd160 ffd26db70cf743b90cbfecfe7402c6fb8d698ee8 23 24 dist_subdir syck 18 checksums md5 cbbe638b431f74eec71c76588cd14f7e \ 19 sha1 c015f8527a6dea2644c122f085a2598939f63920 \ 20 rmd160 b1f3c8a0e537feedd2a383b11a98afc97f666231 25 21 26 22 depends_lib-append port:syck \ 27 23 port:re2c 28 24 29 worksrcdir syck-${version}/ext/php30 31 25 configure.args --with-syck=${prefix} 32 26 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 } 27 livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}