svn commit: r414062 - head/net-mgmt/unifi4

Mark Felder feld at FreeBSD.org
Tue Apr 26 17:48:37 UTC 2016


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}
 


More information about the svn-ports-all mailing list