Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 17:48:35 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414062 - head/net-mgmt/unifi4
Message-ID:  <201604261748.u3QHmZSE085497@repo.freebsd.org>

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

Log:
  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.
  
  MFH:		2016Q2

Modified:
  head/net-mgmt/unifi4/Makefile

Modified: head/net-mgmt/unifi4/Makefile
==============================================================================
--- head/net-mgmt/unifi4/Makefile	Tue Apr 26 16:32:09 2016	(r414061)
+++ head/net-mgmt/unifi4/Makefile	Tue Apr 26 17:48:35 2016	(r414062)
@@ -5,7 +5,8 @@ PORTNAME=	unifi4
 PORTVERSION=	4.8.15
 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?201604261748.u3QHmZSE085497>