svn commit: r561476 - head/databases/redis5

Sergey A. Osokin osa at FreeBSD.org
Wed Jan 13 15:37:28 UTC 2021


Author: osa
Date: Wed Jan 13 15:37:27 2021
New Revision: 561476
URL: https://svnweb.freebsd.org/changeset/ports/561476

Log:
  Repo-copy databases/redis to databases/redis5.
  Update CONFLICTS.
  Do not connect to the build.

Added:
  head/databases/redis5/
     - copied from r561473, head/databases/redis/
Modified:
  head/databases/redis5/Makefile

Modified: head/databases/redis5/Makefile
==============================================================================
--- head/databases/redis/Makefile	Wed Jan 13 15:08:16 2021	(r561473)
+++ head/databases/redis5/Makefile	Wed Jan 13 15:37:27 2021	(r561476)
@@ -1,10 +1,11 @@
 # Created by: Sergey Skvortsov <skv at protey.ru>
 # $FreeBSD$
 
-PORTNAME=	redis
+PORTNAME=	redis5
 PORTVERSION=	5.0.9
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
+DISTNAME=	redis-${PORTVERSION}
 
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Persistent key-value database with built-in net interface
@@ -71,7 +72,7 @@ USES+=		tcl:build
 
 LDFLAGS+=	-lpthread -lm -lexecinfo
 
-CONFLICTS?=	redis4-4.* redis-devel-5.*
+CONFLICTS?=	redis4-4.* redis-devel-*
 
 USE_RC_SUBR=	redis sentinel
 BIN_FILES=	redis-benchmark redis-check-aof redis-check-rdb \


More information about the svn-ports-head mailing list