From owner-svn-ports-head@freebsd.org Fri Aug 14 16:58:13 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 7F8A19BAEFB; Fri, 14 Aug 2015 16:58:13 +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 55B021D26; Fri, 14 Aug 2015 16:58:13 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EGwDMf045244; Fri, 14 Aug 2015 16:58:13 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EGwCki045239; Fri, 14 Aug 2015 16:58:12 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508141658.t7EGwCki045239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Fri, 14 Aug 2015 16:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394237 - 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, 14 Aug 2015 16:58:13 -0000 Author: pgollucci Date: Fri Aug 14 16:58:12 2015 New Revision: 394237 URL: https://svnweb.freebsd.org/changeset/ports/394237 Log: ports-mgmt/freebsd-bugzilla-cli: update 0.10.8->0.12.0 Changes: -------- impliment bz show impliment bz attach [1] fix bz comment to do nothing when no changes are made in editor [2] do a better job of not orphaning temp files Reported by: jmg@ [1] [2] 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 Fri Aug 14 16:57:55 2015 (r394236) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Fri Aug 14 16:58:12 2015 (r394237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.10.8 +PORTVERSION= 0.12.0 CATEGORIES= ports-mgmt MAINTAINER= pgollucci@FreeBSD.org Modified: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/distinfo Fri Aug 14 16:57:55 2015 (r394236) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Fri Aug 14 16:58:12 2015 (r394237) @@ -1,2 +1,2 @@ -SHA256 (pgollucci-freebsd-bugzilla-cli-0.10.8_GH0.tar.gz) = 6f6b9ab174e64c604157329226861d6de5a82665be843879a563740329b891a9 -SIZE (pgollucci-freebsd-bugzilla-cli-0.10.8_GH0.tar.gz) = 13610 +SHA256 (pgollucci-freebsd-bugzilla-cli-0.12.0_GH0.tar.gz) = 022f55c4342164b9308b42f4d54d9f5aa4fd7ba04ad47d771723df0bb6070241 +SIZE (pgollucci-freebsd-bugzilla-cli-0.12.0_GH0.tar.gz) = 14148 Modified: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Fri Aug 14 16:57:55 2015 (r394236) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Fri Aug 14 16:58:12 2015 (r394237) @@ -1,5 +1,6 @@ %%DATADIR%%/_util.sh %%DATADIR%%/_version.sh +%%DATADIR%%/attach.sh %%DATADIR%%/close.sh %%DATADIR%%/comment.sh %%DATADIR%%/edit.sh @@ -11,6 +12,7 @@ %%DATADIR%%/overto.sh %%DATADIR%%/patch.sh %%DATADIR%%/search.sh +%%DATADIR%%/show.sh %%DATADIR%%/port_commit.sh %%DATADIR%%/port_submit.sh %%DATADIR%%/src_submit.sh