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 9fd7ee1cdf. [1]
Sort PLIST_FILES later in Makefile. [2]
Also this now requires GNU make to build.
Reported by: danfe [1], portclippy [2]
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user