aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-08-22 13:01:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-08-22 13:01:20 +0000
commit212056367b28056afc7702fbe11fef0d918cf928 (patch)
tree55352d2b91e51ca0f722cf9f1707bebdec74d38c /devel/android-tools-fastboot/Makefile
parent6136e71df8b825739644ed12aa659d6350647fee (diff)
downloadports-212056367b28056afc7702fbe11fef0d918cf928.tar.gz
ports-212056367b28056afc7702fbe11fef0d918cf928.zip
devel/android-tools-{adb,fastboot}: update to 8.0.0.r4 (oreo)
Notes
Notes: svn path=/head/; revision=448522
Diffstat (limited to 'devel/android-tools-fastboot/Makefile')
-rw-r--r--devel/android-tools-fastboot/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile
index 0bc631afddb0..10eae9df3720 100644
--- a/devel/android-tools-fastboot/Makefile
+++ b/devel/android-tools-fastboot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= android-tools-fastboot
DISTVERSIONPREFIX= android-
-DISTVERSION?= 7.1.2_r17
+DISTVERSION?= 8.0.0_r4
PORTREVISION?= 0
CATEGORIES= devel sysutils
MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage
@@ -22,21 +22,18 @@ USE_GITHUB= yes
GH_ACCOUNT= android jbeich:extras,libselinux
GH_PROJECT= platform_system_core platform_system_extras:extras \
platform_external_libselinux:libselinux
+GH_TAGNAME?= android-7.1.2_r17:libselinux
GH_SUBDIR= libselinux:libselinux
# Emulate GH_COMMIT without causing desync
.ifdef DISTVERSIONSUFFIX
GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot
.else
-GH_REVISION= 1346a4012db4 # generated by: make update-revision
+GH_REVISION= f6a78079a81a # generated by: make update-revision
.endif
CONFLICTS_INSTALL?= ${PORTNAME}-devel-*
-.ifndef EXTRA_PATCHES
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-base_file.cpp
-.endif
-
USES= compiler:c++11-lib pkgconfig uidfix
BUILD_WRKSRC= ${WRKSRC}/fastboot
INSTALL_WRKSRC= ${BUILD_WRKSRC}