1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Update to 4.4.4.r1

PR:	ports/191600
Submitted by:	Jan Beich
This commit is contained in:
Kevin Lo 2014-07-04 15:57:34 +00:00
parent 0296e57dc1
commit 196c96f7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360639
3 changed files with 5 additions and 8 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= android-tools-adb
PORTVERSION= 4.3
PORTREVISION= 1
DISTVERSION= 4.4.4_r1
CATEGORIES= devel
DISTNAME= android-platform_system_core-${GH_COMMIT}
@ -14,8 +13,8 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= android
GH_PROJECT= platform_system_core
GH_TAGNAME= android-4.3_r2.1
GH_COMMIT= 9cbdf50
GH_TAGNAME= android-${DISTVERSION}
GH_COMMIT= c33036b
USES= gmake
WRKSRC= ${WRKDIR}/${DISTNAME}/adb

View File

@ -1,2 +1,2 @@
SHA256 (android-platform_system_core-9cbdf50.tar.gz) = 0961284d35ca1fc8a9509fcc4d103d1ad9597516797e80590df0bbaff236322b
SIZE (android-platform_system_core-9cbdf50.tar.gz) = 1000858
SHA256 (android-platform_system_core-c33036b.tar.gz) = 75cff0a813887f1cf5982949e72ec972b37b991fc6dc78875d9d300747e65250
SIZE (android-platform_system_core-c33036b.tar.gz) = 1154379

View File

@ -15,10 +15,8 @@ SRCS+= transport_local.c
SRCS+= transport_usb.c
SRCS+= usb_libusb.c
SRCS+= usb_vendors.c
SRCS+= utils.c
VPATH+= ../libcutils
SRCS+= abort_socket.c
SRCS+= socket_inaddr_any_server.c
SRCS+= socket_local_client.c
SRCS+= socket_local_server.c