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
This commit is contained in:
thfr 2020-03-07 17:48:59 +00:00
parent a376e5842e
commit 8be0367167
2 changed files with 9 additions and 9 deletions

View File

@ -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 <thfr@openbsd.org>
# 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 \

View File

@ -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