From 8be03671670ebf262d27f2d1af59fa9328486b28 Mon Sep 17 00:00:00 2001 From: thfr Date: Sat, 7 Mar 2020 17:48:59 +0000 Subject: [PATCH] trivial update to innoextract 1.8 revert to using MASTER_SITES again successfully extracts a few test archives from GOG.com While here, add comments with reason for COMPILER=base-clang ports-gcc (C++17), and reason for WANTLIBs boost_system-mt and pthread which portcheck lists as "Extra" Changelog: https://constexpr.org/innoextract/changelog --- archivers/innoextract/Makefile | 14 +++++++------- archivers/innoextract/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 6e180ede7e1..498f353dae6 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -1,13 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2019/07/12 20:43:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2020/03/07 17:48:59 thfr Exp $ COMMENT= unpack Inno Setup installers -DISTNAME= innoextract-1.7pl20190228 - -# revert to MASTER_SITES=${HOMEPAGE}files/ when releases have caught up -GH_ACCOUNT= dscharrer -GH_PROJECT= innoextract -GH_COMMIT= 38ae68f393b2f3ed1862ec7f24b1d99bbbaacb19 +DISTNAME= innoextract-1.8 CATEGORIES= archivers HOMEPAGE= https://constexpr.org/innoextract/ @@ -16,9 +11,14 @@ MAINTAINER= Thomas Frohwein # zlib/libpng PERMIT_PACKAGE= Yes +# pthread req'd by lzma and boost at runtime +# boost_system-mt req'd by boost_filesystem-mt at runtime WANTLIB= boost_filesystem-mt boost_iostreams-mt boost_program_options-mt WANTLIB+= boost_system-mt c iconv lzma m pthread ${COMPILER_LIBCXX} +MASTER_SITES = ${HOMEPAGE}files/ + +# C++17 COMPILER= base-clang ports-gcc LIB_DEPENDS= archivers/xz \ diff --git a/archivers/innoextract/distinfo b/archivers/innoextract/distinfo index 4094394f87d..4a185326273 100644 --- a/archivers/innoextract/distinfo +++ b/archivers/innoextract/distinfo @@ -1,2 +1,2 @@ -SHA256 (innoextract-1.7pl20190228-38ae68f3.tar.gz) = /qGU0dwlvZ/Wyau1lx/sf2C0Cp7QnJ75TWnI0vFR5sA= -SIZE (innoextract-1.7pl20190228-38ae68f3.tar.gz) = 194606 +SHA256 (innoextract-1.8.tar.gz) = Xnj2KVEZ7toIpU3Kx1MGoaSkDQy4Ev881AXphiwoUmk= +SIZE (innoextract-1.8.tar.gz) = 205553