Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 08:14:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537125 - head/sysutils/flashrom
Message-ID:  <202005310814.04V8Euie073403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun May 31 08:14:56 2020
New Revision: 537125
URL: https://svnweb.freebsd.org/changeset/ports/537125

Log:
  - Update sysutils/flashrom to 1.2
  - Pacify portfmt/portlint/portclippy
  
  PR:		246776
  Approved by:	mizhka@gmail.com (maintainer)

Modified:
  head/sysutils/flashrom/Makefile
  head/sysutils/flashrom/distinfo

Modified: head/sysutils/flashrom/Makefile
==============================================================================
--- head/sysutils/flashrom/Makefile	Sun May 31 08:14:40 2020	(r537124)
+++ head/sysutils/flashrom/Makefile	Sun May 31 08:14:56 2020	(r537125)
@@ -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 
 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
 

Modified: head/sysutils/flashrom/distinfo
==============================================================================
--- head/sysutils/flashrom/distinfo	Sun May 31 08:14:40 2020	(r537124)
+++ head/sysutils/flashrom/distinfo	Sun May 31 08:14:56 2020	(r537125)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005310814.04V8Euie073403>