From 505c269a00f71beb367c5de93d975b00fa8ce490 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Fri, 31 Jan 2025 04:12:12 -0600 Subject: [PATCH] php-gearman: Update to 2.1.4 --- php/php-gearman/Portfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 \