mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/patchelf: update 0.14.3 → 0.18.0
This commit is contained in:
parent
c8dc351a8e
commit
6e258eb120
3 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue