diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-11 23:56:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-11 23:56:39 +0800 |
commit | 06a8d0f79818db2fd310f18e4c3e7b0d82604277 (patch) | |
tree | 0d86430108d11a00da1b090a796651983a7ed0a7 /devel | |
parent | f8432277437c0a120beb4d9ce3bf31b48690c6fe (diff) | |
download | freebsd-ports-gnome-06a8d0f79818db2fd310f18e4c3e7b0d82604277.tar.gz freebsd-ports-gnome-06a8d0f79818db2fd310f18e4c3e7b0d82604277.tar.zst freebsd-ports-gnome-06a8d0f79818db2fd310f18e4c3e7b0d82604277.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fb-adb/Makefile | 5 | ||||
-rw-r--r-- | devel/fb-adb/distinfo | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index c916dec7c6d3..09c57b8f75ab 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -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 diff --git a/devel/fb-adb/distinfo b/devel/fb-adb/distinfo index e59630f7b4e0..35f20c27be25 100644 --- a/devel/fb-adb/distinfo +++ b/devel/fb-adb/distinfo @@ -11,3 +11,9 @@ SHA256 (8f532a9ee3a3.patch) = 517d8c8f23ae5e3bdb63445c42ab5a7b7100b30d9fd60e047b 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 |