diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-03-10 11:40:19 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-03-10 11:40:19 +0000 |
commit | c0f825f3c8cee633eee6ded677bdf008bb1cc57c (patch) | |
tree | 6a5a0a335be734bdc28b017b56b26d91ff821bfb /sysutils/i2c-tools/Makefile | |
parent | 35b0b5288880f3a50a5a63cf65443200ab51b916 (diff) | |
download | ports-c0f825f3c8cee633eee6ded677bdf008bb1cc57c.tar.gz ports-c0f825f3c8cee633eee6ded677bdf008bb1cc57c.zip |
Unbreak and update to version 4.1 (added DDR4 support).
PR: 243468, 244696
Approved by: maintainer (avg)
Notes
Notes:
svn path=/head/; revision=528158
Diffstat (limited to 'sysutils/i2c-tools/Makefile')
-rw-r--r-- | sysutils/i2c-tools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile index 4dfeac00d0e1..32c7db607022 100644 --- a/sysutils/i2c-tools/Makefile +++ b/sysutils/i2c-tools/Makefile @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= i2c-tools -PORTVERSION= 3.1.1 +PORTVERSION= 4.1 CATEGORIES= sysutils -MASTER_SITES= http://dl.lm-sensors.org/i2c-tools/releases/ +MASTER_SITES= https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/ MAINTAINER= avg@FreeBSD.org COMMENT= Heterogeneous set of I2C tools -BROKEN= unfetchable - LICENSE= GPLv2 NO_BUILD= yes -USES= perl5 shebangfix tar:bzip2 +USES= perl5 shebangfix tar:xz USE_PERL5= run PLIST_FILES= man/man1/decode-dimms.1.gz sbin/decode-dimms |