mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 8.02.16
- Now native binary on amd64 is installed PR: ports/162029 Submitted by: Vladimir Laskov <samflanker@gmail.com> (maintainer)
This commit is contained in:
parent
7149ddb9e9
commit
4412c0e7e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284714
2 changed files with 13 additions and 9 deletions
|
@ -6,10 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= megacli
|
PORTNAME= megacli
|
||||||
PORTVERSION= 8.01.06
|
PORTVERSION= 8.02.16
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/
|
MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ \
|
||||||
DISTNAME= ${PORTVERSION}_FreeBSD_MegaCLI
|
CRITICAL
|
||||||
|
DISTNAME= ${PORTVERSION}_MegaCLI
|
||||||
|
|
||||||
MAINTAINER= samflanker@gmail.com
|
MAINTAINER= samflanker@gmail.com
|
||||||
COMMENT= SAS MegaRAID FreeBSD MegaCLI
|
COMMENT= SAS MegaRAID FreeBSD MegaCLI
|
||||||
|
@ -19,7 +20,6 @@ RESTRICTED= Source recipient must acknowledge license. Reproduction or redistrib
|
||||||
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
IA32_BINARY_PORT= yes
|
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
@ -27,7 +27,11 @@ NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
PLIST_FILES= sbin/MegaCli
|
PLIST_FILES= sbin/MegaCli
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/MegaCli ${PREFIX}/sbin
|
.if ${ARCH} == "i386"
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/FREEBSD/MegaCli ${PREFIX}/sbin/MegaCli
|
||||||
.include <bsd.port.mk>
|
.elif ${ARCH} == "amd64"
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/FREEBSD/MegaCli64 ${PREFIX}/sbin/MegaCli
|
||||||
|
.endif
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (8.01.06_FreeBSD_MegaCLI.zip) = 95d5d35f5643b369da8ea3604f476738837c252fb06b5064f7e77a3b5a488f30
|
SHA256 (8.02.16_MegaCLI.zip) = e22b615f6a10e4c305e65434153f8e15e779a2e245c08116ce5eca840c183d66
|
||||||
SIZE (8.01.06_FreeBSD_MegaCLI.zip) = 800132
|
SIZE (8.02.16_MegaCLI.zip) = 12244704
|
||||||
|
|
Loading…
Add table
Reference in a new issue