Straight forward update with changes to the two other tools I now want
to include:

        - Fixed offset updates at image replacement (#137)
        - UEFITool and subtools (UEFIPatch, UEFIReplace, etc.) versioning is 
now unified.
        - UEFIReplace got extended to support:
           * dedicated output path;
           * matching subguids;
           * performing unmodified replacements.

Works as usual for me on amd64.

Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/uefitool/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    24 Jun 2018 10:56:55 -0000      1.2
+++ Makefile    1 Oct 2018 21:32:33 -0000
@@ -4,7 +4,7 @@ COMMENT =               parse, extract and modify UEF
 
 GH_ACCOUNT =           LongSoft
 GH_PROJECT =           UEFITool
-GH_TAGNAME =           0.24.0
+GH_TAGNAME =           0.25.1
 
 CATEGORIES =           sysutils
 
@@ -18,11 +18,16 @@ WANTLIB =           ${COMPILER_LIBCXX} GL Qt5Core
 MODULES =              devel/qmake \
                        x11/qt5
 
+MODQMAKE_PROJECTS =    . \
+                       UEFIPatch \
+                       UEFIReplace
+
 LIB_DEPENDS =          ${MODQT5_LIB_DEPENDS}
 
 NO_TEST =              Yes
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKBUILD}/UEFITool ${PREFIX}/bin/
+       find ${WRKBUILD} -type f -perm -u=x \
+           -exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin/ \;
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/uefitool/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    24 Jun 2018 10:56:55 -0000      1.2
+++ distinfo    1 Oct 2018 20:41:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (UEFITool-0.24.0.tar.gz) = VY7qg4IsfISDbspHHlbyCfubDwRMFE9u1ufKMZ70FbU=
-SIZE (UEFITool-0.24.0.tar.gz) = 215653
+SHA256 (UEFITool-0.25.1.tar.gz) = XG+HRAXyoVa/fCUQb9VN715aJC1bnlC4DfktnZR17i0=
+SIZE (UEFITool-0.25.1.tar.gz) = 216298
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/uefitool/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Feb 2018 15:08:19 -0000      1.1.1.1
+++ pkg/PLIST   1 Oct 2018 21:02:02 -0000
@@ -1,2 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/18 15:08:19 kn Exp $
+@bin bin/UEFIPatch
+@bin bin/UEFIReplace
 @bin bin/UEFITool

Reply via email to