svn commit: r459206 - branches/2018Q1/sysutils/devcpu-data

Steve Wills swills at FreeBSD.org
Tue Jan 16 20:57:52 UTC 2018


Author: swills
Date: Tue Jan 16 20:57:51 2018
New Revision: 459206
URL: https://svnweb.freebsd.org/changeset/ports/459206

Log:
  Again sync up with HEAD
  
  MFH: r459205
  
  Revert Intel URL to the correct location for microcode-20171117.tgz
  
  PR:		225224
  Reported by:	Gary <freebsd-bugzilla at in-addr.com>
  Sponsored by:	Limelight Networks
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2018Q1/sysutils/devcpu-data/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/sysutils/devcpu-data/Makefile
==============================================================================
--- branches/2018Q1/sysutils/devcpu-data/Makefile	Tue Jan 16 19:56:34 2018	(r459205)
+++ branches/2018Q1/sysutils/devcpu-data/Makefile	Tue Jan 16 20:57:51 2018	(r459206)
@@ -3,9 +3,9 @@
 
 PORTNAME=	data
 PORTVERSION=	1.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
-MASTER_SITES=	https://downloadmirror.intel.com/27431/eng/:intel \
+MASTER_SITES=	https://downloadmirror.intel.com/27337/eng/:intel \
 		LOCAL/sbruno:amd
 PKGNAMEPREFIX=	devcpu-
 DISTFILES=	microcode-20171117.tgz:intel amd64-microcode_3.20171205.1.tar.xz:amd


More information about the svn-ports-branches mailing list