Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2025 04:43:03 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e258eb120a6 - main - =?utf-8?Q?sysutils/patchelf: update 0.14.3 =E2=86=92 0.18.0?=
Message-ID:  <202501210443.50L4h32K001142@gitrepo.freebsd.org>

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

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

commit 6e258eb120a6d141938b90000fabe64e75637309
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-21 04:27:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-21 04:42:48 +0000

    sysutils/patchelf: update 0.14.3 → 0.18.0
---
 sysutils/patchelf/Makefile  | 5 +++--
 sysutils/patchelf/distinfo  | 6 +++---
 sysutils/patchelf/pkg-plist | 3 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile
index e1f817468610..8f4def5268bf 100644
--- a/sysutils/patchelf/Makefile
+++ b/sysutils/patchelf/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	patchelf
-DISTVERSION=	0.14.3
-PORTREVISION=	1
+DISTVERSION=	0.18.0
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/NixOS/${PORTNAME}/releases/download/${DISTVERSION}/
 
@@ -19,4 +18,6 @@ TEST_TARGET=	check
 
 OPTIONS_DEFINE=	DOCS
 
+# tests as of 0.18.0: 2 tests fail, see https://github.com/NixOS/patchelf/issues/584
+
 .include <bsd.port.mk>
diff --git a/sysutils/patchelf/distinfo b/sysutils/patchelf/distinfo
index 87714497949a..386b73737f1e 100644
--- a/sysutils/patchelf/distinfo
+++ b/sysutils/patchelf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644259479
-SHA256 (patchelf-0.14.3.tar.bz2) = a017ec3d2152a19fd969c0d87b3f8b43e32a66e4ffabdc8767a56062b9aec270
-SIZE (patchelf-0.14.3.tar.bz2) = 181189
+TIMESTAMP = 1737428134
+SHA256 (patchelf-0.18.0.tar.bz2) = 1952b2a782ba576279c211ee942e341748fdb44997f704dd53def46cd055470b
+SIZE (patchelf-0.18.0.tar.bz2) = 423290
diff --git a/sysutils/patchelf/pkg-plist b/sysutils/patchelf/pkg-plist
index 778a86f1ea78..da4196932b55 100644
--- a/sysutils/patchelf/pkg-plist
+++ b/sysutils/patchelf/pkg-plist
@@ -1,3 +1,4 @@
 bin/patchelf
-share/man/man1/patchelf.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.md
+share/man/man1/patchelf.1.gz
+share/zsh/site-functions/_patchelf



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