mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update sysutils/flashrom to 1.2
- Pacify portfmt/portlint/portclippy PR: 246776 Approved by: mizhka@gmail.com (maintainer)
This commit is contained in:
parent
edad7b8d81
commit
412969c26d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537125
@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flashrom
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://download.flashrom.org/releases/
|
||||
DISTVERSIONPREFIX= v
|
||||
|
||||
MAINTAINER= mizhka@gmail.com
|
||||
COMMENT= Utility for reading, writing, verifying, and erasing flash ROM chips
|
||||
@ -13,7 +13,7 @@ COMMENT= Utility for reading, writing, verifying, and erasing flash ROM chips
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NOT_FOR_ARCHS= aarch64
|
||||
NOT_FOR_ARCHS= aarch64
|
||||
NOT_FOR_ARCHS_REASON= ./hwaccess.h:126:2: error: Unable to determine endianness.
|
||||
|
||||
LIB_DEPENDS= libpci.so:devel/libpci
|
||||
@ -26,14 +26,14 @@ PLIST_FILES= bin/flashrom \
|
||||
man/man8/flashrom.8.gz
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= BUSPIRATE DOCS FTDI
|
||||
OPTIONS_DEFINE= BUSPIRATE DOCS FTDI
|
||||
OPTIONS_DEFINE_amd64= DMIDECODE
|
||||
OPTIONS_DEFINE_i386= DMIDECODE
|
||||
OPTIONS_DEFAULT_amd64= DMIDECODE
|
||||
OPTIONS_DEFAULT_i386= DMIDECODE
|
||||
|
||||
DMIDECODE_DESC= Use dmidecode to gather DMI information
|
||||
FTDI_DESC= Enable external FT2232SPI flasher support
|
||||
DMIDECODE_DESC= Use dmidecode to gather DMI information
|
||||
FTDI_DESC= Enable external FT2232SPI flasher support
|
||||
|
||||
DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565613761
|
||||
SHA256 (flashrom-v1.1.tar.bz2) = aeada9c70c22421217c669356180c0deddd0b60876e63d2224e3260b90c14e19
|
||||
SIZE (flashrom-v1.1.tar.bz2) = 348458
|
||||
TIMESTAMP = 1590579048
|
||||
SHA256 (flashrom-v1.2.tar.bz2) = e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b
|
||||
SIZE (flashrom-v1.2.tar.bz2) = 366995
|
||||
|
Loading…
Reference in New Issue
Block a user