svn commit: r422687 - branches/2016Q3/sysutils/megacli

Thomas Zander riggs at FreeBSD.org
Fri Sep 23 17:06:56 UTC 2016


Author: riggs
Date: Fri Sep 23 17:06:54 2016
New Revision: 422687
URL: https://svnweb.freebsd.org/changeset/ports/422687

Log:
  MFH: r422685
  
  Make build more robust: add mirror to MASTER_SITES; add TIMESTAMP
  
  PR:		212878
  Submitted by:	samflanker at gmail.com (maintainer)
  
  Approved by:	ports-secteam (build fix blanket)

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

Modified: branches/2016Q3/sysutils/megacli/Makefile
==============================================================================
--- branches/2016Q3/sysutils/megacli/Makefile	Fri Sep 23 16:57:42 2016	(r422686)
+++ branches/2016Q3/sysutils/megacli/Makefile	Fri Sep 23 17:06:54 2016	(r422687)
@@ -4,7 +4,8 @@
 PORTNAME=	megacli
 DISTVERSION=	8-07-14
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/
+MASTER_SITES=	http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ \
+		http://ftp.wsisiz.edu.pl/pub/pc/drivers/lsi/
 DISTNAME=	${DISTVERSION}_MegaCLI
 
 MAINTAINER=	samflanker at gmail.com

Modified: branches/2016Q3/sysutils/megacli/distinfo
==============================================================================
--- branches/2016Q3/sysutils/megacli/distinfo	Fri Sep 23 16:57:42 2016	(r422686)
+++ branches/2016Q3/sysutils/megacli/distinfo	Fri Sep 23 17:06:54 2016	(r422687)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1474466414
 SHA256 (8-07-14_MegaCLI.zip) = d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9
 SIZE (8-07-14_MegaCLI.zip) = 7939395


More information about the svn-ports-all mailing list