diff --git a/php/php-gearman/Portfile b/php/php-gearman/Portfile index 2271a83222091..711c200655133 100644 --- a/php/php-gearman/Portfile +++ b/php/php-gearman/Portfile @@ -16,7 +16,13 @@ php.pecl yes description Library to provide API for communicating with gearmand, using libgearman. long_description Library to provide API for communicating with gearmand, and writing clients and workers. -if {[vercmp ${php.branch} >= 7.0]} { +if {[vercmp ${php.branch} >= 7.1]} { + version 2.1.4 + revision 0 + checksums rmd160 2c7a401c711b804767459458f1125229c94f161c \ + sha256 1b16ae5e17736e2ce892fd96145fa8b9e1724106458535d0c7e3d4093a9091a9 \ + size 46902 +} elseif {[vercmp ${php.branch} >= 7.0]} { version 2.1.3 revision 0 checksums rmd160 960a656dfd74d5d4a8b914a0e2d21c44f62a8a6b \