Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 01:59:45 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524619 - head/sysutils/storcli
Message-ID:  <202001300159.00U1xkNQ057874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Jan 30 01:59:45 2020
New Revision: 524619
URL: https://svnweb.freebsd.org/changeset/ports/524619

Log:
  sysutils/storcli: Update to 7.1211
  
  PR:		243694
  Submitted by:	takefu@airport.fm

Modified:
  head/sysutils/storcli/Makefile
  head/sysutils/storcli/distinfo

Modified: head/sysutils/storcli/Makefile
==============================================================================
--- head/sysutils/storcli/Makefile	Thu Jan 30 01:48:49 2020	(r524618)
+++ head/sysutils/storcli/Makefile	Thu Jan 30 01:59:45 2020	(r524619)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	storcli
-DISTVERSION=	7.1017
+DISTVERSION=	7.1211
 CATEGORIES=	sysutils
 MASTER_SITES=	https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/
-DISTNAME=	MR_SAS_Unified_StorCLI_007.1017.0000.0000
+DISTNAME=	007.1211.0000.0000_Unified_StorCLI
 
 MAINTAINER=	takefu@airport.fm
 COMMENT=	SAS MegaRAID FreeBSD StorCLI
@@ -25,7 +25,7 @@ NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	sbin/storcli
 PKGMESSAGE=	${WRKDIR}/pkg-message
-BINSRC=		${WRKSRC}/FreeBSD
+BINSRC=		${WRKSRC}/Unified_storcli_all_os/FreeBSD
 
 .include <bsd.port.pre.mk>
 
@@ -41,7 +41,13 @@ post-extract:
 	@${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC}
 	@${REINPLACE_CMD} 's#\(StorCli\).*StorCli64#\1#'\
 		${BINSRC}/FreeBSD_readme.txt
-	@${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt > ${WRKDIR}/pkg-message
+	@${ECHO} "[" > ${WRKDIR}/pkg-message
+	@${ECHO} "{" >> ${WRKDIR}/pkg-message
+	@${ECHO} "  message: <<EOM" >> ${WRKDIR}/pkg-message
+	@${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt >> ${WRKDIR}/pkg-message
+	@${ECHO} "EOM">>  ${WRKDIR}/pkg-message
+	@${ECHO} "}" >> ${WRKDIR}/pkg-message
+	@${ECHO} "]" >> ${WRKDIR}/pkg-message
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/storcli${ARCH:S/i386//:S/amd64/64/}\

Modified: head/sysutils/storcli/distinfo
==============================================================================
--- head/sysutils/storcli/distinfo	Thu Jan 30 01:48:49 2020	(r524618)
+++ head/sysutils/storcli/distinfo	Thu Jan 30 01:59:45 2020	(r524619)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562828982
-SHA256 (MR_SAS_Unified_StorCLI_007.1017.0000.0000.zip) = ca66348ec52100d97f8f58a65a5f2d426e11e5bc03113dddc8eb72282763f690
-SIZE (MR_SAS_Unified_StorCLI_007.1017.0000.0000.zip) = 36266095
+TIMESTAMP = 1580273112
+SHA256 (007.1211.0000.0000_Unified_StorCLI.zip) = c8fefab8aaa04ad03427bcea83c8e801c45a5d06047b72c959f5416ac5e883e2
+SIZE (007.1211.0000.0000_Unified_StorCLI.zip) = 36988201



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