Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2025 00:53:45 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: acc9ae11bf56 - 2025Q4 - sysutils/storcli: Fix MASTER_SITES and IGNORE message
Message-ID:  <202510030053.5930rjIm052316@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acc9ae11bf56859d9a192a36ecccb80574f2da7b

commit acc9ae11bf56859d9a192a36ecccb80574f2da7b
Author:     Takefu <takefu@airport.fm>
AuthorDate: 2025-10-03 00:50:02 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-03 00:53:35 +0000

    sysutils/storcli: Fix MASTER_SITES and IGNORE message
    
    No functional changes.
    
    PR:     289963
    (cherry picked from commit b31bbccdb36729f79322b5ebb70e843fcd5e2c27)
---
 sysutils/storcli/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/storcli/Makefile b/sysutils/storcli/Makefile
index 1305fe6cbe08..7e58a345a93b 100644
--- a/sysutils/storcli/Makefile
+++ b/sysutils/storcli/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	storcli
 DISTVERSION=	7.3503
 CATEGORIES=	sysutils
-MASTER_SITES=	https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/
+MASTER_SITES=	https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p36/
 DISTNAME=	STORCLI_SAS3.5_P36
 DIST_SUBDIR=	${PORTNAME}${DISTVERSION}
 
@@ -33,7 +33,7 @@ BINSRC=		${WRKSRC}/${DISTNAME}/univ_viva_cli_rel/Unified_storcli_all_os
 DOWNLOAD_URL=	https://docs.broadcom.com/docs/${DISTNAME}${EXTRACT_SUFX}
 IGNORE=		you must manually fetch the distribution file \
 		(${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \
-		place it in ${DISTDIR} and then run make again
+		place it in ${DISTDIR}/${DIST_SUBDIR} and then run make again
 .endif
 
 post-extract:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510030053.5930rjIm052316>