Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 01:35:18 +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: r393998 - head/ports-mgmt/freebsd-bugzilla-cli
Message-ID:  <201508120135.t7C1ZITM050262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Wed Aug 12 01:35:17 2015
New Revision: 393998
URL: https://svnweb.freebsd.org/changeset/ports/393998

Log:
  ports-mgmt/freebsd-bugzilla-cli: update 0.10.1->0.10.6
  
  Changes:
    change bz get to output where the pr went to
    change bz patch to pull the pr first via bz get
  
    fix bz timeout to work when there are no flags
    fix bz close to allow no comment for real
    fix bz search -r to work with the backend pybugz [1]
  
  Reported by: jmg@ [1]

Modified:
  head/ports-mgmt/freebsd-bugzilla-cli/Makefile
  head/ports-mgmt/freebsd-bugzilla-cli/distinfo

Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile
==============================================================================
--- head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Aug 12 01:17:18 2015	(r393997)
+++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Aug 12 01:35:17 2015	(r393998)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freebsd-bugzilla-cli
-PORTVERSION=	0.10.1
+PORTVERSION=	0.10.6
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	pgollucci@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 OPTIONS_GROUP=	BACKEND
 OPTIONS_GROUP_BACKEND=	PYBUGZ
-OPTIONS_DEFAULT=	PYBUGZ
+OPTIONS_DEFAULT=	PYBUGZK
 OPTIONS_SUB=	yes
 
 PYBUGZ_DESC=	use devel/pybugz for bugzilla interface

Modified: head/ports-mgmt/freebsd-bugzilla-cli/distinfo
==============================================================================
--- head/ports-mgmt/freebsd-bugzilla-cli/distinfo	Wed Aug 12 01:17:18 2015	(r393997)
+++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo	Wed Aug 12 01:35:17 2015	(r393998)
@@ -1,2 +1,2 @@
-SHA256 (pgollucci-freebsd-bugzilla-cli-0.10.1_GH0.tar.gz) = 204c1d1e54efa2928dfc4a9931a3d88bf3fd8d5188669fe598d4c376e84db077
-SIZE (pgollucci-freebsd-bugzilla-cli-0.10.1_GH0.tar.gz) = 13336
+SHA256 (pgollucci-freebsd-bugzilla-cli-0.10.6_GH0.tar.gz) = 6c27a2649f035809964288ae0894646f0de761d7c4cbb6e33d4fd78bc47a0d0f
+SIZE (pgollucci-freebsd-bugzilla-cli-0.10.6_GH0.tar.gz) = 13429



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508120135.t7C1ZITM050262>