svn commit: r389833 - head/shells/zsh

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 16 11:03:50 UTC 2015


Author: bapt
Date: Tue Jun 16 11:03:49 2015
New Revision: 389833
URL: https://svnweb.freebsd.org/changeset/ports/389833

Log:
  Move the SF mirrors first again

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Tue Jun 16 10:42:49 2015	(r389832)
+++ head/shells/zsh/Makefile	Tue Jun 16 11:03:49 2015	(r389833)
@@ -5,10 +5,11 @@ PORTNAME=	zsh
 PORTVERSION=	5.0.8
 PORTREVISION=	2
 CATEGORIES=	shells
-MASTER_SITES=	http://www.zsh.org/pub/ \
-		http://www.zsh.org/pub/:doc \
+MASTER_SITES=	\
 		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
-		SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
+		SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc \
+		http://www.zsh.org/pub/:doc \
+		http://www.zsh.org/pub/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	bapt at FreeBSD.org


More information about the svn-ports-head mailing list