Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2023 23:01:40 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf53907cd203 - main - archivers/bzip3: Update to 1.4.0
Message-ID:  <202312062301.3B6N1em7084054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf53907cd2034e9fd577af38d4de1b7ae2d1a6ab

commit cf53907cd2034e9fd577af38d4de1b7ae2d1a6ab
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-12-06 20:00:16 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-12-06 23:01:14 +0000

    archivers/bzip3: Update to 1.4.0
    
    PR:             275576
---
 archivers/bzip3/Makefile  | 11 +++--------
 archivers/bzip3/distinfo  |  6 +++---
 archivers/bzip3/pkg-plist | 17 +++++++++--------
 3 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile
index 8ee84c77e064..3bebe1c70bdc 100644
--- a/archivers/bzip3/Makefile
+++ b/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
@@ -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>
diff --git a/archivers/bzip3/distinfo b/archivers/bzip3/distinfo
index 57a280f139a3..60a3797a74c5 100644
--- a/archivers/bzip3/distinfo
+++ b/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
diff --git a/archivers/bzip3/pkg-plist b/archivers/bzip3/pkg-plist
index 3093dd6d4904..1a6c4cc91520 100644
--- a/archivers/bzip3/pkg-plist
+++ b/archivers/bzip3/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312062301.3B6N1em7084054>