svn commit: r400396 - in head/devel/android-tools-simpleperf: . files

Jan Beich jbeich at FreeBSD.org
Wed Oct 28 14:30:47 UTC 2015


Author: jbeich
Date: Wed Oct 28 14:30:46 2015
New Revision: 400396
URL: https://svnweb.freebsd.org/changeset/ports/400396

Log:
  devel/android-tools-simpleperf: update to m.p.752
  
  Changes:	https://android.googlesource.com/platform/system/extras/+log/af995fe..4ea2a41/simpleperf

Modified:
  head/devel/android-tools-simpleperf/Makefile   (contents, props changed)
  head/devel/android-tools-simpleperf/distinfo   (contents, props changed)
  head/devel/android-tools-simpleperf/files/patch-simpleperf_record.h   (contents, props changed)

Modified: head/devel/android-tools-simpleperf/Makefile
==============================================================================
--- head/devel/android-tools-simpleperf/Makefile	Wed Oct 28 14:30:27 2015	(r400395)
+++ head/devel/android-tools-simpleperf/Makefile	Wed Oct 28 14:30:46 2015	(r400396)
@@ -2,8 +2,8 @@
 
 PORTNAME=	android-tools-simpleperf
 DISTVERSIONPREFIX=	android-
-DISTVERSION=	m-preview-219
-DISTVERSIONSUFFIX=	-gaf995fe
+DISTVERSION=	m-preview-752
+DISTVERSIONSUFFIX=	-g4ea2a41
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -17,8 +17,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	android:bionic,core jbeich
 GH_PROJECT=	platform_bionic:bionic platform_system_core:core \
 		platform_system_extras
-GH_TAGNAME=	${DISTVERSIONFULL:C/-[0-9].*//}-357-g55f87a0:bionic \
-		${DISTVERSIONFULL:C/-[0-9].*//}-1254-gfca4821:core
+GH_TAGNAME=	${DISTVERSIONFULL:C/-[0-9].*//}-2178-g1721be2:bionic \
+		${DISTVERSIONFULL:C/-[0-9].*//}-4458-g2470439:core
 
 USES=		compiler:c++11-lib uidfix
 BUILD_WRKSRC=	${WRKSRC}/simpleperf

Modified: head/devel/android-tools-simpleperf/distinfo
==============================================================================
--- head/devel/android-tools-simpleperf/distinfo	Wed Oct 28 14:30:27 2015	(r400395)
+++ head/devel/android-tools-simpleperf/distinfo	Wed Oct 28 14:30:46 2015	(r400396)
@@ -1,6 +1,6 @@
-SHA256 (jbeich-platform_system_extras-android-m-preview-219-gaf995fe_GH0.tar.gz) = e8d797e8764c693ba3f5b312368815747c9c331e7d5d2c71068ab99fedff6e29
-SIZE (jbeich-platform_system_extras-android-m-preview-219-gaf995fe_GH0.tar.gz) = 76449581
-SHA256 (android-platform_bionic-android-m-preview-357-g55f87a0_GH0.tar.gz) = bb0a72a7d84c2b18d5076581f97ac1c239329ee64f5150082f740f911be64a03
-SIZE (android-platform_bionic-android-m-preview-357-g55f87a0_GH0.tar.gz) = 3462941
-SHA256 (android-platform_system_core-android-m-preview-1254-gfca4821_GH0.tar.gz) = 0368607e5bc8e777746658f37be59d9f6c356d1265b24c0c128054c8d1b958eb
-SIZE (android-platform_system_core-android-m-preview-1254-gfca4821_GH0.tar.gz) = 1361953
+SHA256 (jbeich-platform_system_extras-android-m-preview-752-g4ea2a41_GH0.tar.gz) = 710286e8500c08f7b6d8fc0df6512a056200d036e0d17275a0c432a48a57f7d9
+SIZE (jbeich-platform_system_extras-android-m-preview-752-g4ea2a41_GH0.tar.gz) = 76520660
+SHA256 (android-platform_bionic-android-m-preview-2178-g1721be2_GH0.tar.gz) = 2ebe79bf3b31b025e286add79a45d4e2f867c9ed7e20658ac21235b257dde48d
+SIZE (android-platform_bionic-android-m-preview-2178-g1721be2_GH0.tar.gz) = 3473156
+SHA256 (android-platform_system_core-android-m-preview-4458-g2470439_GH0.tar.gz) = 43a05eb7849232d60f309bdf0b7d8136b0ce4308845c9b60273964cec93c7b1d
+SIZE (android-platform_system_core-android-m-preview-4458-g2470439_GH0.tar.gz) = 1374376

Modified: head/devel/android-tools-simpleperf/files/patch-simpleperf_record.h
==============================================================================
--- head/devel/android-tools-simpleperf/files/patch-simpleperf_record.h	Wed Oct 28 14:30:27 2015	(r400395)
+++ head/devel/android-tools-simpleperf/files/patch-simpleperf_record.h	Wed Oct 28 14:30:46 2015	(r400396)
@@ -1,10 +1,10 @@
---- simpleperf/record.h.orig	2015-08-12 01:49:40 UTC
+--- simpleperf/record.h.orig	2015-10-26 20:57:19 UTC
 +++ simpleperf/record.h
-@@ -19,6 +19,7 @@
- 
+@@ -20,6 +20,7 @@
+ #include <stdio.h>
  #include <sys/types.h>
  
 +#include <memory> // unique_ptr
+ #include <queue>
  #include <string>
  #include <vector>
- 


More information about the svn-ports-head mailing list