svn commit: r519592 - head/databases

Kurt Jaeger pi at FreeBSD.org
Mon Dec 9 05:30:25 UTC 2019


Author: pi
Date: Mon Dec  9 05:30:24 2019
New Revision: 519592
URL: https://svnweb.freebsd.org/changeset/ports/519592

Log:
  Fix databases/Makefile for p5-Redis-JobQueue
  
  PR:		242516
  Submitted by:	mayhem30 at gmail.com

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Dec  9 02:15:31 2019	(r519591)
+++ head/databases/Makefile	Mon Dec  9 05:30:24 2019	(r519592)
@@ -477,7 +477,7 @@
     SUBDIR += p5-Redis
     SUBDIR += p5-Redis-Fast
     SUBDIR += p5-Redis-hiredis
-    SUBDIR += Redis-JobQueue
+    SUBDIR += p5-Redis-JobQueue
     SUBDIR += p5-RedisDB
     SUBDIR += p5-RedisDB-Parser
     SUBDIR += p5-Relations


More information about the svn-ports-head mailing list