svn commit: r505881 - head/sysutils/patchelf

Kai Knoblich kai at FreeBSD.org
Fri Jul 5 06:10:20 UTC 2019


Author: kai
Date: Fri Jul  5 06:10:18 2019
New Revision: 505881
URL: https://svnweb.freebsd.org/changeset/ports/505881

Log:
  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 at palmen-it.de>
  Approved by:	maintainer timeout (2+ months)

Modified:
  head/sysutils/patchelf/Makefile
  head/sysutils/patchelf/distinfo
  head/sysutils/patchelf/pkg-descr

Modified: head/sysutils/patchelf/Makefile
==============================================================================
--- head/sysutils/patchelf/Makefile	Fri Jul  5 05:40:47 2019	(r505880)
+++ head/sysutils/patchelf/Makefile	Fri Jul  5 06:10:18 2019	(r505881)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	patchelf
-PORTVERSION=	0.9
+PORTVERSION=	0.10
 CATEGORIES=	sysutils
 
 MAINTAINER=	wg at 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
 

Modified: head/sysutils/patchelf/distinfo
==============================================================================
--- head/sysutils/patchelf/distinfo	Fri Jul  5 05:40:47 2019	(r505880)
+++ head/sysutils/patchelf/distinfo	Fri Jul  5 06:10:18 2019	(r505881)
@@ -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

Modified: head/sysutils/patchelf/pkg-descr
==============================================================================
--- head/sysutils/patchelf/pkg-descr	Fri Jul  5 05:40:47 2019	(r505880)
+++ head/sysutils/patchelf/pkg-descr	Fri Jul  5 06:10:18 2019	(r505881)
@@ -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


More information about the svn-ports-head mailing list