From owner-svn-ports-head@freebsd.org Wed Aug 12 01:35:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5246699E5D6; Wed, 12 Aug 2015 01:35:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 261221DF5; Wed, 12 Aug 2015 01:35:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7C1ZJO1050264; Wed, 12 Aug 2015 01:35:19 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7C1ZITM050262; Wed, 12 Aug 2015 01:35:18 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508120135.t7C1ZITM050262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 12 Aug 2015 01:35:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 01:35:19 -0000 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