FreeBSD Bugzilla – Attachment 157147 Details for
Bug 200452
[PATCH] devel/pear-Net_Gearman: Fix bug does not properly send priority high job
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fix_pear-Net_Gearman_0.2.3_2.patch (text/plain), 1.08 KB, created by
Gasol Wu
on 2015-05-26 04:27:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Gasol Wu
Created:
2015-05-26 04:27:43 UTC
Size:
1.08 KB
patch
obsolete
>diff -ruN /usr/ports/devel/pear-Net_Gearman/Makefile ./Makefile >--- /usr/ports/devel/pear-Net_Gearman/Makefile 2014-09-23 23:15:04.000000000 +0800 >+++ ./Makefile 2015-05-26 04:17:51.000000000 +0800 >@@ -3,7 +3,7 @@ > > PORTNAME= Net_Gearman > PORTVERSION= 0.2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel pear > > MAINTAINER= ports@FreeBSD.org >@@ -15,6 +15,6 @@ > RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear > > USE_PHP= json mbstring >-USES= pear >+USES= pear > > .include <bsd.port.mk> >diff -ruN /usr/ports/devel/pear-Net_Gearman/files/patch-Net_Gearman_Task.php ./files/patch-Net_Gearman_Task.php >--- /usr/ports/devel/pear-Net_Gearman/files/patch-Net_Gearman_Task.php 1970-01-01 08:00:00.000000000 +0800 >+++ ./files/patch-Net_Gearman_Task.php 2015-05-26 04:14:37.000000000 +0800 >@@ -0,0 +1,11 @@ >+--- Net/Gearman/Task.php.orig 2015-05-25 20:13:57 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200452
:
157147
|
157168
|
157169
|
157170