git: 0a92bff380c4 - main - archivers/lziprecover: update the port to version 1.24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 May 2024 04:33:00 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a92bff380c47b1dceb3b7216d89692305e352d7 commit 0a92bff380c47b1dceb3b7216d89692305e352d7 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-05-09 04:30:26 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-05-09 04:30:26 +0000 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 --- archivers/lziprecover/Makefile | 9 +++++---- archivers/lziprecover/distinfo | 6 +++--- 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