Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 20:49:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436291 - head/devel/fb-adb
Message-ID:  <201703162049.v2GKnPDO032913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar 16 20:49:25 2017
New Revision: 436291
URL: https://svnweb.freebsd.org/changeset/ports/436291

Log:
  devel/fb-adb: backport Android 7 (Nougat) support
  
  MFH:		2017Q1

Modified:
  head/devel/fb-adb/Makefile   (contents, props changed)
  head/devel/fb-adb/distinfo   (contents, props changed)

Modified: head/devel/fb-adb/Makefile
==============================================================================
--- head/devel/fb-adb/Makefile	Thu Mar 16 19:23:48 2017	(r436290)
+++ head/devel/fb-adb/Makefile	Thu Mar 16 20:49:25 2017	(r436291)
@@ -3,8 +3,15 @@
 PORTNAME=	fb-adb
 DISTVERSION=	1.4.4-126
 DISTVERSIONSUFFIX=	-g6fd78ae
+PORTREVISION=	1
 CATEGORIES=	devel comms
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	1b5524282981.patch:-p1 \
+		8f532a9ee3a3.patch:-p1 \
+		a25602788c1b.patch:-p1 \
+		${NULL}
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Better shell for Android devices
 

Modified: head/devel/fb-adb/distinfo
==============================================================================
--- head/devel/fb-adb/distinfo	Thu Mar 16 19:23:48 2017	(r436290)
+++ head/devel/fb-adb/distinfo	Thu Mar 16 20:49:25 2017	(r436291)
@@ -5,3 +5,9 @@ SHA256 (android-ndk-r12b-linux-x86_64.zi
 SIZE (android-ndk-r12b-linux-x86_64.zip) = 755551010
 SHA256 (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 8816a6e2d331d8bd486ec181935471c702c3da262bd61bb9dc78369ab9563ded
 SIZE (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 250589
+SHA256 (1b5524282981.patch) = 88a666017031bb5b089589d537ba137926a7183a2eea3ebfea09f6eae4e514ea
+SIZE (1b5524282981.patch) = 924
+SHA256 (8f532a9ee3a3.patch) = 517d8c8f23ae5e3bdb63445c42ab5a7b7100b30d9fd60e047b45e3433d1977c9
+SIZE (8f532a9ee3a3.patch) = 1235
+SHA256 (a25602788c1b.patch) = 0548d555636cbee711a5d7f3d2e8d119e8016ad5f71dd74a5a898450d127fc3d
+SIZE (a25602788c1b.patch) = 9741



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