diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-08-05 01:25:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-08-05 01:25:48 +0800 |
commit | 7d30e7b8059e5420c78c61ee19e9026a004700ac (patch) | |
tree | 453a8f54a664c7b2c506f456c1f471aac6ac53b4 /ports-mgmt | |
parent | c476390818e9e3d9d9b1a1a363ecc0160570674e (diff) | |
download | freebsd-ports-gnome-7d30e7b8059e5420c78c61ee19e9026a004700ac.tar.gz freebsd-ports-gnome-7d30e7b8059e5420c78c61ee19e9026a004700ac.tar.zst freebsd-ports-gnome-7d30e7b8059e5420c78c61ee19e9026a004700ac.zip |
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]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/freebsd-bugzilla-cli/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/freebsd-bugzilla-cli/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/freebsd-bugzilla-cli/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile index 64c94949feb4..aa8fd83495f1 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/Makefile +++ b/ports-mgmt/freebsd-bugzilla-cli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.2 CATEGORIES= ports-mgmt MAINTAINER= pgollucci@FreeBSD.org diff --git a/ports-mgmt/freebsd-bugzilla-cli/distinfo b/ports-mgmt/freebsd-bugzilla-cli/distinfo index 957187ea8817..3fdcc8792645 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/distinfo +++ b/ports-mgmt/freebsd-bugzilla-cli/distinfo @@ -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 diff --git a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist index 7feb8f36e89f..cd08a3b5f4e8 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist +++ b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist @@ -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 |