From owner-svn-ports-branches@freebsd.org Thu Jul 2 20:35:33 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD869933EF; Thu, 2 Jul 2015 20:35:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E808111C; Thu, 2 Jul 2015 20:35:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62KZWZm077453; Thu, 2 Jul 2015 20:35:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KZWt0077452; Thu, 2 Jul 2015 20:35:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507022035.t62KZWt0077452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 2 Jul 2015 20:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391190 - branches/2015Q3/net-mgmt/unifi4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:35:33 -0000 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}