aboutsummaryrefslogtreecommitdiff
path: root/sysutils/patchelf
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-07-05 06:10:18 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-07-05 06:10:18 +0000
commitcd9d41e49f4592c4695b9bb74999fc4f0b4951e8 (patch)
tree0dc24b37197852c901c61f668947917ac8bac5ba /sysutils/patchelf
parentec7e2ad3d533e0d774fb7ac1412489ae0a11d654 (diff)
downloadports-cd9d41e49f4592c4695b9bb74999fc4f0b4951e8.tar.gz
ports-cd9d41e49f4592c4695b9bb74999fc4f0b4951e8.zip
sysutils/patchelf: Update to 0.10
While I'm here: * Pet portlint/portclippy by moving USE_ variables to USES block. * Remove superflous GH_PROJECT as it's already derived from PORTNAME. * Update the WWW field to spare users from redirects. Changelog: https://github.com/NixOS/patchelf/compare/0.9...0.10 PR: 237680 Submitted by: Felix Palmen <felix@palmen-it.de> Approved by: maintainer timeout (2+ months)
Notes
Notes: svn path=/head/; revision=505881
Diffstat (limited to 'sysutils/patchelf')
-rw-r--r--sysutils/patchelf/Makefile7
-rw-r--r--sysutils/patchelf/distinfo6
-rw-r--r--sysutils/patchelf/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile
index 33bcd499b383..87c65c413153 100644
--- a/sysutils/patchelf/Makefile
+++ b/sysutils/patchelf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= patchelf
-PORTVERSION= 0.9
+PORTVERSION= 0.10
CATEGORIES= sysutils
MAINTAINER= wg@FreeBSD.org
@@ -12,11 +12,10 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake
-GNU_CONFIGURE= yes
-
USE_GITHUB= yes
GH_ACCOUNT= NixOS
-GH_PROJECT= patchelf
+
+GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
diff --git a/sysutils/patchelf/distinfo b/sysutils/patchelf/distinfo
index f1f225a6ec58..fdde427a62b6 100644
--- a/sysutils/patchelf/distinfo
+++ b/sysutils/patchelf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499107671
-SHA256 (NixOS-patchelf-0.9_GH0.tar.gz) = cf0693e794229e19edcf2299427b5a352e0f4d4f06f9d3856e30ddb0344d5ce8
-SIZE (NixOS-patchelf-0.9_GH0.tar.gz) = 96859
+TIMESTAMP = 1556694849
+SHA256 (NixOS-patchelf-0.10_GH0.tar.gz) = b3cb6bdedcef5607ce34a350cf0b182eb979f8f7bc31eae55a93a70a3f020d13
+SIZE (NixOS-patchelf-0.10_GH0.tar.gz) = 99589
diff --git a/sysutils/patchelf/pkg-descr b/sysutils/patchelf/pkg-descr
index 78296e37415d..3ea066024f5a 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: http://nixos.org/patchelf.html
+WWW: https://nixos.org/patchelf.html