diff options
Diffstat (limited to 'sysutils/storcli')
-rw-r--r-- | sysutils/storcli/Makefile | 13 | ||||
-rw-r--r-- | sysutils/storcli/distinfo | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/storcli/Makefile b/sysutils/storcli/Makefile index ee5d409c9b93..1305fe6cbe08 100644 --- a/sysutils/storcli/Makefile +++ b/sysutils/storcli/Makefile @@ -1,8 +1,9 @@ PORTNAME= storcli -DISTVERSION= 7.3006 +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_p31/ -DISTNAME= STORCLI_SAS3.5_P31 +MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/ +DISTNAME= STORCLI_SAS3.5_P36 +DIST_SUBDIR= ${PORTNAME}${DISTVERSION} MAINTAINER= takefu@airport.fm COMMENT= SAS MegaRAID FreeBSD StorCLI @@ -28,10 +29,10 @@ BINSRC= ${WRKSRC}/${DISTNAME}/univ_viva_cli_rel/Unified_storcli_all_os .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) DOWNLOAD_URL= https://docs.broadcom.com/docs/${DISTNAME}${EXTRACT_SUFX} IGNORE= you must manually fetch the distribution file \ - (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \ + (${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \ place it in ${DISTDIR} and then run make again .endif @@ -47,6 +48,8 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/storcli64 ${STAGEDIR}${PREFIX}/sbin/storcli + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BINSRC}/../../MR_SAS_Unified_StorCLI--00${DISTVERSION}.0000.0000.pdf \ ${BINSRC}/readme.txt ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/storcli/distinfo b/sysutils/storcli/distinfo index 17a072c0152d..53f3fcff50c6 100644 --- a/sysutils/storcli/distinfo +++ b/sysutils/storcli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721693528 -SHA256 (STORCLI_SAS3.5_P31.zip) = 49dcd9e7a3c85327b0fa08772a0965bd5c03552c045d9dbfd96c8381749ee943 -SIZE (STORCLI_SAS3.5_P31.zip) = 37385652 +TIMESTAMP = 1758808136 +SHA256 (storcli7.3503/STORCLI_SAS3.5_P36.zip) = 1af26f7b7b78fa9e538d81fc490a2d8851c124e04ee7554b88f688d48b9ea7fb +SIZE (storcli7.3503/STORCLI_SAS3.5_P36.zip) = 39427427 |