Date: Wed, 4 Oct 2023 20:03:00 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fbddbce90b34 - main - sysutils/arcconf: update to B25611 Message-ID: <202310042003.394K30JP056368@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbddbce90b347f63bddc14a52221f1eb1a3441ea commit fbddbce90b347f63bddc14a52221f1eb1a3441ea Author: Thomas Vogt <thomas@bsdunix.ch> AuthorDate: 2023-10-03 04:49:37 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 20:01:34 +0000 sysutils/arcconf: update to B25611 - Vendor has changed naming scheme for distfile, infer tool version from help text PR: 269512 Approved by: michael@fuckner.net (maintainer) --- sysutils/arcconf/Makefile | 7 ++++--- sysutils/arcconf/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index f7426138f837..820d86257413 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -1,10 +1,9 @@ PORTNAME= arcconf -DISTVERSION= 4_01_24763 -PORTREVISION= 1 +DISTVERSION= 4.09.00.${BUILD} PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= https://download.adaptec.com/raid/storage_manager/ -DISTNAME= arcconf_v${DISTVERSION} +DISTNAME= arcconf_B${BUILD} MAINTAINER= michael@fuckner.net COMMENT= Adaptec SCSI/SAS RAID administration tool @@ -16,10 +15,12 @@ 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 +ONLY_FOR_ARCH_REASON= precompiled binary LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT} USES= zip USE_GCC= yes +BUILD= 25611 SUB_FILES+= ${PERIODICSCRIPT} diff --git a/sysutils/arcconf/distinfo b/sysutils/arcconf/distinfo index 4df0fa5db5f0..8cc9474adaa5 100644 --- a/sysutils/arcconf/distinfo +++ b/sysutils/arcconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650304481 -SHA256 (arcconf_v4_01_24763.zip) = aa62c75806cae08f0ac021939c73a86e13f295e818c08df2d894af76d1461a71 -SIZE (arcconf_v4_01_24763.zip) = 48927178 +TIMESTAMP = 1696308443 +SHA256 (arcconf_B25611.zip) = 6543b9d636e6e595bf51ac880ab17c5bd59c80bb27186b0f37f979f46914d669 +SIZE (arcconf_B25611.zip) = 47701464
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310042003.394K30JP056368>