sysutils/patchelf: update to 0.9
- Use github - add LICENSE PR: 220409 Submitted by: Iblis Lin
This commit is contained in:
parent
991e1e06aa
commit
25d847b9a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444978
2 changed files with 13 additions and 6 deletions
|
@ -2,15 +2,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= patchelf
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://hydra.nixos.org/build/1524660/download/3/
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Utility to modify the dynamic linker
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NixOS
|
||||
GH_PROJECT= patchelf
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (patchelf-0.6.tar.gz) = 44501923d902cbdb42fbae6f10b5a10217fb4ec84b7dd1a08d084b8f8d1cd24f
|
||||
SIZE (patchelf-0.6.tar.gz) = 139481
|
||||
TIMESTAMP = 1499107671
|
||||
SHA256 (NixOS-patchelf-0.9_GH0.tar.gz) = cf0693e794229e19edcf2299427b5a352e0f4d4f06f9d3856e30ddb0344d5ce8
|
||||
SIZE (NixOS-patchelf-0.9_GH0.tar.gz) = 96859
|
||||
|
|
Loading…
Reference in a new issue