aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/freebsd-bugzilla-cli
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-03 02:06:48 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-03 02:06:48 +0000
commit13751c198f70234ff31f02833b35f6a18d89d65f (patch)
treece8f16fac23bfd05c5a071ddc85be95bd474eae9 /ports-mgmt/freebsd-bugzilla-cli
parent90f901b8dbcd19d940d371c1e1a4396b3c514fcb (diff)
downloadports-13751c198f70234ff31f02833b35f6a18d89d65f.tar.gz
ports-13751c198f70234ff31f02833b35f6a18d89d65f.zip
ports-mgmt/freebsd-bugzilla-cli: update 0.6.0->0.7.0
- Use OPTIONS_DEFAULT instead of OPTIONS_SET [1] at least one additional backend is planned (curl) Reported by: sunpoet@ Changes: with collaboration from jmg@: rename submit to port_submit, src_submit will be in a future release re-impliment search to provide a backend agnostic api, allow for defaults, and quoting spruce up init to prompt for a few defaults
Notes
Notes: svn path=/head/; revision=393450
Diffstat (limited to 'ports-mgmt/freebsd-bugzilla-cli')
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/Makefile4
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/distinfo4
-rw-r--r--ports-mgmt/freebsd-bugzilla-cli/pkg-plist4
3 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile
index 8829b711ad2c..379881a4eb27 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.6.0
+PORTVERSION= 0.7.0
CATEGORIES= ports-mgmt
MASTER_SITES= GH
@@ -13,7 +13,7 @@ LICENSE= APACHE20
OPTIONS_GROUP= BACKEND
OPTIONS_GROUP_BACKEND= PYBUGZ
-OPTIONS_SET= PYBUGZ
+OPTIONS_DEFAULT= PYBUGZ
OPTIONS_SUB= yes
PYBUGZ_DESC= use devel/pybugz for bugzilla interface
diff --git a/ports-mgmt/freebsd-bugzilla-cli/distinfo b/ports-mgmt/freebsd-bugzilla-cli/distinfo
index 8c1748ed04ba..54e6de7e3869 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.6.0_GH0.tar.gz) = d145153141d29795579082a6dd579a5f9a8b621c0ff37b15ddb7e38625891dea
-SIZE (pgollucci-freebsd-bugzilla-cli-0.6.0_GH0.tar.gz) = 8725
+SHA256 (pgollucci-freebsd-bugzilla-cli-0.7.0_GH0.tar.gz) = 14447f69236e56d7df467f91e7fdf493e533b6b6e25609fc4030d270b7381d49
+SIZE (pgollucci-freebsd-bugzilla-cli-0.7.0_GH0.tar.gz) = 9576
diff --git a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
index d92732b23f3a..7feb8f36e89f 100644
--- a/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
+++ b/ports-mgmt/freebsd-bugzilla-cli/pkg-plist
@@ -10,7 +10,7 @@
%%DATADIR%%/overto.sh
%%DATADIR%%/patch.sh
%%DATADIR%%/search.sh
-%%DATADIR%%/submit.sh
+%%DATADIR%%/port_submit.sh
%%DATADIR%%/take.sh
%%DATADIR%%/timeout.sh
%%DATADIR%%/top.sh
@@ -23,7 +23,7 @@
%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/overto.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/search.sh
-%%PYBUGZ%%%%DATADIR%%/pybugz/submit.sh
+%%PYBUGZ%%%%DATADIR%%/pybugz/port_submit.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/timeout.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/top.sh