Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 20:35:32 +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: r391190 - branches/2015Q3/net-mgmt/unifi4
Message-ID:  <201507022035.t62KZWt0077452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jul  2 20:35:32 2015
New Revision: 391190
URL: https://svnweb.freebsd.org/changeset/ports/391190

Log:
  MFH: r391187
  
  4.6.6 is now a General Availability Release
  
  It appears Unifi kills the download URL when they promote a version to a
  General Availability Release. We will keep the Makefile aware of both
  URLs now so this is a transparent change to users in the future.
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/net-mgmt/unifi4/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net-mgmt/unifi4/Makefile
==============================================================================
--- branches/2015Q3/net-mgmt/unifi4/Makefile	Thu Jul  2 20:30:52 2015	(r391189)
+++ branches/2015Q3/net-mgmt/unifi4/Makefile	Thu Jul  2 20:35:32 2015	(r391190)
@@ -5,7 +5,8 @@ PORTNAME=	unifi4
 PORTVERSION=	4.6.6
 PORTREVISION=	0
 CATEGORIES=	net-mgmt java
-MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/
+MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}-${UBNT_BUILD}/ \
+		https://www.ubnt.com/downloads/unifi/${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?201507022035.t62KZWt0077452>