From owner-svn-ports-branches@freebsd.org Sun Dec 11 17:17:42 2016 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 85391C72E12; Sun, 11 Dec 2016 17:17:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3A3BA15A0; Sun, 11 Dec 2016 17:17:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBBHHf73045346; Sun, 11 Dec 2016 17:17:41 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBBHHfKi045345; Sun, 11 Dec 2016 17:17:41 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612111717.uBBHHfKi045345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 11 Dec 2016 17:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r428367 - branches/2016Q4/sysutils/sas2ircu 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.23 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: Sun, 11 Dec 2016 17:17:42 -0000 Author: ehaupt Date: Sun Dec 11 17:17:41 2016 New Revision: 428367 URL: https://svnweb.freebsd.org/changeset/ports/428367 Log: MFH: r428366 Update MASTER_SITE and make fetchable again. PR: 215091 Submitted by: freebsd-ports@dan.me.uk (maintainer) Approved by: Approved by: ports-secteam (blanket) Modified: branches/2016Q4/sysutils/sas2ircu/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/sas2ircu/Makefile ============================================================================== --- branches/2016Q4/sysutils/sas2ircu/Makefile Sun Dec 11 17:14:58 2016 (r428366) +++ branches/2016Q4/sysutils/sas2ircu/Makefile Sun Dec 11 17:17:41 2016 (r428367) @@ -4,27 +4,27 @@ PORTNAME= sas2ircu PORTVERSION= 20.00.00.00 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://docs.avagotech.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20_point6/ +MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20_point6/ DISTNAME= SAS2IRCU_P20 MAINTAINER= freebsd-ports@dan.me.uk -COMMENT= Tool for basic management of mps(4) based LSI RAID controllers +COMMENT= Tool for basic management of mps(4) based LSI/Avago/Broadcom RAID controllers LICENSE= sas2ircu -LICENSE_NAME= AVAGO +LICENSE_NAME= BROADCOM LICENSE_TEXT= ${RESTRICTED} LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept RESTRICTED= Source recipient must acknowledge license.\ Reproduction or redistribution prohibited.\ - See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg + See https://www.broadcom.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg USES= zip NO_BUILD= yes NO_WRKSRC= yes ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= Binaries only available for i386 and amd64 from LSI +ONLY_FOR_ARCHS_REASON= Binaries only available for i386 and amd64 from Broadcom .include