Revision: 124944 https://trac.macports.org/changeset/124944 Author: ryandesign@macports.org Date: 2014-08-31 18:05:32 -0700 (Sun, 31 Aug 2014) Log Message: ----------- add php56 subports Modified Paths: -------------- trunk/dports/php/php-APCu/Portfile trunk/dports/php/php-FreeImage/Portfile trunk/dports/php/php-SPL_Types/Portfile trunk/dports/php/php-Twig/Portfile trunk/dports/php/php-amf/Portfile trunk/dports/php/php-amqp/Portfile trunk/dports/php/php-bbcode/Portfile trunk/dports/php/php-big_int/Portfile trunk/dports/php/php-cairo/Portfile trunk/dports/php/php-cairo_wrapper/Portfile trunk/dports/php/php-dbase/Portfile trunk/dports/php/php-esmtp/Portfile trunk/dports/php/php-event/Portfile trunk/dports/php/php-excel/Portfile trunk/dports/php/php-gdchart/Portfile trunk/dports/php/php-gearman/Portfile trunk/dports/php/php-geoip/Portfile trunk/dports/php/php-gmagick/Portfile trunk/dports/php/php-html_parse/Portfile trunk/dports/php/php-htscanner/Portfile trunk/dports/php/php-http2/Portfile trunk/dports/php/php-imagick/Portfile trunk/dports/php/php-imlib2/Portfile trunk/dports/php/php-libev/Portfile trunk/dports/php/php-libevent/Portfile trunk/dports/php/php-lzf/Portfile trunk/dports/php/php-magickwand/Portfile trunk/dports/php/php-mailparse/Portfile trunk/dports/php/php-markdown/Portfile trunk/dports/php/php-memcache/Portfile trunk/dports/php/php-memcached/Portfile trunk/dports/php/php-ming/Portfile trunk/dports/php/php-mongo/Portfile trunk/dports/php/php-oauth/Portfile trunk/dports/php/php-pdflib/Portfile trunk/dports/php/php-peb/Portfile trunk/dports/php/php-phalcon/Portfile trunk/dports/php/php-pop3/Portfile trunk/dports/php/php-propro/Portfile trunk/dports/php/php-raphf/Portfile trunk/dports/php/php-rar/Portfile trunk/dports/php/php-redis/Portfile trunk/dports/php/php-rrd/Portfile trunk/dports/php/php-scrypt/Portfile trunk/dports/php/php-solr/Portfile trunk/dports/php/php-sphinx/Portfile trunk/dports/php/php-ssh2/Portfile trunk/dports/php/php-stomp/Portfile trunk/dports/php/php-suhosin/Portfile trunk/dports/php/php-svm/Portfile trunk/dports/php/php-svn/Portfile trunk/dports/php/php-syck/Portfile trunk/dports/php/php-timezonedb/Portfile trunk/dports/php/php-uploadprogress/Portfile trunk/dports/php/php-vld/Portfile trunk/dports/php/php-xdebug/Portfile trunk/dports/php/php-xhprof/Portfile trunk/dports/php/php-xrange/Portfile trunk/dports/php/php-xslcache/Portfile trunk/dports/php/php-yaml/Portfile trunk/dports/php/php-yaz/Portfile Added Paths: ----------- trunk/dports/php/php-vld/files/ trunk/dports/php/php-vld/files/patch-srm_oparray.c.diff Modified: trunk/dports/php/php-APCu/Portfile =================================================================== --- trunk/dports/php/php-APCu/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-APCu/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes Modified: trunk/dports/php/php-FreeImage/Portfile =================================================================== --- trunk/dports/php/php-FreeImage/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-FreeImage/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -27,7 +27,7 @@ sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \ rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:freeimage post-extract { Modified: trunk/dports/php/php-SPL_Types/Portfile =================================================================== --- trunk/dports/php/php-SPL_Types/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-SPL_Types/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -9,9 +9,9 @@ categories php devel platforms darwin maintainers ryandesign openmaintainer -license PHP-3.01 +license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Standard PHP Library, Types Addon @@ -25,7 +25,7 @@ test.run yes -if {${name} != ${subport}} { +if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} Modified: trunk/dports/php/php-Twig/Portfile =================================================================== --- trunk/dports/php/php-Twig/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-Twig/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -9,10 +9,10 @@ name php-Twig categories-append devel platforms darwin -maintainers nomaintainer +maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.build_dirs ${worksrcpath}/ext/twig/ description Enhances the performance of the Twig runtime engine. Modified: trunk/dports/php/php-amf/Portfile =================================================================== --- trunk/dports/php/php-amf/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-amf/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.name amfext php.pecl.prerelease yes @@ -27,7 +27,7 @@ sha1 f2f40d4ddc4416fa09f17e94ed037f907fd87ec4 \ rmd160 d55426eb9da3513058fc58db51f5ba35cff831a9 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { post-extract { # DOS to UNIX line endings so we can patch. reinplace "s|\r||g" ${worksrcpath}/amf.c Modified: trunk/dports/php/php-amqp/Portfile =================================================================== --- trunk/dports/php/php-amqp/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-amqp/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description AMQP interface for PHP Modified: trunk/dports/php/php-bbcode/Portfile =================================================================== --- trunk/dports/php/php-bbcode/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-bbcode/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -30,7 +30,7 @@ use_parallel_build yes -if {${name} != ${subport}} { +if {${name} ne ${subport}} { test.run yes post-destroot { Modified: trunk/dports/php/php-big_int/Portfile =================================================================== --- trunk/dports/php/php-big_int/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-big_int/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license Permissive -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description big_int library @@ -30,7 +30,7 @@ sha1 3687c4b479c50118a4a4182e567242f0bf88d557 \ rmd160 bfb06f73e73578ff7e01b6d9c56bc594f354839a -if {${name} != ${subport}} { +if {${name} ne ${subport}} { use_parallel_build yes post-destroot { Modified: trunk/dports/php/php-cairo/Portfile =================================================================== --- trunk/dports/php/php-cairo/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-cairo/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes Modified: trunk/dports/php/php-cairo_wrapper/Portfile =================================================================== --- trunk/dports/php/php-cairo_wrapper/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-cairo_wrapper/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -25,7 +25,7 @@ sha1 1ec2e0680f34c7e0f750ab44770d04d18d77207a \ rmd160 7e3dc07318001654afd1bc6bbcc33e6b489823ac -if {${name} != ${subport}} { +if {${name} ne ${subport}} { conflicts ${php}-cairo depends_build-append port:pkgconfig Modified: trunk/dports/php/php-dbase/Portfile =================================================================== --- trunk/dports/php/php-dbase/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-dbase/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP interface for accessing dBase databases Modified: trunk/dports/php/php-esmtp/Portfile =================================================================== --- trunk/dports/php/php-esmtp/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-esmtp/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -27,7 +27,7 @@ sha1 2c0c206decfd2e87e2731ca33ce55215ca713b92 \ rmd160 96dec77e466461d57bf3fe244be6adba08c08969 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { patchfiles 297236.diff \ 309809.diff \ 309844.diff \ Modified: trunk/dports/php/php-event/Portfile =================================================================== --- trunk/dports/php/php-event/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-event/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.4 5.5 +php.branches 5.4 5.5 5.6 php.pecl yes description efficiently schedule I/O, time and signal based events Modified: trunk/dports/php/php-excel/Portfile =================================================================== --- trunk/dports/php/php-excel/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-excel/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description PHP interface to LibXL for reading and writing \ Microsoft Excel spreadsheets Modified: trunk/dports/php/php-gdchart/Portfile =================================================================== --- trunk/dports/php/php-gdchart/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-gdchart/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.name GDChart php.pecl.prerelease yes @@ -32,7 +32,7 @@ distname gdchart-${version} -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_build-append port:gd2 depends_lib-append port:${php}-gd Modified: trunk/dports/php/php-gearman/Portfile =================================================================== --- trunk/dports/php/php-gearman/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-gearman/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers medialize.de:rodney.rehm openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Library to provide API for communicating with gearmand, using libgearman. Modified: trunk/dports/php/php-geoip/Portfile =================================================================== --- trunk/dports/php/php-geoip/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-geoip/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Map IP address to geographic places @@ -25,7 +25,7 @@ checksums rmd160 cea5d556b2d502f40cc197cb8acec09d8482aac0 \ sha256 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:libgeoip use_parallel_build yes Modified: trunk/dports/php/php-gmagick/Portfile =================================================================== --- trunk/dports/php/php-gmagick/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-gmagick/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes Modified: trunk/dports/php/php-html_parse/Portfile =================================================================== --- trunk/dports/php/php-html_parse/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-html_parse/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description HTML parser extension @@ -24,7 +24,7 @@ sha1 a287944c9d1e79bed2b9c180f2c76b99cda954ad \ rmd160 6e476ca31f0d85eb70bf4f9ce194f7e811d58d4d -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:ekhtml patchfiles patch-html_parse.c.diff Modified: trunk/dports/php/php-htscanner/Portfile =================================================================== --- trunk/dports/php/php-htscanner/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-htscanner/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP extension to enable the use of per-directory \ @@ -24,7 +24,7 @@ checksums rmd160 3f53b8d79dd99653409dc19675bfa902b39ad71f \ sha256 c894e6bccc258ac1601530292e949991a355b68650d70cb9dba303df48a7823f -if {${name} != ${subport}} { +if {${name} ne ${subport}} { use_parallel_build yes post-destroot { Modified: trunk/dports/php/php-http2/Portfile =================================================================== --- trunk/dports/php/php-http2/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-http2/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.name pecl_http Modified: trunk/dports/php/php-imagick/Portfile =================================================================== --- trunk/dports/php/php-imagick/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-imagick/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP extension to create and modify images with \ Modified: trunk/dports/php/php-imlib2/Portfile =================================================================== --- trunk/dports/php/php-imlib2/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-imlib2/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -28,7 +28,7 @@ sha1 e4bbb37601cb6122624b66832dd11deba06656df \ rmd160 36ecf7b1d4f0872b0597db09c0410fa429e4bf21 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:imlib2 patchfiles patch-imlib2.c.diff Modified: trunk/dports/php/php-libev/Portfile =================================================================== --- trunk/dports/php/php-libev/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-libev/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description object-oriented binding to libev Modified: trunk/dports/php/php-libevent/Portfile =================================================================== --- trunk/dports/php/php-libevent/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-libevent/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,13 +11,13 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes -description +description PHP wrapper for libevent -long_description +long_description PHP wrapper for libevent checksums rmd160 451bdb0e00bb6c57b703c66af937e52e138d9bd1 \ sha256 de3d2ce16f5ab8798de1f059143a3367e59608fd12ec3b4b720fc64e4ba93435 Modified: trunk/dports/php/php-lzf/Portfile =================================================================== --- trunk/dports/php/php-lzf/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-lzf/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-2.02 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Handles LZF compression / decompression. Modified: trunk/dports/php/php-magickwand/Portfile =================================================================== --- trunk/dports/php/php-magickwand/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-magickwand/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license ImageMagick -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description MagickWand for PHP Modified: trunk/dports/php/php-mailparse/Portfile =================================================================== --- trunk/dports/php/php-mailparse/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-mailparse/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Email message manipulation @@ -24,7 +24,7 @@ checksums rmd160 68b2fedcacda2850c10e3551131502429b8daee1 \ sha256 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_run port:${php}-mbstring configure.cppflags-append -DHAVE_MBSTRING Modified: trunk/dports/php/php-markdown/Portfile =================================================================== --- trunk/dports/php/php-markdown/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-markdown/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description A fast Markdown parser @@ -27,7 +27,7 @@ test.run yes -if {${name} != ${subport}} { +if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} ${destroot}${prefix}/share/examples Modified: trunk/dports/php/php-memcache/Portfile =================================================================== --- trunk/dports/php/php-memcache/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-memcache/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP bindings for memcache Modified: trunk/dports/php/php-memcached/Portfile =================================================================== --- trunk/dports/php/php-memcached/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-memcached/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP bindings for memcache @@ -24,7 +24,7 @@ checksums rmd160 3b4159bcfac78288a93cb8b8194fb28643abd643 \ sha256 bc4940015be74f47908d410d7b55e10a3d5bf65674036d944c73558227fcc4af -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:libmemcached port:zlib configure.args-append --with-libmemcached-dir=${prefix} \ Modified: trunk/dports/php/php-ming/Portfile =================================================================== --- trunk/dports/php/php-ming/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-ming/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -13,7 +13,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 homepage http://www.libming.org/ master_sites sourceforge:project/ming/Releases @@ -29,7 +29,7 @@ checksums rmd160 cd28c115a1eb37442f1b9c507ce3fad7837a6d54 \ sha256 82da089bdfc3a7fcb732dc11c11a35003ee270d5102d4043d61ea69834239aeb -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:ming post-extract { Modified: trunk/dports/php/php-mongo/Portfile =================================================================== --- trunk/dports/php/php-mongo/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-mongo/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -10,7 +10,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Mongo Database Driver Modified: trunk/dports/php/php-oauth/Portfile =================================================================== --- trunk/dports/php/php-oauth/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-oauth/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description oauth consumer extension @@ -24,7 +24,7 @@ checksums rmd160 506f0644b22323a4d1ad6794433768d83357b5ba \ sha256 86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append \ port:gettext \ port:curl Modified: trunk/dports/php/php-pdflib/Portfile =================================================================== --- trunk/dports/php/php-pdflib/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-pdflib/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP bindings for pdflib Modified: trunk/dports/php/php-peb/Portfile =================================================================== --- trunk/dports/php/php-peb/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-peb/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description PHP-Erlang Bridge @@ -27,7 +27,7 @@ sha1 c9c940b79d8b739af95a456a2ad90f93d8ef6982 \ rmd160 169f7d6bfcb855c45c132db1091fad428f739a30 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_build-append port:erlang # erlang is not universal, but that doesn't need to prevent peb from being universal Modified: trunk/dports/php/php-phalcon/Portfile =================================================================== --- trunk/dports/php/php-phalcon/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-phalcon/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description full stack PHP framework written as an extension Modified: trunk/dports/php/php-pop3/Portfile =================================================================== --- trunk/dports/php/php-pop3/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-pop3/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description POP3 Client Library @@ -26,7 +26,7 @@ sha1 5d7d9754413fbd9563464ae82588c7770cc1ce90 \ rmd160 01bc065cdb0d2ff375bb1d70a7b91b1f809acf30 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { patchfiles patch-pop3.c.diff use_parallel_build yes Modified: trunk/dports/php/php-propro/Portfile =================================================================== --- trunk/dports/php/php-propro/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-propro/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -10,7 +10,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a reusable property proxy API Modified: trunk/dports/php/php-raphf/Portfile =================================================================== --- trunk/dports/php/php-raphf/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-raphf/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -10,7 +10,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a reusable persistent handle and resource factory API Modified: trunk/dports/php/php-rar/Portfile =================================================================== --- trunk/dports/php/php-rar/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-rar/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -9,9 +9,9 @@ categories php devel platforms darwin maintainers ryandesign openmaintainer -license PHP-3.0 +license PHP-3 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description A PECL extension to create and read rar files. Modified: trunk/dports/php/php-redis/Portfile =================================================================== --- trunk/dports/php/php-redis/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-redis/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -13,7 +13,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 distname redis-${version} Modified: trunk/dports/php/php-rrd/Portfile =================================================================== --- trunk/dports/php/php-rrd/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-rrd/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP rrdtool extension Modified: trunk/dports/php/php-scrypt/Portfile =================================================================== --- trunk/dports/php/php-scrypt/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-scrypt/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP wrapper for scrypt Modified: trunk/dports/php/php-solr/Portfile =================================================================== --- trunk/dports/php/php-solr/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-solr/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP interface to Apache Solr Modified: trunk/dports/php/php-sphinx/Portfile =================================================================== --- trunk/dports/php/php-sphinx/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-sphinx/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP bindings for Sphinx full-text search Modified: trunk/dports/php/php-ssh2/Portfile =================================================================== --- trunk/dports/php/php-ssh2/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-ssh2/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -22,7 +22,7 @@ checksums rmd160 ecf60b0c19541c947b4e092259b2ab71fc0f5a3a \ sha256 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:libssh2 configure.args --with-ssh2=${prefix} Modified: trunk/dports/php/php-stomp/Portfile =================================================================== --- trunk/dports/php/php-stomp/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-stomp/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PECL extension of stomp client @@ -24,7 +24,7 @@ checksums rmd160 5d90d166f4cf034b2454c243c73d72c8330d7f9e \ sha256 87f7c1d6c187c1d2fbee92f73e41cfa1af07c9b17bdd435ad446223038f36ea4 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:${php}-openssl configure.args-append --enable-stomp Modified: trunk/dports/php/php-suhosin/Portfile =================================================================== --- trunk/dports/php/php-suhosin/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-suhosin/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -10,7 +10,7 @@ license PHP-3.01 maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 description Advanced protection extension for PHP homepage http://www.hardened-php.net/suhosin/ Modified: trunk/dports/php/php-svm/Portfile =================================================================== --- trunk/dports/php/php-svm/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-svm/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license BSD -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -24,7 +24,7 @@ test.run yes -if {${name} != ${subport}} { +if {${name} ne ${subport}} { # Rebuild with php55 @5.5.0alpha2 if {[vercmp ${php.branch} 5.5] == 0} { revision 1 Modified: trunk/dports/php/php-svn/Portfile =================================================================== --- trunk/dports/php/php-svn/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-svn/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP bindings for Subversion @@ -22,7 +22,7 @@ checksums rmd160 c4991e9a5c4203c0374529c4ddd156b6020af0a8 \ sha256 ca0ea834e745a1aae65b456800bb5c5cfd7c4eceff281f7a8e317d30726e48cd -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:subversion patchfiles patch-hook_emailcommit.php Modified: trunk/dports/php/php-syck/Portfile =================================================================== --- trunk/dports/php/php-syck/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-syck/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -26,7 +26,7 @@ sha1 c015f8527a6dea2644c122f085a2598939f63920 \ rmd160 b1f3c8a0e537feedd2a383b11a98afc97f666231 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:syck \ port:re2c Modified: trunk/dports/php/php-timezonedb/Portfile =================================================================== --- trunk/dports/php/php-timezonedb/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-timezonedb/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -9,8 +9,9 @@ categories php devel platforms darwin maintainers ryandesign openmaintainer +license PHP-3 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description A PECL Timezone Database. Modified: trunk/dports/php/php-uploadprogress/Portfile =================================================================== --- trunk/dports/php/php-uploadprogress/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-uploadprogress/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description An extension to track progress of a file upload. @@ -25,7 +25,7 @@ checksums rmd160 41eca2504c467a3bacc716db06ff8e42501586a8 \ sha256 30588b4589543bcf6371532546b1a8cee9da1086c206aca9f96ea1bd486bbab2 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:${php}-apache2handler use_parallel_build yes Modified: trunk/dports/php/php-vld/Portfile =================================================================== --- trunk/dports/php/php-vld/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-vld/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-2.02 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -23,6 +23,8 @@ checksums rmd160 3be7048450204d0c00e019f5eebe9d1f4c5b34e6 \ sha256 841edd488c8bde87ebb828258c352b9eb242f7ded322a337bdff8c44a2680d38 +patchfiles patch-srm_oparray.c.diff + configure.args-append --enable-vld use_parallel_build yes Added: trunk/dports/php/php-vld/files/patch-srm_oparray.c.diff =================================================================== --- trunk/dports/php/php-vld/files/patch-srm_oparray.c.diff (rev 0) +++ trunk/dports/php/php-vld/files/patch-srm_oparray.c.diff 2014-09-01 01:05:32 UTC (rev 124944) @@ -0,0 +1,46 @@ +Adding missing PHP 5.6 opcodes. +https://github.com/derickr/vld/commit/28c5d156fe21dd9e3ddcd318b0bf7dd3b387a2... +Replace IS_CONSTANT_ARRAY with IS_CONSTANT_AST for PHP 5.6 and later. +https://github.com/derickr/vld/commit/d5880af0a6a1532857933d920774de4b1715ea... +--- srm_oparray.c.orig ++++ srm_oparray.c +@@ -232,6 +232,9 @@ static const op_usage opcodes[] = { + /* 161 */ { "GENERATOR_RETURN", NONE_USED }, + /* 162 */ { "FAST_CALL", OP1_USED }, + /* 163 */ { "FAST_RET", NONE_USED }, ++ /* 164 */ { "ZEND_RECV_VARIADIC", ALL_USED }, ++ /* 165 */ { "POW", ALL_USED }, ++ /* 166 */ { "POW_ASSIGN", ALL_USED | EXT_VAL }, + #endif + }; + +@@ -319,10 +319,17 @@ static inline int vld_dump_zval_constant(zvalue_value value) + return vld_printf (stderr, "<const:'%s'>", value.str.val); + } + ++#if PHP_VERSION_ID >= 50600 ++static inline int vld_dump_zval_constant_ast(zvalue_value value) ++{ ++ return vld_printf (stderr, "<const ast>"); ++} ++#else + static inline int vld_dump_zval_constant_array(zvalue_value value) + { + return vld_printf (stderr, "<const array>"); + } ++#endif + + + int vld_dump_zval (zval val) +@@ -337,7 +344,11 @@ int vld_dump_zval (zval val) + case IS_BOOL: return vld_dump_zval_bool (val.value); + case IS_RESOURCE: return vld_dump_zval_resource (val.value); + case IS_CONSTANT: return vld_dump_zval_constant (val.value); ++#if PHP_VERSION_ID >= 50600 ++ case IS_CONSTANT_AST: return vld_dump_zval_constant_ast (val.value); ++#else + case IS_CONSTANT_ARRAY: return vld_dump_zval_constant_array (val.value); ++#endif + #if PHP_VERSION_ID >= 60000 + case IS_UNICODE: return vld_dump_zval_unicode (val.value); + #endif Modified: trunk/dports/php/php-xdebug/Portfile =================================================================== --- trunk/dports/php/php-xdebug/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-xdebug/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -14,7 +14,7 @@ homepage http://www.xdebug.org/ master_sites ${homepage}files/ -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.extensions.zend xdebug description php5 extension for php debugging Modified: trunk/dports/php/php-xhprof/Portfile =================================================================== --- trunk/dports/php/php-xhprof/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-xhprof/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license Apache-2 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes Modified: trunk/dports/php/php-xrange/Portfile =================================================================== --- trunk/dports/php/php-xrange/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-xrange/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ platforms darwin maintainers ryandesign openmaintainer -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description Numeric iterator primitives @@ -25,7 +25,7 @@ checksums rmd160 07439763a6b7cea81fa1f47d1062da81bc6efc3a \ sha256 612849c8e6d5587183a3fb1e39bb5e4a061fe911d5bd3f9b08f6796ee1f4c112 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { use_parallel_build yes test.run yes Modified: trunk/dports/php/php-xslcache/Portfile =================================================================== --- trunk/dports/php/php-xslcache/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-xslcache/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes php.pecl.prerelease yes @@ -31,7 +31,7 @@ checksums rmd160 432b382046a6f172b1b6269bdc631a2405d4286d \ sha256 a9fbb22bde327de0c8aeeb298a4f6d7abd1d80a8f45e5b6acc98fb14c4420ea3 -if {${name} != ${subport}} { +if {${name} ne ${subport}} { depends_lib-append port:libxslt use_parallel_build yes Modified: trunk/dports/php/php-yaml/Portfile =================================================================== --- trunk/dports/php/php-yaml/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-yaml/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -11,7 +11,7 @@ maintainers ryandesign openmaintainer license PHP-3.01 -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP interface to the YAML parsing library Modified: trunk/dports/php/php-yaz/Portfile =================================================================== --- trunk/dports/php/php-yaz/Portfile 2014-09-01 00:59:34 UTC (rev 124943) +++ trunk/dports/php/php-yaz/Portfile 2014-09-01 01:05:32 UTC (rev 124944) @@ -12,7 +12,7 @@ maintainers ryandesign openmaintainer license PHP -php.branches 5.3 5.4 5.5 +php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP/PECL extension for the Z39.50 protocol
participants (1)
-
ryandesign@macports.org