From owner-svn-ports-head@FreeBSD.ORG Sat Nov 2 14:28:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63FB5BA4; Sat, 2 Nov 2013 14:28:38 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4335527C0; Sat, 2 Nov 2013 14:28:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA2ESc7U007426; Sat, 2 Nov 2013 14:28:38 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA2ESbqx007423; Sat, 2 Nov 2013 14:28:37 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201311021428.rA2ESbqx007423@svn.freebsd.org> From: Josh Paetzel Date: Sat, 2 Nov 2013 14:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332489 - 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.14 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: Sat, 02 Nov 2013 14:28:38 -0000 Author: jpaetzel Date: Sat Nov 2 14:28:37 2013 New Revision: 332489 URL: http://svnweb.freebsd.org/changeset/ports/332489 Log: Add stagedir support. Minor cleanup. PR: ports/183458 Submitted by: Takefu Sponsored by: FOX Amateur Radio Club Modified: head/sysutils/tw_cli/Makefile head/sysutils/tw_cli/pkg-descr head/sysutils/tw_cli/pkg-plist Modified: head/sysutils/tw_cli/Makefile ============================================================================== --- head/sysutils/tw_cli/Makefile Sat Nov 2 14:28:26 2013 (r332488) +++ head/sysutils/tw_cli/Makefile Sat Nov 2 14:28:37 2013 (r332489) @@ -10,32 +10,33 @@ DISTNAME= cli_freebsd_10.2.1_9.5.4 MAINTAINER= jpaetzel@FreeBSD.org COMMENT= 3ware storage controllers management CLI +EXTRACT_SUFX:= .zip + RESTRICTED= Redistribution is not allowed # i386 binary should work on ia64, but not tested ONLY_FOR_ARCHS= i386 amd64 ia64 -USE_ZIP= yes WRKSRC= ${WRKDIR} NO_BUILD= yes BINSUFFIX= ${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,} -SUB_FILES+= 407.status-3ware-raid +SUB_FILES= 407.status-3ware-raid PORTDOCS= tw_cli.8.html -MAN8+= tw_cli.8 -NO_STAGE= yes -.include +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${BINSUFFIX}/tw_cli ${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff ${MANPREFIX}/man/man8/tw_cli.8 - @${MKDIR} ${PREFIX}/etc/periodic/daily + ${INSTALL_PROGRAM} ${WRKSRC}/${BINSUFFIX}/tw_cli\ + ${STAGEDIR}/${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\ + ${STAGEDIR}/${MANPREFIX}/man/man8/tw_cli.8 + @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \ - ${PREFIX}/etc/periodic/daily/ + ${STAGEDIR}/${PREFIX}/etc/periodic/daily/ post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}/${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${STAGEDIR}/${DOCSDIR}/ .endif .include Modified: head/sysutils/tw_cli/pkg-descr ============================================================================== --- head/sysutils/tw_cli/pkg-descr Sat Nov 2 14:28:26 2013 (r332488) +++ head/sysutils/tw_cli/pkg-descr Sat Nov 2 14:28:37 2013 (r332489) @@ -4,4 +4,4 @@ It provides controller, logical unit and be used in both interactive and batch mode, providing higher-level API (Application Programming Interface) functionalities. -WWW: http://3ware.com/support/download.asp +WWW: http://3ware.com/support/download.asp Modified: head/sysutils/tw_cli/pkg-plist ============================================================================== --- head/sysutils/tw_cli/pkg-plist Sat Nov 2 14:28:26 2013 (r332488) +++ head/sysutils/tw_cli/pkg-plist Sat Nov 2 14:28:37 2013 (r332489) @@ -1,3 +1,4 @@ +man/man8/tw_cli.8.gz sbin/tw_cli etc/periodic/daily/407.status-3ware-raid @dirrmtry etc/periodic/daily