1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

sysutils/arcconf: Update to 3.01.23531

* Add run dependecy to GCC (port default) because arcconf needs
  libstdc++.so.6: version GLIBCXX_3.4.11
  (port misc/compat9x latest support is  GLIBCXX_3.4.9)
* Remove os check since 10.x is EoL

PR:		238775
Submitted by:	thomas@bsdunix.ch
Approved by:	maintainer
This commit is contained in:
Koichiro Iwao 2019-07-25 02:03:16 +00:00
parent 3b8668c653
commit 666c4ef78a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507307
2 changed files with 7 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= arcconf
DISTVERSION= 3_00_23488
DISTVERSION= 3_01_23531
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
@ -12,6 +12,7 @@ MAINTAINER= michael@fuckner.net
COMMENT= Adaptec SCSI/SAS RAID administration tool
ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT}
USES= zip
@ -23,20 +24,13 @@ RESTRICTED= May not be redistributed in binary form
NO_CDROM= May not be redistributed in binary form
.include <bsd.port.pre.mk>
.if ${OPSYS} != FreeBSD
IGNORE= installs incompatible binaries for FreeBSD
.else
DIST_OSVER= 11
.endif
DIST_EXT= _x64
DIST_TYPE= 11_x64
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_EXT}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1551109632
SHA256 (arcconf_v3_00_23488.zip) = 8df35e46e3ce73a71e185080e98ec9cf492a93aeb7c20fe0c662e15a7b2b4d26
SIZE (arcconf_v3_00_23488.zip) = 75886924
TIMESTAMP = 1563905746
SHA256 (arcconf_v3_01_23531.zip) = e936f86a1f6511f7cc4de5781cc6c11e1ad2cba97575c86c2fbf65ce62780b0d
SIZE (arcconf_v3_01_23531.zip) = 76188493