git: 5ec67c061c6b - main - sysutils/arcconf: Update to 3.07.23971

Fernando Apesteguía fernape at FreeBSD.org
Wed Jul 7 08:29:37 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ec67c061c6bd9ba6d732d74be9f58e7f67212c7

commit 5ec67c061c6bd9ba6d732d74be9f58e7f67212c7
Author:     Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-07-06 16:41:01 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-07-07 08:21:54 +0000

    sysutils/arcconf: Update to 3.07.23971
    
    PR:     256991
    Reported by:    thomas at bsdunix.ch
    Reviewed by:    michael at fuckner.net (maintainer)
---
 sysutils/arcconf/Makefile | 15 ++++++++++-----
 sysutils/arcconf/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index 4a7c5167ab6d..6f95de3d61e4 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -1,8 +1,7 @@
 # Created by: michael at fuckner.net
 
 PORTNAME=	arcconf
-DISTVERSION=	3_01_23531
-PORTREVISION=	2
+DISTVERSION=	3_07_23971
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.adaptec.com/raid/storage_manager/
@@ -17,16 +16,22 @@ LICENSE_FILE=	${WRKSRC}/freebsd${DIST_TYPE}/cmdline/License.txt
 LICENSE_PERMS=	no-pkg-sell no-dist-sell no-dist-mirror auto-accept
 
 ONLY_FOR_ARCHS=	amd64
-USES=		zip
 LIB_DEPENDS=	libstdc++.so.6:lang/gcc${GCC_DEFAULT}
-USE_GCC=	yes
 
-PERIODICSCRIPT=	410.status-aac-raid
+USES=		zip
+USE_GCC=	4.8+
 
 SUB_FILES+=	${PERIODICSCRIPT}
 
+PERIODICSCRIPT=	410.status-aac-raid
+
 .include <bsd.port.pre.mk>
+.if ${OSREL:R} >= 12
+DIST_TYPE=	12_x64
+RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libncurses.so.8:misc/compat12x
+.else
 DIST_TYPE=	11_x64
+.endif
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
diff --git a/sysutils/arcconf/distinfo b/sysutils/arcconf/distinfo
index 69c7a00d6428..64d0d062ea89 100644
--- a/sysutils/arcconf/distinfo
+++ b/sysutils/arcconf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563905746
-SHA256 (arcconf_v3_01_23531.zip) = e936f86a1f6511f7cc4de5781cc6c11e1ad2cba97575c86c2fbf65ce62780b0d
-SIZE (arcconf_v3_01_23531.zip) = 76188493
+TIMESTAMP = 1625300147
+SHA256 (arcconf_v3_07_23971.zip) = e5d382d5a6534e02188af8a2412c251292623841d97f89f45870b03ae687c7ab
+SIZE (arcconf_v3_07_23971.zip) = 99777386


More information about the dev-commits-ports-all mailing list