From da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Sun, 7 Aug 2022 13:31:13 +0900 Subject: databases/redis{6,62}: Fix problem that pkg-message is misleading When installing package of databases/redis62, following pkg-message is displayed. To setup "redis62" you need to edit the configuration file: /usr/local/etc/redis62.conf To run redis from startup, add redis62_enable="YES" in your /etc/rc.conf. But path of configuration file is /usr/local/etc/redis.conf and what should really be added to /etc/rc.conf is redis_enable="YES". Same problem also happens when installing databases/redis6 The source of the problem is that the value of ${PORTNAME} is used to create pkg-message from file/pkg-message.in. So fix it by changing the value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of each port. While I'm here, * Pet portlint and portclippy * Tidy up Makefile with portfmt. PR: 265623 Reported by: FiLiS MFH: 2022Q3 --- databases/redis62/files/patch-redis.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/redis62/files/patch-redis.conf') diff --git a/databases/redis62/files/patch-redis.conf b/databases/redis62/files/patch-redis.conf index f71797d9555e..b653f89a3211 100644 --- a/databases/redis62/files/patch-redis.conf +++ b/databases/redis62/files/patch-redis.conf @@ -1,5 +1,5 @@ ---- redis.conf.orig 2021-01-12 09:21:03.000000000 -0500 -+++ redis.conf 2021-01-13 11:46:40.445746000 -0500 +--- redis.conf.orig 2021-01-12 14:21:03 UTC ++++ redis.conf @@ -244,7 +244,7 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. -- cgit v1.2.3