ports/devel/pear-Net_Gearman/files/patch-Net_Gearman_Task.php
Kubilay Kocak d7ae10daa7 devel/pear-Net_Gearman: Take MAINTAINER'ship, Fix Bug
- Assign MAINTAINER'ship (Thank you Gasol!)
- Fix JOB_HIGH constant that shares the same value as JOB_NORMAL

This bug was introduced and fixed [1] in 2009, but upstream has not
released a new version.

- Bump PORTREVISION
- Correct indent of USES

[1] 990519aa62

PR:		200452
Submitted by:	Gasol Wu <gasol dot wu gmail com>
2015-05-27 05:21:04 +00:00

11 lines
264 B
PHP

--- Net/Gearman/Task.php.orig 1970-01-01 09:13:08 UTC
+++ Net/Gearman/Task.php
@@ -144,7 +144,7 @@ class Net_Gearman_Task
*
* @var integer JOB_HIGH
*/
- const JOB_HIGH = 2;
+ const JOB_HIGH = 3;
/**
* Callback of type complete