From owner-svn-ports-all@freebsd.org Fri Jun 22 15:37:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52FEE101EE56; Fri, 22 Jun 2018 15:37:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3D5974798; Fri, 22 Jun 2018 15:37:13 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D070822932; Fri, 22 Jun 2018 15:37:13 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5MFbDIL023372; Fri, 22 Jun 2018 15:37:13 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5MFbDqb023370; Fri, 22 Jun 2018 15:37:13 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201806221537.w5MFbDqb023370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 22 Jun 2018 15:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473045 - head/sysutils/storcli X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/sysutils/storcli X-SVN-Commit-Revision: 473045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 15:37:14 -0000 Author: fernape Date: Fri Jun 22 15:37:13 2018 New Revision: 473045 URL: https://svnweb.freebsd.org/changeset/ports/473045 Log: sysutils/storcli: Update to 7.5 Distfile needs to be downloaded manually after accepting the license terms. PR: 228777 Reported by: takefu@airport.fm (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15779 Modified: head/sysutils/storcli/Makefile head/sysutils/storcli/distinfo Modified: head/sysutils/storcli/Makefile ============================================================================== --- head/sysutils/storcli/Makefile Fri Jun 22 14:59:33 2018 (r473044) +++ head/sysutils/storcli/Makefile Fri Jun 22 15:37:13 2018 (r473045) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= storcli -PORTVERSION= 1.23.02 +DISTVERSION= 7.504 CATEGORIES= sysutils -MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ -DISTNAME= ${PORTVERSION}_StorCLI +MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/docs-and-downloads/raid-controllers/ +DISTNAME= 007.0504.0000.0000_Unified_StorCLI MAINTAINER= takefu@airport.fm COMMENT= SAS MegaRAID FreeBSD StorCLI @@ -16,26 +16,36 @@ LICENSE_TEXT= Source recipient must acknowledge licens See https://www.broadcom.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +ONLY_FOR_ARCHS= amd64 i386 + USES= zip -ONLY_FOR_ARCHS= i386 amd64 - NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/storcli PKGMESSAGE= ${WRKDIR}/pkg-message -BINSRC= ${WRKSRC}/storcli_All_OS/FreeBSD +BINSRC= ${WRKSRC}/Unified_storcli_all_os/FreeBSD +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +DOWNLOAD_URL= https://docs.broadcom.com/docs/${DISTNAME}${EXTRACT_SUFX} + +IGNORE?= You must manually fetch the distribution file\ + (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL},\ + place it in ${DISTDIR} and then run make again +.endif + post-extract: - @${TAR} xf ${WRKSRC}/storcli_All_OS.zip -C${WRKSRC} + @${TAR} xf ${WRKSRC}/Unified_storcli_all_os${EXTRACT_SUFX} -C${WRKSRC} @${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC} @${REINPLACE_CMD} 's#\(StorCli\).*StorCli64#\1#'\ ${BINSRC}/FreeBSD_readme.txt - @${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt > ${WRKSRC}/pkg-message + @${FMT} 75 79 ${BINSRC}/FreeBSD_readme.txt > ${WRKDIR}/pkg-message do-install: ${INSTALL_SCRIPT} ${WRKSRC}/storcli${ARCH:S/i386//:S/amd64/64/}\ ${STAGEDIR}${PREFIX}/sbin/storcli -.include +.include Modified: head/sysutils/storcli/distinfo ============================================================================== --- head/sysutils/storcli/distinfo Fri Jun 22 14:59:33 2018 (r473044) +++ head/sysutils/storcli/distinfo Fri Jun 22 15:37:13 2018 (r473045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504079269 -SHA256 (1.23.02_StorCLI.zip) = d7cd07b7af93cbeb5735f5d4754fb5cb0fa92af3965017c6642e5273e10eb8ff -SIZE (1.23.02_StorCLI.zip) = 48778476 +TIMESTAMP = 1528263675 +SHA256 (007.0504.0000.0000_Unified_StorCLI.zip) = 3915dcb69afa1925e2c5ee3e5aea9637e8a49adc5cb0d4d213486440ce4d7cfd +SIZE (007.0504.0000.0000_Unified_StorCLI.zip) = 40558670