From 4b451e92fb9769e07a275e6b5bdbf4134f8c28a3 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 27 Jan 2019 19:58:26 +0000 Subject: Update MASTER_SITES and WWW Approved by: portmgr (blanket) --- shells/zsh/Makefile | 4 ++-- shells/zsh/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 9cdbdfb85d50..f10bc3b5b8a7 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -5,9 +5,9 @@ PORTNAME= zsh DISTVERSION= 5.7 PORTREVISION= 1 CATEGORIES= shells -MASTER_SITES= http://www.zsh.org/pub/ \ +MASTER_SITES= https://www.zsh.org/pub/ \ SF \ - http://www.zsh.org/pub/:doc \ + https://www.zsh.org/pub/:doc \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr index 19b0cf7ec826..d2bf51384271 100644 --- a/shells/zsh/pkg-descr +++ b/shells/zsh/pkg-descr @@ -12,4 +12,4 @@ To fire up the zsh completion system, type the following commands: $ autoload -U compinstall $ compinstall -WWW: http://www.zsh.org/ +WWW: https://www.zsh.org/ -- cgit