Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 18:40:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536707 - in head/devel/google-perftools: . files
Message-ID:  <202005271840.04RIeAxw066902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed May 27 18:40:10 2020
New Revision: 536707
URL: https://svnweb.freebsd.org/changeset/ports/536707

Log:
  devel/google-perftools: Update 2.7 -> 2.7.90

Deleted:
  head/devel/google-perftools/files/patch-configure
  head/devel/google-perftools/files/patch-src_stacktrace__powerpc-darwin-inl.h
Modified:
  head/devel/google-perftools/Makefile
  head/devel/google-perftools/distinfo
  head/devel/google-perftools/pkg-plist

Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile	Wed May 27 18:36:54 2020	(r536706)
+++ head/devel/google-perftools/Makefile	Wed May 27 18:40:10 2020	(r536707)
@@ -3,8 +3,7 @@
 
 PORTNAME=	google-perftools
 DISTVERSIONPREFIX=	gperftools-
-DISTVERSION=	2.7
-PORTREVISION=	1
+DISTVERSION=	2.7.90
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/
 DISTNAME=	gperftools-${PORTVERSION}
@@ -15,8 +14,6 @@ COMMENT=	Fast, multi-threaded malloc() and nifty perfo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DOCSDIR=	${PREFIX}/share/doc/gperftools
-
 USES=		compiler:c11 gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -24,7 +21,9 @@ TEST_TARGET=	check
 
 LIBS+=		-lexecinfo
 
-PLIST_SUB=	SHL3=4.5.3 SHL1=4
+DOCSDIR=	${PREFIX}/share/doc/gperftools
+
+PLIST_SUB=	SHL3=4.5.4 SHL1=4
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_SINGLE=		PAGESIZE ALIGN

Modified: head/devel/google-perftools/distinfo
==============================================================================
--- head/devel/google-perftools/distinfo	Wed May 27 18:36:54 2020	(r536706)
+++ head/devel/google-perftools/distinfo	Wed May 27 18:40:10 2020	(r536707)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531802998
-SHA256 (gperftools-2.7.tar.gz) = 1ee8c8699a0eff6b6a203e59b43330536b22bbcbe6448f54c7091e5efb0763c9
-SIZE (gperftools-2.7.tar.gz) = 1523562
+TIMESTAMP = 1590603862
+SHA256 (gperftools-2.7.90.tar.gz) = 3b87256f736ae39faae0619f5eadfb809b30ae5219240efca212331db8b4ca63
+SIZE (gperftools-2.7.90.tar.gz) = 1593634

Modified: head/devel/google-perftools/pkg-plist
==============================================================================
--- head/devel/google-perftools/pkg-plist	Wed May 27 18:36:54 2020	(r536706)
+++ head/devel/google-perftools/pkg-plist	Wed May 27 18:40:10 2020	(r536707)
@@ -1,4 +1,5 @@
 bin/perftools-pprof
+bin/pprof-symbolize
 include/google/heap-checker.h
 include/google/heap-profiler.h
 include/google/malloc_extension.h
@@ -21,7 +22,7 @@ include/gperftools/tcmalloc.h
 lib/libprofiler.a
 lib/libprofiler.so
 lib/libprofiler.so.0
-lib/libprofiler.so.0.4.18
+lib/libprofiler.so.0.4.19
 lib/libtcmalloc.a
 lib/libtcmalloc.so
 lib/libtcmalloc.so.%%SHL1%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005271840.04RIeAxw066902>