mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
sysutils/arcconf: v1_7_21229 -> v1_8_21375
- New commands: backupunit, driverupdate, setcustommode, setconnectormode - Enhanced commands: identify command supports blink LED start/stop PR: 206577 Approved by: michael@fuckner.net (maintainer)
This commit is contained in:
parent
d9be3b27df
commit
5671d90b9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407205
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arcconf
|
||||
DISTVERSION= v1_7_21229
|
||||
DISTVERSION= v1_8_21375
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
|
||||
@ -22,21 +22,29 @@ SUB_FILES+= ${PERIODICSCRIPT}
|
||||
RESTRICTED= May not be redistributed in binary form
|
||||
NO_CDROM= May not be redistributed in binary form
|
||||
|
||||
DIST_OSVER= 9
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} != FreeBSD
|
||||
IGNORE= installs incompatible binaries for FreeBSD
|
||||
.elif ${OSVERSION} < 1000000
|
||||
DIST_OSVER= 9
|
||||
.else
|
||||
DIST_OSVER= 10
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} != FreeBSD
|
||||
IGNORE= installs incompatible binaries for FreeBSD
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
DIST_EXT= _x64
|
||||
.endif
|
||||
|
||||
.if ! exists(/usr/lib/libstdc++.so.6)
|
||||
.elif ${ARCH} == i386
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
|
||||
# use the 9 i386 version for 10 i386
|
||||
DIST_OSVER= 9
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
|
||||
.endif
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (arcconf_v1_7_21229.zip) = b9ec025ed6e7167551dc2a034b39999f5b43a3a6544e3e8989f75a89dd99c7b3
|
||||
SIZE (arcconf_v1_7_21229.zip) = 11056748
|
||||
SHA256 (arcconf_v1_8_21375.zip) = ac4991967988ad355c4272df1efcf776db62f0a78ce5b61d065645a1b2e43972
|
||||
SIZE (arcconf_v1_8_21375.zip) = 17086537
|
||||
|
Loading…
Reference in New Issue
Block a user