update to ddrescue-1.28, from Martin Ziemer (maintainer)

while there, fix CONFIGURE_STYLE, it is not an autoconf-generated
script so should use 'simple' not 'gnu'.
This commit is contained in:
sthen 2024-02-01 11:18:02 +00:00
parent 1a19129e0a
commit 11755aabfe
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
COMMENT = data recovery tool
DISTNAME = ddrescue-1.27
DISTNAME = ddrescue-1.28
CATEGORIES = sysutils
@ -21,10 +21,13 @@ EXTRACT_SUFX = .tar.lz
BUILD_DEPENDS = devel/help2man
CONFIGURE_STYLE = gnu
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}"
CXXFLAGS="${CXXFLAGS}" \
--mandir="${PREFIX}/man" \
--infodir="${PREFIX}/info"
ALL_TARGET = all doc
TEST_TARGET = check
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ddrescue-1.27.tar.lz) = OMgMmMWkTxXlNmPkUQCX/WjW7CB1jv3zqSUDfBgyMus=
SIZE (ddrescue-1.27.tar.lz) = 93496
SHA256 (ddrescue-1.28.tar.lz) = ZibAenyhzB0DytCVhSLFJ5sVYiLTLDQugRF8/vrrEME=
SIZE (ddrescue-1.28.tar.lz) = 93823