pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 30 10:16:39 UTC 2025

Modified Files:
        pkgsrc/databases/redis: Makefile

Log Message:
redis: fix typo in comment, and add link to new license


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/databases/redis/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.91 pkgsrc/databases/redis/Makefile:1.92
--- pkgsrc/databases/redis/Makefile:1.91        Mon May 20 04:21:44 2024
+++ pkgsrc/databases/redis/Makefile     Wed Apr 30 10:16:39 2025
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.91 2024/05/20 04:21:44 adam Exp $
+# $NetBSD: Makefile,v 1.92 2025/04/30 10:16:39 wiz Exp $
 
 DISTNAME=      redis-7.2.5
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
-# NB: upsteram has changed to a proprietary license.  Probably (absent
-# discussion), this should not be updated until a license-ok version
-# is in pkgsrc.  Existing forks are:
+# NB: upstream has changed to a proprietary license:
+# https://github.com/redis/redis/blob/unstable/LICENSE.txt
+# Probably (absent discussion), this should not be updated until
+# a license-ok version is in pkgsrc.  Existing forks are:
 # 1. Redict https://codeberg.org/redict/redict
 # 2. KeyDB, an older redis fork (in terms of features) BSD3 licensed
 # version maintained by Snapchat.



Home | Main Index | Thread Index | Old Index