git: 80812fa9fad4 - main - sysutils/patchelf: Update 0.12 -> 0.14.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 19:51:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=80812fa9fad447502b0c7d4cd6393dea3e148b40 commit 80812fa9fad447502b0c7d4cd6393dea3e148b40 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-02-07 19:49:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-02-07 19:51:28 +0000 sysutils/patchelf: Update 0.12 -> 0.14.3 Take maintainership as wg@ suggested. PR: 261782 Approved by: wg@ (maintainer) --- sysutils/patchelf/Makefile | 5 ++--- sysutils/patchelf/distinfo | 6 +++--- sysutils/patchelf/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile index 438b8dfbaaaf..04ebb78b8cee 100644 --- a/sysutils/patchelf/Makefile +++ b/sysutils/patchelf/Makefile @@ -1,18 +1,17 @@ # Created by: William Grzybowski <wg@FreeBSD.org> PORTNAME= patchelf -DISTVERSION= 0.12 +DISTVERSION= 0.14.3 CATEGORIES= sysutils MASTER_SITES= https://github.com/NixOS/${PORTNAME}/releases/download/${DISTVERSION}/ -MAINTAINER= wg@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Utility to modify the dynamic linker LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lang gmake tar:bz2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.20200827.8d3a16e GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/sysutils/patchelf/distinfo b/sysutils/patchelf/distinfo index d4f50dbf99df..87714497949a 100644 --- a/sysutils/patchelf/distinfo +++ b/sysutils/patchelf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601619358 -SHA256 (patchelf-0.12.tar.bz2) = 699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792 -SIZE (patchelf-0.12.tar.bz2) = 165069 +TIMESTAMP = 1644259479 +SHA256 (patchelf-0.14.3.tar.bz2) = a017ec3d2152a19fd969c0d87b3f8b43e32a66e4ffabdc8767a56062b9aec270 +SIZE (patchelf-0.14.3.tar.bz2) = 181189 diff --git a/sysutils/patchelf/pkg-descr b/sysutils/patchelf/pkg-descr index 3ea066024f5a..ed601aa06abf 100644 --- a/sysutils/patchelf/pkg-descr +++ b/sysutils/patchelf/pkg-descr @@ -1,4 +1,4 @@ PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. -WWW: https://nixos.org/patchelf.html +WWW: https://github.com/NixOS/patchelf