mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- 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>
11 lines
264 B
PHP
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
|