Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 11:17:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392920 - branches/2015Q3/sysutils/megacli
Message-ID:  <201507261117.t6QBH4q4089756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 26 11:17:03 2015
New Revision: 392920
URL: https://svnweb.freebsd.org/changeset/ports/392920

Log:
  MFH: r392919
  
  Make fetchable again
  
  Reported by:	pkg-fallout
  PR:		201744

Modified:
  branches/2015Q3/sysutils/megacli/Makefile
  branches/2015Q3/sysutils/megacli/distinfo
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/megacli/Makefile
==============================================================================
--- branches/2015Q3/sysutils/megacli/Makefile	Sun Jul 26 11:15:35 2015	(r392919)
+++ branches/2015Q3/sysutils/megacli/Makefile	Sun Jul 26 11:17:03 2015	(r392920)
@@ -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: branches/2015Q3/sysutils/megacli/distinfo
==============================================================================
--- branches/2015Q3/sysutils/megacli/distinfo	Sun Jul 26 11:15:35 2015	(r392919)
+++ branches/2015Q3/sysutils/megacli/distinfo	Sun Jul 26 11:17:03 2015	(r392920)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507261117.t6QBH4q4089756>