mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
sysutils/patchelf: Update 0.12 -> 0.14.3
Take maintainership as wg@ suggested. PR: 261782 Approved by: wg@ (maintainer)
This commit is contained in:
parent
060529bfd1
commit
80812fa9fa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user