From owner-svn-ports-all@freebsd.org Fri Dec 16 16:22:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCD3EC80996; Fri, 16 Dec 2016 16:22:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9E301709; Fri, 16 Dec 2016 16:22:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBGGLx8b077320; Fri, 16 Dec 2016 16:21:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGGLxl3077314; Fri, 16 Dec 2016 16:21:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612161621.uBGGLxl3077314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 16 Dec 2016 16:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428686 - in head: devel/android-tools-adb devel/android-tools-fastboot devel/fb-adb devel/py-adb games/openbor sysutils/fusefs-gitfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 16:22:01 -0000 Author: jbeich Date: Fri Dec 16 16:21:59 2016 New Revision: 428686 URL: https://svnweb.freebsd.org/changeset/ports/428686 Log: List in more categories Modified: head/devel/android-tools-adb/Makefile (contents, props changed) head/devel/android-tools-fastboot/Makefile (contents, props changed) head/devel/fb-adb/Makefile (contents, props changed) head/devel/py-adb/Makefile (contents, props changed) head/games/openbor/Makefile (contents, props changed) head/sysutils/fusefs-gitfs/Makefile (contents, props changed) Modified: head/devel/android-tools-adb/Makefile ============================================================================== --- head/devel/android-tools-adb/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/devel/android-tools-adb/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -4,7 +4,7 @@ PORTNAME= android-tools-adb DISTVERSIONPREFIX= android- DISTVERSION?= 7.1.1_r4 PORTREVISION?= 0 -CATEGORIES= devel +CATEGORIES= devel comms .ifndef EXTRA_PATCHES PATCH_SITES= https://github.com/android/platform_system_core/commit/ PATCHFILES= b4cff495a1f9.patch:-p1 Modified: head/devel/android-tools-fastboot/Makefile ============================================================================== --- head/devel/android-tools-fastboot/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/devel/android-tools-fastboot/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -4,7 +4,7 @@ PORTNAME= android-tools-fastboot DISTVERSIONPREFIX= android- DISTVERSION?= 7.1.1_r4 PORTREVISION?= 0 -CATEGORIES= devel +CATEGORIES= devel sysutils MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage DISTFILES= fastboot.1?id=706e754:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/devel/fb-adb/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -3,7 +3,7 @@ PORTNAME= fb-adb DISTVERSION= 1.4.4-126 DISTVERSIONSUFFIX= -g6fd78ae -CATEGORIES= devel +CATEGORIES= devel comms MAINTAINER= jbeich@FreeBSD.org COMMENT= Better shell for Android devices Modified: head/devel/py-adb/Makefile ============================================================================== --- head/devel/py-adb/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/devel/py-adb/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -2,7 +2,7 @@ PORTNAME= adb PORTVERSION= 1.1.1 -CATEGORIES= devel python +CATEGORIES= devel comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/games/openbor/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -2,7 +2,7 @@ PORTNAME= openbor PORTVERSION= 3.0.r4390 -CATEGORIES= games +CATEGORIES= games devel MASTER_SITES= LOCAL/jbeich \ https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn Modified: head/sysutils/fusefs-gitfs/Makefile ============================================================================== --- head/sysutils/fusefs-gitfs/Makefile Fri Dec 16 16:10:14 2016 (r428685) +++ head/sysutils/fusefs-gitfs/Makefile Fri Dec 16 16:21:59 2016 (r428686) @@ -2,7 +2,7 @@ PORTNAME= gitfs DISTVERSION= 0.4.5.1 -CATEGORIES= sysutils +CATEGORIES= sysutils devel PKGNAMEPREFIX= fusefs- MAINTAINER= jbeich@FreeBSD.org