Date: Sat, 5 Dec 2015 15:04:05 +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: r403069 - head/devel/fb-adb Message-ID: <201512051504.tB5F45oE001152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Dec 5 15:04:05 2015 New Revision: 403069 URL: https://svnweb.freebsd.org/changeset/ports/403069 Log: devel/fb-adb: update to prefer native ppoll(2) on 10.2+ ppoll() implemented via kqueue(2) is ~ 200 lines of code. So, this is a minor optimization. Changes: https://github.com/facebook/fb-adb/commit/df6073f 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 Sat Dec 5 14:56:05 2015 (r403068) +++ head/devel/fb-adb/Makefile Sat Dec 5 15:04:05 2015 (r403069) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= fb-adb -DISTVERSION= 1.4.4-115 -DISTVERSIONSUFFIX= -ga682c99 +DISTVERSION= 1.4.4-118 +DISTVERSIONSUFFIX= -gbe2289d CATEGORIES= devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/devel/fb-adb/distinfo ============================================================================== --- head/devel/fb-adb/distinfo Sat Dec 5 14:56:05 2015 (r403068) +++ head/devel/fb-adb/distinfo Sat Dec 5 15:04:05 2015 (r403069) @@ -1,5 +1,5 @@ -SHA256 (facebook-fb-adb-1.4.4-115-ga682c99_GH0.tar.gz) = a07fe3c44dc89df88fc3068ea6b55b14361cba4d4f0507df319242986a4b8d20 -SIZE (facebook-fb-adb-1.4.4-115-ga682c99_GH0.tar.gz) = 249759 +SHA256 (facebook-fb-adb-1.4.4-118-gbe2289d_GH0.tar.gz) = d096316dc8b45c21ea00005780f27a6a621dfc313fd9c96c1bf1f0fbf41fe074 +SIZE (facebook-fb-adb-1.4.4-118-gbe2289d_GH0.tar.gz) = 249595 SHA256 (android-ndk-r10e-linux-x86.bin) = 92b07d25aaad9b341a7f2b2a62402d508e948bf2dea3ee7b65a6aeb18bca7df5 SIZE (android-ndk-r10e-linux-x86.bin) = 394281908 SHA256 (android-ndk-r10e-linux-x86_64.bin) = 102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512051504.tB5F45oE001152>