aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-02-07 19:49:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-02-07 19:51:28 +0000
commit80812fa9fad447502b0c7d4cd6393dea3e148b40 (patch)
tree8611d3fd983db504aa0d1980149748583daeb75e
parent060529bfd15bb104547b1c11f76171e3486e6b9c (diff)
downloadports-80812fa9fad447502b0c7d4cd6393dea3e148b40.tar.gz
ports-80812fa9fad447502b0c7d4cd6393dea3e148b40.zip
sysutils/patchelf: Update 0.12 -> 0.14.3
Take maintainership as wg@ suggested. PR: 261782 Approved by: wg@ (maintainer)
-rw-r--r--sysutils/patchelf/Makefile5
-rw-r--r--sysutils/patchelf/distinfo6
-rw-r--r--sysutils/patchelf/pkg-descr2
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