Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2017 13:04:35 +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: r444113 - in head/devel: android-tools-fastboot android-tools-fastboot-devel/files
Message-ID:  <201706221304.v5MD4Zv7027837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706221304.v5MD4Zv7027837>