Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 17:49:19 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r414063 - branches/2016Q2/net-mgmt/unifi4
Message-ID:  <201604261749.u3QHnJ4K085674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Apr 26 17:49:18 2016
New Revision: 414063
URL: https://svnweb.freebsd.org/changeset/ports/414063

Log:
  MFH: r414062
  
  net-mgmt/unifi4: Add a LOCAL mirror for the distfiles
  
  Sometimes Ubiquiti updates and pulls old versions for no obvious reason and
  this causes the quarterly branch build process to repeatedly email me
  with errors. The license for Unifi does not restrict hosting copies of
  the distfile, so I will use a backup mirror will solve this.
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q2/net-mgmt/unifi4/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/net-mgmt/unifi4/Makefile
==============================================================================
--- branches/2016Q2/net-mgmt/unifi4/Makefile	Tue Apr 26 17:48:35 2016	(r414062)
+++ branches/2016Q2/net-mgmt/unifi4/Makefile	Tue Apr 26 17:49:18 2016	(r414063)
@@ -5,7 +5,8 @@ PORTNAME=	unifi4
 PORTVERSION=	4.8.14
 PORTREVISION=	0
 CATEGORIES=	net-mgmt java
-MASTER_SITES=	https://www.ubnt.com/downloads/unifi/${PORTVERSION}/
+MASTER_SITES=	https://www.ubnt.com/downloads/unifi/${PORTVERSION}/ \
+		LOCAL/feld/${PORTNAME}-${PORTVERSION}/
 DISTNAME=	UniFi.unix
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 



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