svn commit: r491396 - head/shells/zsh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 27 19:58:31 UTC 2019


Author: sunpoet
Date: Sun Jan 27 19:58:26 2019
New Revision: 491396
URL: https://svnweb.freebsd.org/changeset/ports/491396

Log:
  Update MASTER_SITES and WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/shells/zsh/Makefile
  head/shells/zsh/pkg-descr

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Sun Jan 27 19:58:21 2019	(r491395)
+++ head/shells/zsh/Makefile	Sun Jan 27 19:58:26 2019	(r491396)
@@ -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}
 

Modified: head/shells/zsh/pkg-descr
==============================================================================
--- head/shells/zsh/pkg-descr	Sun Jan 27 19:58:21 2019	(r491395)
+++ head/shells/zsh/pkg-descr	Sun Jan 27 19:58:26 2019	(r491396)
@@ -12,4 +12,4 @@ To fire up the zsh completion system, type the followi
 	$ autoload -U compinstall
 	$ compinstall
 
-WWW: http://www.zsh.org/
+WWW: https://www.zsh.org/


More information about the svn-ports-head mailing list