From owner-svn-ports-all@freebsd.org Sun Jul 26 11:15:37 2015 Return-Path: Delivered-To: svn-ports-all@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 5C6B99AB50D; Sun, 26 Jul 2015 11:15:37 +0000 (UTC) (envelope-from antoine@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 3363780D; Sun, 26 Jul 2015 11:15:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QBFbsR089456; Sun, 26 Jul 2015 11:15:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QBFa4i089451; Sun, 26 Jul 2015 11:15:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507261115.t6QBFa4i089451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Jul 2015 11:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392919 - head/sysutils/megacli X-SVN-Group: ports-head 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.20 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: Sun, 26 Jul 2015 11:15:37 -0000 Author: antoine Date: Sun Jul 26 11:15:35 2015 New Revision: 392919 URL: https://svnweb.freebsd.org/changeset/ports/392919 Log: Make fetchable again Reported by: pkg-fallout PR: 201744 Modified: head/sysutils/megacli/Makefile head/sysutils/megacli/distinfo Modified: head/sysutils/megacli/Makefile ============================================================================== --- head/sysutils/megacli/Makefile Sun Jul 26 10:53:06 2015 (r392918) +++ head/sysutils/megacli/Makefile Sun Jul 26 11:15:35 2015 (r392919) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= megacli -PORTVERSION= 8.07.14 +DISTVERSION= 8-07-14 CATEGORIES= sysutils -MASTER_SITES= http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/${DISTNAME}${EXTRACT_SUFX}?source=1& -DISTNAME= ${PORTVERSION}_MegaCLI -EXTRACT_SUFX= .zip +MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ +DISTNAME= ${DISTVERSION}_MegaCLI MAINTAINER= samflanker@gmail.com COMMENT= SAS MegaRAID FreeBSD MegaCLI RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/lookup/License.aspx -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} +USES= zip ONLY_FOR_ARCHS= i386 amd64 @@ -26,7 +25,7 @@ MEGACLI_ARCH= MegaCli${ARCH:S/i386//:S/a post-extract: @${MV} ${WRKSRC}/FreeBSD/MegaCLI.zip ${WRKSRC}/FreeBSD/MegaCli.zip - @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/FreeBSD/${MEGACLI_ARCH}.zip -C${WRKSRC}/FreeBSD + @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/FreeBSD/${MEGACLI_ARCH}.zip -d ${WRKSRC}/FreeBSD do-install: ${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/${MEGACLI_ARCH} ${STAGEDIR}${PREFIX}/sbin/MegaCli Modified: head/sysutils/megacli/distinfo ============================================================================== --- head/sysutils/megacli/distinfo Sun Jul 26 10:53:06 2015 (r392918) +++ head/sysutils/megacli/distinfo Sun Jul 26 11:15:35 2015 (r392919) @@ -1,2 +1,2 @@ -SHA256 (8.07.14_MegaCLI.zip) = d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 -SIZE (8.07.14_MegaCLI.zip) = 7939395 +SHA256 (8-07-14_MegaCLI.zip) = d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 +SIZE (8-07-14_MegaCLI.zip) = 7939395