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.
This commit is contained in:
parent
45e329c8fb
commit
239a6cbcd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391187
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue