mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
archivers/bzip3: Update to 1.4.0
PR: 275576
This commit is contained in:
parent
fd676f4c4b
commit
cf53907cd2
@ -1,7 +1,7 @@
|
||||
PORTNAME= bzip3
|
||||
PORTVERSION= 1.3.2
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/kspalaiologos/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||
MASTER_SITES= https://github.com/kspalaiologos/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Better and stronger spiritual successor to BZip2
|
||||
@ -10,12 +10,7 @@ WWW= https://github.com/kspalaiologos/bzip3
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= libtool pkgconfig
|
||||
USES= cmake pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1691325953
|
||||
SHA256 (bzip3-1.3.2.tar.gz) = 152cf2134fc27b68fef37d72b8c1f9f327ac611f6101d5a01287cdba24bc58c3
|
||||
SIZE (bzip3-1.3.2.tar.gz) = 408229
|
||||
TIMESTAMP = 1701884867
|
||||
SHA256 (bzip3-1.4.0.tar.xz) = 516489784351abe027dc8b4bcad74d12937c5668d317e27de8c5cebc4d7884dc
|
||||
SIZE (bzip3-1.4.0.tar.xz) = 278424
|
||||
|
@ -6,15 +6,16 @@ bin/bz3more
|
||||
bin/bz3most
|
||||
bin/bzip3
|
||||
include/libbz3.h
|
||||
lib/libbzip3.a
|
||||
lib/cmake/bzip3/bzip3-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/bzip3/bzip3-config.cmake
|
||||
lib/libbzip3.so
|
||||
lib/libbzip3.so.0
|
||||
lib/libbzip3.so.0.0.0
|
||||
libdata/pkgconfig/bzip3.pc
|
||||
man/man1/bunzip3.1.gz
|
||||
man/man1/bz3cat.1.gz
|
||||
man/man1/bz3grep.1.gz
|
||||
man/man1/bz3less.1.gz
|
||||
man/man1/bz3more.1.gz
|
||||
man/man1/bz3most.1.gz
|
||||
man/man1/bzip3.1.gz
|
||||
share/man/man1/bunzip3.1.gz
|
||||
share/man/man1/bz3cat.1.gz
|
||||
share/man/man1/bz3grep.1.gz
|
||||
share/man/man1/bz3less.1.gz
|
||||
share/man/man1/bz3more.1.gz
|
||||
share/man/man1/bz3most.1.gz
|
||||
share/man/man1/bzip3.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user