svn commit: r562669 - in head/devel/libunwind: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 14:00:25 UTC 2021


Author: sunpoet
Date: Tue Jan 26 14:00:24 2021
New Revision: 562669
URL: https://svnweb.freebsd.org/changeset/ports/562669

Log:
  Update to 20201110 (1.5.0)
  
  Changes:	https://github.com/libunwind/libunwind/releases
  PR:		252569
  Exp-run by:	antoine

Deleted:
  head/devel/libunwind/files/patch-llvm11
Modified:
  head/devel/libunwind/Makefile
  head/devel/libunwind/distinfo

Modified: head/devel/libunwind/Makefile
==============================================================================
--- head/devel/libunwind/Makefile	Tue Jan 26 14:00:17 2021	(r562668)
+++ head/devel/libunwind/Makefile	Tue Jan 26 14:00:24 2021	(r562669)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	libunwind
-PORTVERSION=	20200331	# This is the release date on SAVANNAH
-PORTREVISION=	1
+PORTVERSION=	20201110	# This is the release date on https://download.savannah.gnu.org/releases/libunwind/
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH \
 		https://github.com/libunwind/libunwind/releases/download/v${PORTVERSION}/
-DISTNAME=	${PORTNAME}-1.4.0
+DISTNAME=	${PORTNAME}-1.5.0
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Generic stack unwinding library
@@ -30,7 +29,7 @@ PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|:C|p
 
 .include <bsd.port.pre.mk>
 
-.if ! ${ARCH:Mpowerpc64*}
+.if !${ARCH:Mpowerpc64*}
 PLIST_SUB+=	COREDUMP=""
 .else
 PLIST_SUB+=	COREDUMP="@comment "

Modified: head/devel/libunwind/distinfo
==============================================================================
--- head/devel/libunwind/distinfo	Tue Jan 26 14:00:17 2021	(r562668)
+++ head/devel/libunwind/distinfo	Tue Jan 26 14:00:24 2021	(r562669)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1597761383
-SHA256 (libunwind-1.4.0.tar.gz) = df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435
-SIZE (libunwind-1.4.0.tar.gz) = 872941
-SHA256 (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = bb9473bb7d18670e8348ac2af1f096638cdb8678782d1ad7f75c24e1f6a5e8c0
-SIZE (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = 14046
+TIMESTAMP = 1605863812
+SHA256 (libunwind-1.5.0.tar.gz) = 90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
+SIZE (libunwind-1.5.0.tar.gz) = 878355


More information about the svn-ports-all mailing list