Date: Wed, 12 Aug 2015 19:33:09 +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: r394034 - head/ports-mgmt/freebsd-bugzilla-cli Message-ID: <201508121933.t7CJX9Nd097092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgollucci Date: Wed Aug 12 19:33:08 2015 New Revision: 394034 URL: https://svnweb.freebsd.org/changeset/ports/394034 Log: ports-mgmt/freebsd-bugzilla-cli: update 0.10.6->0.10.8 Changes: change bz init to not overwrite an existing ~/.bugzrc [1] change bz init to cannonicalize spelling of FBSD->FreeBSD [2] fix bz init to protect ~/.bugzrc with a sane umask [3] fix bz close again and add some shortcut option helpers [4] Reported by: jbeich@ [1,2,3], feld@ [4] 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 19:32:26 2015 (r394033) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Aug 12 19:33:08 2015 (r394034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.10.6 +PORTVERSION= 0.10.8 CATEGORIES= ports-mgmt MAINTAINER= pgollucci@FreeBSD.org Modified: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ============================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/distinfo Wed Aug 12 19:32:26 2015 (r394033) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Wed Aug 12 19:33:08 2015 (r394034) @@ -1,2 +1,2 @@ -SHA256 (pgollucci-freebsd-bugzilla-cli-0.10.6_GH0.tar.gz) = 6c27a2649f035809964288ae0894646f0de761d7c4cbb6e33d4fd78bc47a0d0f -SIZE (pgollucci-freebsd-bugzilla-cli-0.10.6_GH0.tar.gz) = 13429 +SHA256 (pgollucci-freebsd-bugzilla-cli-0.10.8_GH0.tar.gz) = 6f6b9ab174e64c604157329226861d6de5a82665be843879a563740329b891a9 +SIZE (pgollucci-freebsd-bugzilla-cli-0.10.8_GH0.tar.gz) = 13610
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508121933.t7CJX9Nd097092>