notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/redis62/files/extra-patch-deps_lua_src_lua__cjson.c

Number of commits found: 2

Sunday, 7 Aug 2022
05:30 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 commit hash: da202ea08068ed0be6487ea5f2bc368bbfb0d2c2 da202ea
Thursday, 28 Apr 2022
02:18 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Copy from databases/redis

Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0.
commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 commit hash: 36836207bca52685e109a0601b215e836a452c28 3683620

Number of commits found: 2