Date: Thu, 2 Jul 2015 20:20:00 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391187 - head/net-mgmt/unifi4 Message-ID: <201507022020.t62KK018068665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507022020.t62KK018068665>