From owner-svn-ports-head@freebsd.org Fri Jul 31 02:50:49 2015 Return-Path: Delivered-To: svn-ports-head@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 4ECC49AE199; Fri, 31 Jul 2015 02:50:49 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 35B571E92; Fri, 31 Jul 2015 02:50:49 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6V2onqh073642; Fri, 31 Jul 2015 02:50:49 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6V2olML073638; Fri, 31 Jul 2015 02:50:47 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507310250.t6V2olML073638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Fri, 31 Jul 2015 02:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393286 - head/ports-mgmt/freebsd-bugzilla-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 02:50:49 -0000 Author: pgollucci Date: Fri Jul 31 02:50:47 2015 New Revision: 393286 URL: https://svnweb.freebsd.org/changeset/ports/393286 Log: ports-mgmt/freebsd-bugzilla-cli: update 0.3.0->0.4.0 Changes: impliement top, search, comment Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile head/ports-mgmt/freebsd-bugzilla-cli/distinfo head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/Makefile Fri Jul 31 00:59:09 2015 (r393285) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Fri Jul 31 02:50:47 2015 (r393286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= ports-mgmt MASTER_SITES= GH Modified: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/distinfo Fri Jul 31 00:59:09 2015 (r393285) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Fri Jul 31 02:50:47 2015 (r393286) @@ -1,2 +1,2 @@ -SHA256 (pgollucci-freebsd-bugzilla-cli-0.3.0_GH0.tar.gz) = 8beb50853eccab66c2cebc3009b740be52f78ff4f6afbb0911e2f04672c45e68 -SIZE (pgollucci-freebsd-bugzilla-cli-0.3.0_GH0.tar.gz) = 6638 +SHA256 (pgollucci-freebsd-bugzilla-cli-0.4.0_GH0.tar.gz) = ec71ca7fe4243241d51fb79b04faa2841e1c92d32e4ae3cce34f175bdccd26d2 +SIZE (pgollucci-freebsd-bugzilla-cli-0.4.0_GH0.tar.gz) = 7218 Modified: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr Fri Jul 31 00:59:09 2015 (r393285) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr Fri Jul 31 02:50:47 2015 (r393286) @@ -1,17 +1,20 @@ CLI utilities and wrappers for FreeBSD's bugzilla instance with emphasis on ports. Provides a consistent API which can have pluggable backends. -Supported Commands: - bz init - bz login - bz submit - bz take - bz inprog - bz get - bz patch - bz close +# Supported Commands +- bz init +- bz login +- bz submit +- bz search +- bz take +- bz inprog +- bz comment +- bz get +- bz patch +- bz close - bz overto - bz timeout +- bz overto +- bz timeout +- bz top WWW: https://github.com/pgollucci/freebsd-bugzilla-cli Modified: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Fri Jul 31 00:59:09 2015 (r393285) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Fri Jul 31 02:50:47 2015 (r393286) @@ -1,5 +1,6 @@ %%DATADIR%%/_util.sh %%DATADIR%%/close.sh +%%DATADIR%%/comment.sh %%DATADIR%%/get.sh %%DATADIR%%/help.sh %%DATADIR%%/init.sh @@ -7,10 +8,13 @@ %%DATADIR%%/login.sh %%DATADIR%%/overto.sh %%DATADIR%%/patch.sh +%%DATADIR%%/search.sh %%DATADIR%%/submit.sh %%DATADIR%%/take.sh %%DATADIR%%/timeout.sh +%%DATADIR%%/top.sh %%DATADIR%%/version.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/comment.sh %%PYBUGZ%%%%DATADIR%%/pybugz/close.sh %%PYBUGZ%%%%DATADIR%%/pybugz/get.sh %%PYBUGZ%%%%DATADIR%%/pybugz/init.sh @@ -18,7 +22,9 @@ %%PYBUGZ%%%%DATADIR%%/pybugz/login.sh %%PYBUGZ%%%%DATADIR%%/pybugz/overto.sh %%PYBUGZ%%%%DATADIR%%/pybugz/patch.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/search.sh %%PYBUGZ%%%%DATADIR%%/pybugz/submit.sh %%PYBUGZ%%%%DATADIR%%/pybugz/take.sh %%PYBUGZ%%%%DATADIR%%/pybugz/timeout.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/top.sh bin/bz