svn commit: r492799 - head/sysutils/UEFITool

Jochen Neumeister joneum at FreeBSD.org
Tue Feb 12 19:15:27 UTC 2019


Author: joneum
Date: Tue Feb 12 19:15:25 2019
New Revision: 492799
URL: https://svnweb.freebsd.org/changeset/ports/492799

Log:
  sysutils/UEFITool: update to 55
  
  - While I'm here: pet portlint (whitespace)
  
  PR:		235675
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/sysutils/UEFITool/Makefile
  head/sysutils/UEFITool/distinfo
  head/sysutils/UEFITool/pkg-descr

Modified: head/sysutils/UEFITool/Makefile
==============================================================================
--- head/sysutils/UEFITool/Makefile	Tue Feb 12 18:32:16 2019	(r492798)
+++ head/sysutils/UEFITool/Makefile	Tue Feb 12 19:15:25 2019	(r492799)
@@ -3,8 +3,7 @@
 
 PORTNAME=	UEFITool
 DISTVERSIONPREFIX=	A
-DISTVERSION=	54
-PORTREVISION=	1
+DISTVERSION=	55
 CATEGORIES=	sysutils
 
 MAINTAINER=	pkubaj at 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

Modified: head/sysutils/UEFITool/distinfo
==============================================================================
--- head/sysutils/UEFITool/distinfo	Tue Feb 12 18:32:16 2019	(r492798)
+++ head/sysutils/UEFITool/distinfo	Tue Feb 12 19:15:25 2019	(r492799)
@@ -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

Modified: head/sysutils/UEFITool/pkg-descr
==============================================================================
--- head/sysutils/UEFITool/pkg-descr	Tue Feb 12 18:32:16 2019	(r492798)
+++ head/sysutils/UEFITool/pkg-descr	Tue Feb 12 19:15:25 2019	(r492799)
@@ -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


More information about the svn-ports-head mailing list