From owner-svn-ports-head@freebsd.org Tue Aug 4 17:25: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 C68699B3B84; Tue, 4 Aug 2015 17:25: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 9D141E7C; Tue, 4 Aug 2015 17:25: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 t74HPnut008265; Tue, 4 Aug 2015 17:25:49 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t74HPmQW008262; Tue, 4 Aug 2015 17:25:48 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508041725.t74HPmQW008262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Tue, 4 Aug 2015 17:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393535 - 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: Tue, 04 Aug 2015 17:25:49 -0000 Author: pgollucci Date: Tue Aug 4 17:25:48 2015 New Revision: 393535 URL: https://svnweb.freebsd.org/changeset/ports/393535 Log: ports-mgmt/freebsd-bugzilla-cli: update 0.7.2->0.8.2 Changes: impliment edit command [1] make get comamnd support multi-user systems [1] search now defaults to your "open" prs [1] port_submit prepopulates a lot of the comment with a proposed commit msg Requested by: jmg@ [1] Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile head/ports-mgmt/freebsd-bugzilla-cli/distinfo head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/Makefile Tue Aug 4 16:51:20 2015 (r393534) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Tue Aug 4 17:25:48 2015 (r393535) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.2 CATEGORIES= ports-mgmt MAINTAINER= pgollucci@FreeBSD.org Modified: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/distinfo Tue Aug 4 16:51:20 2015 (r393534) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Tue Aug 4 17:25:48 2015 (r393535) @@ -1,2 +1,2 @@ -SHA256 (pgollucci-freebsd-bugzilla-cli-0.7.2_GH0.tar.gz) = 087c01d5e6f8d386b1e8e59f176e5f43d4a7c4994524cd509be7cbc547178335 -SIZE (pgollucci-freebsd-bugzilla-cli-0.7.2_GH0.tar.gz) = 9730 +SHA256 (pgollucci-freebsd-bugzilla-cli-0.8.2_GH0.tar.gz) = 0f3fc9ed7710d42c1e5228b002c33804cd10d2cef21310fb1aca9227c31ad8c5 +SIZE (pgollucci-freebsd-bugzilla-cli-0.8.2_GH0.tar.gz) = 11449 Modified: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Tue Aug 4 16:51:20 2015 (r393534) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Tue Aug 4 17:25:48 2015 (r393535) @@ -2,6 +2,7 @@ %%DATADIR%%/_version.sh %%DATADIR%%/close.sh %%DATADIR%%/comment.sh +%%DATADIR%%/edit.sh %%DATADIR%%/get.sh %%DATADIR%%/help.sh %%DATADIR%%/init.sh @@ -17,6 +18,7 @@ %%DATADIR%%/version.sh %%PYBUGZ%%%%DATADIR%%/pybugz/comment.sh %%PYBUGZ%%%%DATADIR%%/pybugz/close.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/edit.sh %%PYBUGZ%%%%DATADIR%%/pybugz/get.sh %%PYBUGZ%%%%DATADIR%%/pybugz/init.sh %%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh