diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:28:46 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:28:46 +0000 |
| commit | cc04417c3f6a753402ff6d0784c048aa8faf55a3 (patch) | |
| tree | 3c13cf8485c7be6fffca000d624df71abd360568 /sysutils/devcpu-data/Makefile | |
| parent | Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework (diff) | |
Update Intel microcode to 2017-05-11
- Update MASTER_SITES: use https:// for Intel
- While I'm here, add NO_ARCH
PR: 219268
Submitted by: grarpamp <grarpamp@gmail.com>
Approved by: John Clark <clarkjc@runbox.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=442023
Diffstat (limited to 'sysutils/devcpu-data/Makefile')
| -rw-r--r-- | sysutils/devcpu-data/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index daaabc420e06..50a2dc61e70a 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/26400/eng/:intel \ +MASTER_SITES= https://downloadmirror.intel.com/26798/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20161104.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd +DISTFILES= microcode-20170511.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates @@ -17,6 +17,7 @@ LICENSE_NAME= Intel Software License Agreement LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +NO_ARCH= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 |
