diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-19 23:16:32 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-19 23:16:32 +0000 |
| commit | 173c785417cd392d987af66eaac906ffc6d47b0e (patch) | |
| tree | d2a007b1245798d6fc1ec5a47717288d978feade /sysutils/devcpu-data/Makefile | |
| parent | New port: emulators/py-unicorn (diff) | |
sysutils/devcpu-data: update to 1.9 (Intel 2016-11-04)
- Accept LICENSE since it allows mirroring [1]
PR: 215104
Approved by: John Clark <clarkjc@runbox.com> (maintainer)
Submitted by: John Clark <clarkjc@runbox.com> [1]
Notes
Notes:
svn path=/head/; revision=428965
Diffstat (limited to 'sysutils/devcpu-data/Makefile')
| -rw-r--r-- | sysutils/devcpu-data/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 2c8859b65fe5..daaabc420e06 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.7 +PORTVERSION= 1.9 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/26156/eng/:intel \ +MASTER_SITES= http://downloadmirror.intel.com/26400/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20160714.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd +DISTFILES= microcode-20161104.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates @@ -15,7 +15,7 @@ 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 +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept NO_WRKSUBDIR= yes |
