Date: Fri, 14 Aug 2015 16:58:12 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> 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 Message-ID: <201508141658.t7EGwCki045239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508141658.t7EGwCki045239>