svn commit: r518918 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 3 08:34:10 UTC 2019


Author: bapt
Date: Tue Dec  3 08:34:08 2019
New Revision: 518918
URL: https://svnweb.freebsd.org/changeset/ports/518918

Log:
  Use xz archive instead of bzip2 one
  
  Submitted by:	daniel.engberg.lists_pyret.net
  Differential Revision:	https://reviews.freebsd.org/D22640

Modified:
  head/devel/binutils/Makefile
  head/devel/binutils/distinfo

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Tue Dec  3 08:30:46 2019	(r518917)
+++ head/devel/binutils/Makefile	Tue Dec  3 08:34:08 2019	(r518918)
@@ -34,7 +34,7 @@ RELRO_DESC=	enable -z relro in ELF linker by default
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING3.LIB
 
-USES=		bison:alias cpe gmake libtool tar:bzip2 compiler:env
+USES=		bison:alias cpe gmake libtool tar:xz compiler:env
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 

Modified: head/devel/binutils/distinfo
==============================================================================
--- head/devel/binutils/distinfo	Tue Dec  3 08:30:46 2019	(r518917)
+++ head/devel/binutils/distinfo	Tue Dec  3 08:34:08 2019	(r518918)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572946280
-SHA256 (binutils-2.33.1.tar.bz2) = 0cb4843da15a65a953907c96bad658283f3c4419d6bcc56bf2789db16306adb2
-SIZE (binutils-2.33.1.tar.bz2) = 32160315
+TIMESTAMP = 1575361927
+SHA256 (binutils-2.33.1.tar.xz) = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
+SIZE (binutils-2.33.1.tar.xz) = 21490848


More information about the svn-ports-all mailing list