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

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


Author: feld
Date: Thu Jul  2 20:19:59 2015
New Revision: 391187
URL: https://svnweb.freebsd.org/changeset/ports/391187

Log:
  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.

Modified:
  head/net-mgmt/unifi4/Makefile

Modified: head/net-mgmt/unifi4/Makefile
==============================================================================
--- head/net-mgmt/unifi4/Makefile	Thu Jul  2 20:15:38 2015	(r391186)
+++ head/net-mgmt/unifi4/Makefile	Thu Jul  2 20:19:59 2015	(r391187)
@@ -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