diff options
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 |