Skip to content

Commit

Permalink
archivers/bzip3: Update to 1.4.0
Browse files Browse the repository at this point in the history
PR:		275576
  • Loading branch information
Daniel Engberg authored and ehaupt committed Dec 6, 2023
1 parent fd676f4 commit cf53907
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
11 changes: 3 additions & 8 deletions archivers/bzip3/Makefile
@@ -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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions archivers/bzip3/distinfo
@@ -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
17 changes: 9 additions & 8 deletions archivers/bzip3/pkg-plist
Expand Up @@ -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

0 comments on commit cf53907

Please sign in to comment.