View | Details | Raw Unified | Return to bug 228777 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-8 / +8 lines)
Lines 1-10 Link Here
1
# $FreeBSD: head/sysutils/storcli/Makefile 449126 2017-09-02 11:36:52Z riggs $
1
# $FreeBSD: head/sysutils/storcli/Makefile 449126 2017-09-02 11:36:52Z riggs $
2
2
3
PORTNAME=	storcli
3
PORTNAME=	storcli
4
PORTVERSION=	1.23.02
4
PORTVERSION=	007.0504.0000.0000
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/
6
MASTER_SITES=	https://docs.broadcom.com/docs-and-downloads/docs-and-downloads/raid-controllers/raid-controllers-common-files/
7
DISTNAME=	${PORTVERSION}_StorCLI
7
DISTNAME=	${PORTVERSION}_Unified_StorCLI
8
8
9
MAINTAINER=	takefu@airport.fm
9
MAINTAINER=	takefu@airport.fm
10
COMMENT=	SAS MegaRAID FreeBSD StorCLI
10
COMMENT=	SAS MegaRAID FreeBSD StorCLI
Lines 16-38 LICENSE_TEXT= Source recipient must ackn Link Here
16
		See https://www.broadcom.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg
16
		See https://www.broadcom.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg
17
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
17
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
18
18
19
USES=		zip
19
ONLY_FOR_ARCHS=	amd64 i386
20
20
21
ONLY_FOR_ARCHS=	i386 amd64
21
USES=		zip
22
22
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
NO_WRKSUBDIR=	yes
24
NO_WRKSUBDIR=	yes
25
25
26
PLIST_FILES=	sbin/storcli
26
PLIST_FILES=	sbin/storcli
27
PKGMESSAGE=	${WRKDIR}/pkg-message
27
PKGMESSAGE=	${WRKDIR}/pkg-message
28
BINSRC=		${WRKSRC}/storcli_All_OS/FreeBSD
28
BINSRC=		${WRKSRC}/Unified_storcli_all_os/FreeBSD
29
29
30
post-extract:
30
post-extract:
31
	@${TAR} xf ${WRKSRC}/storcli_All_OS.zip -C${WRKSRC}
31
	@${TAR} xf ${WRKSRC}/Unified_storcli_all_os.zip -C${WRKSRC}
32
	@${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC}
32
	@${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC}
33
	@${REINPLACE_CMD} 's#\(StorCli\).*StorCli64#\1#'\
33
	@${REINPLACE_CMD} 's#\(StorCli\).*StorCli64#\1#'\
34
		${BINSRC}/FreeBSD_readme.txt
34
		${BINSRC}/FreeBSD_readme.txt
35
	@${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt > ${WRKSRC}/pkg-message
35
	@${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt > ${WRKDIR}/pkg-message
36
36
37
do-install:
37
do-install:
38
	${INSTALL_SCRIPT} ${WRKSRC}/storcli${ARCH:S/i386//:S/amd64/64/}\
38
	${INSTALL_SCRIPT} ${WRKSRC}/storcli${ARCH:S/i386//:S/amd64/64/}\
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1504079269
1
TIMESTAMP = 1528263675
2
SHA256 (1.23.02_StorCLI.zip) = d7cd07b7af93cbeb5735f5d4754fb5cb0fa92af3965017c6642e5273e10eb8ff
2
SHA256 (007.0504.0000.0000_Unified_StorCLI.zip) = 3915dcb69afa1925e2c5ee3e5aea9637e8a49adc5cb0d4d213486440ce4d7cfd
3
SIZE (1.23.02_StorCLI.zip) = 48778476
3
SIZE (007.0504.0000.0000_Unified_StorCLI.zip) = 40558670

Return to bug 228777