Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 11:03:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389833 - head/shells/zsh
Message-ID:  <201506161103.t5GB3o6h000509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161103.t5GB3o6h000509>