From owner-svn-ports-all@freebsd.org Thu Jul 2 20:20:00 2015 Return-Path: Delivered-To: svn-ports-all@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 C1D96993060; Thu, 2 Jul 2015 20:20:00 +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 B365826B5; Thu, 2 Jul 2015 20:20:00 +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 t62KK022068666; Thu, 2 Jul 2015 20:20:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62KK018068665; Thu, 2 Jul 2015 20:20:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507022020.t62KK018068665@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:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391187 - head/net-mgmt/unifi4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 20:20:00 -0000 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}