diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-28 03:58:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-28 03:58:26 +0800 |
commit | 4b451e92fb9769e07a275e6b5bdbf4134f8c28a3 (patch) | |
tree | 789384d22d82d44fcfec12bfc5017262b3ebd205 /shells | |
parent | 85e91763fad2186c131be01edf26cc8b129aa919 (diff) | |
download | freebsd-ports-gnome-4b451e92fb9769e07a275e6b5bdbf4134f8c28a3.tar.gz freebsd-ports-gnome-4b451e92fb9769e07a275e6b5bdbf4134f8c28a3.tar.zst freebsd-ports-gnome-4b451e92fb9769e07a275e6b5bdbf4134f8c28a3.zip |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
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/ |