Bug 220409 - sysutils/patchelf: Update to 0.9
Summary: sysutils/patchelf: Update to 0.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-01 07:29 UTC by Iblis Lin
Modified: 2017-07-03 18:40 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (wg)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iblis Lin 2017-07-01 07:29:04 UTC
* Changelog is here: https://github.com/NixOS/patchelf/blob/master/README#L96

* change master site to github

* add LICENSE and LICENSE_FILE

---------------

diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile                                           [13/102]
index b1e9c590f4f9..33bcd499b383 100644
--- a/sysutils/patchelf/Makefile
+++ b/sysutils/patchelf/Makefile
@@ -2,16 +2,22 @@
 # $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
+LICENSE=       GPLv3+
+LICENSE_FILE=  ${WRKSRC}/COPYING
+
+USES=          autoreconf gmake
 GNU_CONFIGURE= yes

+USE_GITHUB=    yes
+GH_ACCOUNT=    NixOS
+GH_PROJECT=    patchelf
+
 OPTIONS_DEFINE=        DOCS
 
 .include <bsd.port.mk>
diff --git a/sysutils/patchelf/distinfo b/sysutils/patchelf/distinfo
index 22e25e0c66c8..8a7b0d139f38 100644 
--- a/sysutils/patchelf/distinfo 
+++ b/sysutils/patchelf/distinfo 
@@ -1,2 +1,3 @@
-SHA256 (patchelf-0.6.tar.gz) = 44501923d902cbdb42fbae6f10b5a10217fb4ec84b7dd1a08d084b8f8d1cd24f
-SIZE (patchelf-0.6.tar.gz) = 139481
+TIMESTAMP = 1498893758
+SHA256 (NixOS-patchelf-0.9_GH0.tar.gz) = cf0693e794229e19edcf2299427b5a352e0f4d4f06f9d3856e30ddb0344d5ce8
+SIZE (NixOS-patchelf-0.9_GH0.tar.gz) = 96859
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-03 18:39:57 UTC
A commit references this bug:

Author: wg
Date: Mon Jul  3 18:39:50 UTC 2017
New revision: 444978
URL: https://svnweb.freebsd.org/changeset/ports/444978

Log:
  sysutils/patchelf: update to 0.9

  - Use github
  - add LICENSE

  PR:		220409
  Submitted by:	Iblis Lin

Changes:
  head/sysutils/patchelf/Makefile
  head/sysutils/patchelf/distinfo
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2017-07-03 18:40:23 UTC
Committed, thanks.

Next time, please attach the patch file instead of pasting it.