svn commit: r414063 - branches/2016Q2/net-mgmt/unifi4

Mark Felder feld at FreeBSD.org
Tue Apr 26 17:49:20 UTC 2016


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}
 


More information about the svn-ports-all mailing list