Date: Sun, 7 Jan 2018 18:13:51 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458363 - head/sysutils/devcpu-data Message-ID: <201801071813.w07IDpdk088598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Sun Jan 7 18:13:50 2018 New Revision: 458363 URL: https://svnweb.freebsd.org/changeset/ports/458363 Log: sysutils/devcpu-data Unbreak build by using a cached distfile for amd microcode. Use a freebsd.org hosted version of the amd microcode file fetched in February of 2015. The amd64.org site has been down for a long time and probably will never come back. Reported by: netchild Reviewed by: mat antoine Approved by: portmgr (mat@ antoin@) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13792 Modified: head/sysutils/devcpu-data/Makefile Modified: head/sysutils/devcpu-data/Makefile ============================================================================== --- head/sysutils/devcpu-data/Makefile Sun Jan 7 17:28:52 2018 (r458362) +++ head/sysutils/devcpu-data/Makefile Sun Jan 7 18:13:50 2018 (r458363) @@ -5,7 +5,7 @@ PORTNAME= data PORTVERSION= 1.12 CATEGORIES= sysutils MASTER_SITES= https://downloadmirror.intel.com/27337/eng/:intel \ - http://www.amd64.org/microcode/:amd + LOCAL/sbruno:amd PKGNAMEPREFIX= devcpu- DISTFILES= microcode-20171117.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071813.w07IDpdk088598>