svn commit: r444113 - in head/devel: android-tools-fastboot android-tools-fastboot-devel/files

Jan Beich jbeich at FreeBSD.org
Thu Jun 22 13:04:36 UTC 2017


Author: jbeich
Date: Thu Jun 22 13:04:35 2017
New Revision: 444113
URL: https://svnweb.freebsd.org/changeset/ports/444113

Log:
  devel/android-tools-fastboot-devel: oops, fix docs after r444112

Modified:
  head/devel/android-tools-fastboot-devel/files/Makefile   (contents, props changed)
  head/devel/android-tools-fastboot/pkg-descr   (contents, props changed)

Modified: head/devel/android-tools-fastboot-devel/files/Makefile
==============================================================================
--- head/devel/android-tools-fastboot-devel/files/Makefile	Thu Jun 22 12:43:00 2017	(r444112)
+++ head/devel/android-tools-fastboot-devel/files/Makefile	Thu Jun 22 13:04:35 2017	(r444113)
@@ -4,7 +4,7 @@ PROG_CXX=fastboot
 BINDIR?=/usr/bin
 FILESDIR?=${DOCDIR}/${PROG}
 
-FILES=	*.[Tt][Xx][Tt]
+FILES=	*.md
 
 SRCS+=	bootimg_utils.cpp
 SRCS+=	engine.cpp

Modified: head/devel/android-tools-fastboot/pkg-descr
==============================================================================
--- head/devel/android-tools-fastboot/pkg-descr	Thu Jun 22 12:43:00 2017	(r444112)
+++ head/devel/android-tools-fastboot/pkg-descr	Thu Jun 22 13:04:35 2017	(r444113)
@@ -1,6 +1,3 @@
 Fastboot protocol is a mechanism for communicating with bootloaders
-over USB or Ethernet. It is designed to be very straightforward to
-implement, to allow it to be used across a wide range of devices and
-from hosts running Linux, macOS, or Windows.
-
-WWW: https://android.googlesource.com/platform/system/core/+/master/fastboot/README.md
+over USB or Ethernet. The provided command line tool can be used
+to flash filesystems on Android-powered devices.


More information about the svn-ports-all mailing list