git: f97459bb9307 - main - databases/p5-Redis-JobQueue: Fix runtime error, bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 14:36:43 UTC
The branch main has been updated by zi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f97459bb9307ad487ddb59e45297da7b982414c2
commit f97459bb9307ad487ddb59e45297da7b982414c2
Author: Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2026-09-16 14:36:21 +0000
Commit: Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2026-09-16 14:36:21 +0000
databases/p5-Redis-JobQueue: Fix runtime error, bump PORTREVISION
---
databases/p5-Redis-JobQueue/Makefile | 1 +
databases/p5-Redis-JobQueue/files/patch-lib_Redis_JobQueue.pm | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/databases/p5-Redis-JobQueue/Makefile b/databases/p5-Redis-JobQueue/Makefile
index 0252dd248da4..2c5cd4948769 100644
--- a/databases/p5-Redis-JobQueue/Makefile
+++ b/databases/p5-Redis-JobQueue/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Redis-JobQueue
PORTVERSION= 1.19
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/databases/p5-Redis-JobQueue/files/patch-lib_Redis_JobQueue.pm b/databases/p5-Redis-JobQueue/files/patch-lib_Redis_JobQueue.pm
new file mode 100644
index 000000000000..1aa19f8e38ec
--- /dev/null
+++ b/databases/p5-Redis-JobQueue/files/patch-lib_Redis_JobQueue.pm
@@ -0,0 +1,11 @@
+--- lib/Redis/JobQueue.pm.orig 2026-09-16 14:27:32 UTC
++++ lib/Redis/JobQueue.pm
+@@ -61,7 +61,7 @@ use Params::Util qw(
+ _NONNEGINT
+ _STRING
+ );
+-use Redis '1.976';
++use Redis 1.976;
+ use Redis::JobQueue::Job qw(
+ STATUS_CREATED
+ STATUS_WORKING