diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-02-28 19:16:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-02-28 19:16:34 +0000 |
commit | e43490524061a5e4550dffbfb684686fc85fbd63 (patch) | |
tree | e88b2f8f02034984410433716633ba0261497449 /sysutils/devcpu-data/Makefile | |
parent | e09215b7cff040ee292c9edf0e11d266f36a0867 (diff) | |
download | ports-e43490524061a5e4550dffbfb684686fc85fbd63.tar.gz ports-e43490524061a5e4550dffbfb684686fc85fbd63.zip |
Notes
Diffstat (limited to 'sysutils/devcpu-data/Makefile')
-rw-r--r-- | sysutils/devcpu-data/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 3efce23ad6e8..a24820e8007e 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -2,16 +2,21 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/24290/eng/:intel \ +MASTER_SITES= http://downloadmirror.intel.com/24661/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20140913.tgz:intel amd-ucode-latest.tar.bz2:amd +DISTFILES= microcode-20150121.tgz:intel amd-ucode-latest.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates +LICENSE= EULA +LICENSE_NAME= Intel Software License Agreement +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell + NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 |