Hi ports --

Attached is a trivial update to archivers/makeself. Upstream changelog in its entirety is reproduced below: * Added new --sha256 argument to use a SHA256 checksum to verify the integrity of archives. The shasum or sha256sum commands need to be available on the targeted systems.
* Fixes for extracting to directories containing spaces.
* OpenSSL improvements.
* Base64 decoding support on macOS.
* Various documentation updates.

A simple test works here. Not taking MAINTAINER since I can't see myself using it; again just taking another maintainer-less item off the portroach queue.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/makeself/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile	3 Nov 2017 14:21:04 -0000	1.14
+++ Makefile	9 Sep 2018 03:10:36 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=		script generating a self-extractible .tgz from a directory
 
-V=			2.3.1
+V=			2.4.0
 DISTNAME=		makeself-${V}
 
 GH_PROJECT=		makeself
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/makeself/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo	3 Nov 2017 14:21:04 -0000	1.7
+++ distinfo	9 Sep 2018 03:10:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (makeself-2.3.1.tar.gz) = ciEfq45uNOwWrN7UcgPJ//Kj8TE8nr1DMPbJT/6kOZM=
-SIZE (makeself-2.3.1.tar.gz) = 25013
+SHA256 (makeself-2.4.0.tar.gz) = dqjD8/rRtVw5uikEoZ50liFR+Ugd8DCR1OVJOL3RP1A=
+SIZE (makeself-2.4.0.tar.gz) = 26735

Reply via email to