sysutils/UEFITool: update to 55

- While I'm here: pet portlint (whitespace)

PR:		235675
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2019-02-12 19:15:25 +00:00
parent 0a2838f603
commit 4b61ce4fa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492799
3 changed files with 7 additions and 8 deletions

View File

@ -3,8 +3,7 @@
PORTNAME= UEFITool
DISTVERSIONPREFIX= A
DISTVERSION= 54
PORTREVISION= 1
DISTVERSION= 55
CATEGORIES= sysutils
MAINTAINER= pkubaj@anongoth.pl
@ -13,7 +12,7 @@ COMMENT= UEFI images parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE.md
USES= compiler:c++11-lang qmake:outsource qt:5
USES= compiler:c++11-lang gl qmake:outsource qt:5
USE_GITHUB= yes
USE_GL= gl
USE_QT= core gui widgets buildtools_build qmake_build

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1546958067
SHA256 (LongSoft-UEFITool-A54_GH0.tar.gz) = 09182b8ad16ab2abb4e23b76474720b92cf537460d8937cac46ebe12be581d0f
SIZE (LongSoft-UEFITool-A54_GH0.tar.gz) = 600830
TIMESTAMP = 1549890302
SHA256 (LongSoft-UEFITool-A55_GH0.tar.gz) = 2b8f7643585aee80497789430b18196e8480c0d0af8632dec8bc06492fbc16d9
SIZE (LongSoft-UEFITool-A55_GH0.tar.gz) = 620240

View File

@ -1,6 +1,6 @@
UEFITool is a cross-platform C++/Qt program for parsing,
UEFITool is a cross-platform C++/Qt program for parsing,
extracting and modifying UEFI firmware images.
It supports parsing of full BIOS images
It supports parsing of full BIOS images
starting with the flash descriptor or any binary files containing UEFI volumes.
WWW: https://github.com/LongSoft/UEFITool