svn commit: r391190 - branches/2015Q3/net-mgmt/unifi4

Mark Felder feld at FreeBSD.org
Thu Jul 2 20:35:33 UTC 2015


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}
 


More information about the svn-ports-all mailing list