aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-09 04:30:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-09 04:30:26 +0000
commit0a92bff380c47b1dceb3b7216d89692305e352d7 (patch)
tree9abeee2a665f3051c86e7b28bf786cdbe7207d39
parent18de444f002c31ee3c77153ca9661c491d8736cb (diff)
downloadports-0a92bff380c47b1dceb3b7216d89692305e352d7.tar.gz
ports-0a92bff380c47b1dceb3b7216d89692305e352d7.zip
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
-rw-r--r--archivers/lziprecover/Makefile9
-rw-r--r--archivers/lziprecover/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/archivers/lziprecover/Makefile b/archivers/lziprecover/Makefile
index 8e0711f80c04..3d1f87929120 100644
--- a/archivers/lziprecover/Makefile
+++ b/archivers/lziprecover/Makefile
@@ -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}
diff --git a/archivers/lziprecover/distinfo b/archivers/lziprecover/distinfo
index 8a0a737a7714..111ac9cda666 100644
--- a/archivers/lziprecover/distinfo
+++ b/archivers/lziprecover/distinfo
@@ -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