svn commit: r400130 - in head/devel: android-tools-fastboot android-tools-fastboot-devel

Jan Beich jbeich at FreeBSD.org
Sat Oct 24 16:28:42 UTC 2015


Author: jbeich
Date: Sat Oct 24 16:28:40 2015
New Revision: 400130
URL: https://svnweb.freebsd.org/changeset/ports/400130

Log:
  devel/android-tools-fastboot: fix copy/paste typo in r400115
  
  Reported by:	sunpoet

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

Modified: head/devel/android-tools-fastboot-devel/Makefile
==============================================================================
--- head/devel/android-tools-fastboot-devel/Makefile	Sat Oct 24 16:11:44 2015	(r400129)
+++ head/devel/android-tools-fastboot-devel/Makefile	Sat Oct 24 16:28:40 2015	(r400130)
@@ -3,7 +3,7 @@
 # Hint: git describe --abbrev=12 --match android-m-preview
 DISTVERSION=	m-preview-1212
 DISTVERSIONSUFFIX=	-g94c617ccbba4
-PORTREVISION=	2
+PORTREVISION=	3
 PKGNAMESUFFIX=	-devel
 
 GH_TAGNAME=	${DISTVERSIONFULL:C/-[0-9].*//}-195-g7434d1f:extras \

Modified: head/devel/android-tools-fastboot/Makefile
==============================================================================
--- head/devel/android-tools-fastboot/Makefile	Sat Oct 24 16:11:44 2015	(r400129)
+++ head/devel/android-tools-fastboot/Makefile	Sat Oct 24 16:28:40 2015	(r400130)
@@ -3,7 +3,7 @@
 PORTNAME=	android-tools-fastboot
 DISTVERSIONPREFIX=	android-
 DISTVERSION?=	6.0.0_r1
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage
 DISTFILES=	fastboot.1?id=706e754:manpage
@@ -57,7 +57,7 @@ OPTIONS_SUB=	yes
 BASH_GH_ACCOUNT=	mbrubeck:bashcomp
 BASH_GH_PROJECT=	android-completion:bashcomp
 BASH_GH_TAGNAME=	3b0fabe:bashcomp
-BASH_PLIST_FILES=	etc/bash_completion.d/adb
+BASH_PLIST_FILES=	etc/bash_completion.d/fastboot
 BASH_VARS=		LICENSE+=MIT
 
 DOCS_MAKE_ARGS_OFF=	FILES="" FILESDIR=""


More information about the svn-ports-all mailing list