mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
archivers/lziprecover: update the port to version 1.24
While here, drop redundant configure arguments, respect CXX, add missing TEST_DEPENDS, and strip the program on installation (subject to -DWITH_DEBUG). Reported by: portscout, stage QA
This commit is contained in:
parent
18de444f00
commit
0a92bff380
@ -1,6 +1,5 @@
|
||||
PORTNAME= lziprecover
|
||||
PORTVERSION= 1.23
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.24
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SAVANNAH/lzip/${PORTNAME}
|
||||
|
||||
@ -10,10 +9,12 @@ WWW= https://www.nongnu.org/lzip/lziprecover.html
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
TEST_DEPENDS= lzip:archivers/lzip
|
||||
|
||||
USES= tar:lz
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
|
||||
--mandir=${PREFIX}/share/man CXXFLAGS="${CXXFLAGS}"
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
||||
MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
||||
TEST_TARGET= check
|
||||
|
||||
INFO= ${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1642807550
|
||||
SHA256 (lziprecover-1.23.tar.lz) = 9a41c9823670541573b160945c23783b644e84eb940c2c803b6b8d11b2c3d208
|
||||
SIZE (lziprecover-1.23.tar.lz) = 109718
|
||||
TIMESTAMP = 1705855922
|
||||
SHA256 (lziprecover-1.24.tar.lz) = 92d09e7e9d7c1f5a144fe631e5c20eb7e82ff6eb43d4f8ab6b260c926303d89e
|
||||
SIZE (lziprecover-1.24.tar.lz) = 112926
|
||||
|
Loading…
Reference in New Issue
Block a user