Date: Mon, 11 Sep 2017 15:56:39 +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: r449658 - head/devel/fb-adb Message-ID: <201709111556.v8BFudxg005929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Sep 11 15:56:39 2017 New Revision: 449658 URL: https://svnweb.freebsd.org/changeset/ports/449658 Log: devel/fb-adb: backport more fixes, mainly for Oreo https://github.com/facebook/fb-adb/commit/3a3a52355a39 https://github.com/facebook/fb-adb/commit/281df4766b82 https://github.com/facebook/fb-adb/commit/723148059ce2 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 Mon Sep 11 15:23:16 2017 (r449657) +++ head/devel/fb-adb/Makefile Mon Sep 11 15:56:39 2017 (r449658) @@ -3,13 +3,16 @@ PORTNAME= fb-adb DISTVERSION= 1.4.4-126 DISTVERSIONSUFFIX= -g6fd78ae -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel comms PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 1b5524282981.patch:-p1 \ 8f532a9ee3a3.patch:-p1 \ a25602788c1b.patch:-p1 \ + 3a3a52355a39.patch:-p1 \ + 281df4766b82.patch:-p1 \ + 723148059ce2.patch:-p1 \ ${NULL} MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/fb-adb/distinfo ============================================================================== --- head/devel/fb-adb/distinfo Mon Sep 11 15:23:16 2017 (r449657) +++ head/devel/fb-adb/distinfo Mon Sep 11 15:56:39 2017 (r449658) @@ -11,3 +11,9 @@ SHA256 (8f532a9ee3a3.patch) = 517d8c8f23ae5e3bdb63445c SIZE (8f532a9ee3a3.patch) = 1235 SHA256 (a25602788c1b.patch) = 0548d555636cbee711a5d7f3d2e8d119e8016ad5f71dd74a5a898450d127fc3d SIZE (a25602788c1b.patch) = 9741 +SHA256 (3a3a52355a39.patch) = 99f6646b0d1821497189c8348d1e29663ab69a99991b6140bf0355ecb8c6f219 +SIZE (3a3a52355a39.patch) = 2591 +SHA256 (281df4766b82.patch) = 37d723cacc36ab3b097a2c1fdf959d50a4f16831dd834bdfd98902744b9506ec +SIZE (281df4766b82.patch) = 746 +SHA256 (723148059ce2.patch) = 92788bb32dd45b6e989fe58ee2786cad32861b9729c9a8e2b5ab7ffefc41221f +SIZE (723148059ce2.patch) = 536
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111556.v8BFudxg005929>