Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2024 08:17:07 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: 9a3be44b4815 - main - archivers/bzip3: Remove obsolete post-patch target
Message-ID:  <202412180817.4BI8H7fu005477@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=9a3be44b481507d7daed13afc610e0ef7fd5becd

commit 9a3be44b481507d7daed13afc610e0ef7fd5becd
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-12-18 08:16:56 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-12-18 08:17:04 +0000

    archivers/bzip3: Remove obsolete post-patch target
    
    - Remove obsolete post-patch target
    - Portclippy
---
 archivers/bzip3/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile
index 7cdc5c00acb6..a1c179544b3a 100644
--- a/archivers/bzip3/Makefile
+++ b/archivers/bzip3/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bzip3
 DISTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/kspalaiologos/${PORTNAME}/releases/download/${DISTVERSION}/
 
@@ -13,12 +14,7 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/3rdparty/libsais-LICENSE
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/LICENSE
 
 USES=		cmake cpe pathfix tar:xz
-USE_LDCONFIG=	yes
-
 CPE_VENDOR=	bzip3_project
-
-post-patch:
-	@${REINPLACE_CMD} -e "s|\(VERSION \)1\.3\.0|\1${DISTVERSION}|" \
-		${WRKSRC}/CMakeLists.txt
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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