aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/freebsd-bugzilla-cli
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-31 00:50:40 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-31 00:50:40 +0000
commit3e9293aeaffac096eaed5a5b48410fe03a977f44 (patch)
tree8901dfc20e797ad2f51872a4c1bdf89812f40e6f /ports-mgmt/freebsd-bugzilla-cli
parent2f584ead0cfad2377fb966451b9c9f336aade90f (diff)
downloadports-3e9293aeaffac096eaed5a5b48410fe03a977f44.tar.gz
ports-3e9293aeaffac096eaed5a5b48410fe03a977f44.zip
ports-mgmt/freebsd-bugzilla-cli: update 0.2.0->0.3.0
Changes: impliment timeout fix init
Notes
Notes: svn path=/head/; revision=393284
Diffstat (limited to 'ports-mgmt/freebsd-bugzilla-cli')
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/Makefile3
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/distinfo4
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/pkg-descr1
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/pkg-plist4
4 files changed, 8 insertions, 4 deletions
diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile
index 39b6b0ce3e11..febcecebeb07 100644
--- a/ports-mgmt/freebsd-bugzilla-cli/Makefile
+++ b/ports-mgmt/freebsd-bugzilla-cli/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= freebsd-bugzilla-cli
-PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTVERSION= 0.3.0
CATEGORIES= ports-mgmt
MASTER_SITES= GH
diff --git a/ports-mgmt/freebsd-bugzilla-cli/distinfo b/ports-mgmt/freebsd-bugzilla-cli/distinfo
index 5edc323083fc..ed5826c3e11d 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.2.0_GH0.tar.gz) = 846782e21f71dae5cc2fef4fc5668e800903dd0eb4ea077d0402ac1a62ae196f
-SIZE (pgollucci-freebsd-bugzilla-cli-0.2.0_GH0.tar.gz) = 5715
+SHA256 (pgollucci-freebsd-bugzilla-cli-0.3.0_GH0.tar.gz) = 8beb50853eccab66c2cebc3009b740be52f78ff4f6afbb0911e2f04672c45e68
+SIZE (pgollucci-freebsd-bugzilla-cli-0.3.0_GH0.tar.gz) = 6638
diff --git a/ports-mgmt/freebsd-bugzilla-cli/pkg-descr b/ports-mgmt/freebsd-bugzilla-cli/pkg-descr
index 87f63acbb3d1..0f69a8214c13 100644
--- a/ports-mgmt/freebsd-bugzilla-cli/pkg-descr
+++ b/ports-mgmt/freebsd-bugzilla-cli/pkg-descr
@@ -12,5 +12,6 @@ Supported Commands:
bz close
bz overto
+ bz timeout
WWW: https://github.com/pgollucci/freebsd-bugzilla-cli
diff --git a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
index 17556c318549..7715f2744905 100644
--- a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
+++ b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
@@ -2,19 +2,23 @@
%%DATADIR%%/close.sh
%%DATADIR%%/get.sh
%%DATADIR%%/help.sh
+%%DATADIR%%/init.sh
%%DATADIR%%/inprog.sh
%%DATADIR%%/login.sh
%%DATADIR%%/overto.sh
%%DATADIR%%/patch.sh
%%DATADIR%%/submit.sh
%%DATADIR%%/take.sh
+%%DATADIR%%/timeout.sh
%%DATADIR%%/version.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/close.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/get.sh
+%%PYBUGZ%%%%DATADIR%%/pybugz/init.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/overto.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/patch.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/submit.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh
+%%PYBUGZ%%%%DATADIR%%/pybugz/timeout.sh
bin/bz