git: cc09f7e83487 - main - archivers/lzip: Update to 1.25
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Mar 2025 00:08:20 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc09f7e834872e74b06d7fec3044d78b827fa7ab commit cc09f7e834872e74b06d7fec3044d78b827fa7ab Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2025-03-04 00:07:28 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2025-03-04 00:07:28 +0000 archivers/lzip: Update to 1.25 This includes the following changes: - Options '--empty-error' and '--marking-error' removed. - Improved error handling. - New documentaton chapter 'Syntax of command-line arguments'. Drop GNU_CONFIGURE_MANPREFIX setting which is the default now since commit 9fd7ee1cdf6c. [1] Sort PLIST_FILES later in Makefile. [2] Also this now requires GNU make to build. Reported by: danfe [1], portclippy [2] --- archivers/lzip/Makefile | 9 +++++---- archivers/lzip/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index da55291068cf..72cdd8771b10 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,5 +1,5 @@ PORTNAME= lzip -DISTVERSION= 1.24.1 +DISTVERSION= 1.25 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -10,15 +10,16 @@ WWW= https://www.nongnu.org/lzip/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -PLIST_FILES= bin/lzip \ - share/man/man1/lzip.1.gz +USES= gmake GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" INSTALL_TARGET= install-strip + INFO= lzip +PLIST_FILES= bin/lzip \ + share/man/man1/lzip.1.gz .include <bsd.port.mk> diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index c24bf9680cd8..ec55c8cd3374 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715155797 -SHA256 (lzip-1.24.1.tar.gz) = 30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162 -SIZE (lzip-1.24.1.tar.gz) = 123899 +TIMESTAMP = 1740991358 +SHA256 (lzip-1.25.tar.gz) = 09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f +SIZE (lzip-1.25.tar.gz) = 115640