From owner-svn-ports-head@freebsd.org Mon Jul 20 15:20:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3056D9A6A7F; Mon, 20 Jul 2015 15:20:25 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FAEA2932; Mon, 20 Jul 2015 15:20:25 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KFKOgm016839; Mon, 20 Jul 2015 15:20:24 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KFKO1j016837; Mon, 20 Jul 2015 15:20:24 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201507201520.t6KFKO1j016837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 20 Jul 2015 15:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392586 - head/sysutils/tw_cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 15:20:25 -0000 Author: jpaetzel Date: Mon Jul 20 15:20:23 2015 New Revision: 392586 URL: https://svnweb.freebsd.org/changeset/ports/392586 Log: Update to 9.5.5 Various fixes and improvements PR: 201711 Submitted by: takefu@airport.fm Modified: head/sysutils/tw_cli/Makefile head/sysutils/tw_cli/distinfo Modified: head/sysutils/tw_cli/Makefile ============================================================================== --- head/sysutils/tw_cli/Makefile Mon Jul 20 15:02:28 2015 (r392585) +++ head/sysutils/tw_cli/Makefile Mon Jul 20 15:20:23 2015 (r392586) @@ -1,37 +1,43 @@ -# Created by: Dmitry Frolov # $FreeBSD$ PORTNAME= tw_cli -PORTVERSION= 9.5.4 +PORTVERSION= 9.5.5 CATEGORIES= sysutils -MASTER_SITES= ftp://tsupport:tsupport@ftp0.lsil.com/private/3Ware/downloads/ -DISTNAME= cli_freebsd_10.2.1_9.5.4 +MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ +DISTNAME= CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets +DIST_SUBDIR= 3dm2 MAINTAINER= jpaetzel@FreeBSD.org COMMENT= 3ware storage controllers management CLI +LICENSE= tw_cli +LICENSE_NAME= LSI +LICENSE_TEXT= ${RESTRICTED} +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept + +RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx + USES= zip -RESTRICTED= Redistribution forbidden by license + # i386 binary should work on ia64, but not tested ONLY_FOR_ARCHS= i386 amd64 ia64 - -WRKSRC= ${WRKDIR} NO_BUILD= yes -BINSUFFIX= ${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,} +NO_WRKSUBDIR= yes + SUB_FILES= 407.status-3ware-raid PORTDOCS= tw_cli.8.html PLIST_FILES= etc/periodic/daily/407.status-3ware-raid\ man/man8/tw_cli.8.gz sbin/tw_cli do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${BINSUFFIX}/tw_cli\ - ${STAGEDIR}${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,}/tw_cli\ + ${STAGEDIR}${PREFIX}/sbin/tw_cli ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\ - ${STAGEDIR}${MANPREFIX}/man/man8/tw_cli.8 + ${STAGEDIR}${MAN8PREFIX}/man/man8/tw_cli.8 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \ ${STAGEDIR}${PREFIX}/etc/periodic/daily/ @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/sysutils/tw_cli/distinfo ============================================================================== --- head/sysutils/tw_cli/distinfo Mon Jul 20 15:02:28 2015 (r392585) +++ head/sysutils/tw_cli/distinfo Mon Jul 20 15:20:23 2015 (r392586) @@ -1,2 +1,2 @@ -SHA256 (cli_freebsd_10.2.1_9.5.4.zip) = 9305397eb23320cc65186d33ee68a49d01d0e8e46283f12fa7e99664620eda06 -SIZE (cli_freebsd_10.2.1_9.5.4.zip) = 1550003 +SHA256 (3dm2/CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets.zip) = 656eb4d1666447ef10b08f9145b93b4f3dab6a27479fe14a4ceea451d7057f97 +SIZE (3dm2/CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets.zip) = 1531484