svn commit: r561505 - in head/databases: redis redis4 redis5

Sergey A. Osokin osa at FreeBSD.org
Wed Jan 13 20:25:15 UTC 2021


Author: osa
Date: Wed Jan 13 20:25:14 2021
New Revision: 561505
URL: https://svnweb.freebsd.org/changeset/ports/561505

Log:
  Upgrade download protocol from http to https.

Modified:
  head/databases/redis/Makefile
  head/databases/redis4/Makefile
  head/databases/redis5/Makefile

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Wed Jan 13 19:58:12 2021	(r561504)
+++ head/databases/redis/Makefile	Wed Jan 13 20:25:14 2021	(r561505)
@@ -4,7 +4,7 @@
 PORTNAME=	redis
 PORTVERSION=	6.0.10
 CATEGORIES=	databases
-MASTER_SITES=	http://download.redis.io/releases/
+MASTER_SITES=	https://download.redis.io/releases/
 
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Persistent key-value database with built-in net interface

Modified: head/databases/redis4/Makefile
==============================================================================
--- head/databases/redis4/Makefile	Wed Jan 13 19:58:12 2021	(r561504)
+++ head/databases/redis4/Makefile	Wed Jan 13 20:25:14 2021	(r561505)
@@ -5,7 +5,7 @@ PORTNAME=	redis4
 PORTVERSION=	4.0.14
 PORTREVISION=	2
 CATEGORIES=	databases
-MASTER_SITES=	http://download.redis.io/releases/
+MASTER_SITES=	https://download.redis.io/releases/
 DISTNAME=	redis-${PORTVERSION}
 
 MAINTAINER=	osa at FreeBSD.org

Modified: head/databases/redis5/Makefile
==============================================================================
--- head/databases/redis5/Makefile	Wed Jan 13 19:58:12 2021	(r561504)
+++ head/databases/redis5/Makefile	Wed Jan 13 20:25:14 2021	(r561505)
@@ -4,7 +4,7 @@
 PORTNAME=	redis5
 PORTVERSION=	5.0.9
 CATEGORIES=	databases
-MASTER_SITES=	http://download.redis.io/releases/
+MASTER_SITES=	https://download.redis.io/releases/
 DISTNAME=	redis-${PORTVERSION}
 
 MAINTAINER=	osa at FreeBSD.org


More information about the svn-ports-all mailing list