Date: Wed, 17 Jan 2024 21:23:26 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 412c4e6ee12f - main - devel/pybugz: switch to my github and bump version Message-ID: <202401172123.40HLNQTD066321@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/ports/commit/?id=412c4e6ee12f790998aaf58ca2c4eb35c8170c16 commit 412c4e6ee12f790998aaf58ca2c4eb35c8170c16 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-01-17 21:22:54 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-01-17 21:23:12 +0000 devel/pybugz: switch to my github and bump version My fork brings several features that improve your command line bugzilla experience: - Improves bug printing to make it as close to WebUI as possible. - Adds -Q that allows to quote comment(s) when replying to a bug. - Allows to download attachment(s) of a bug with some filtering. Note on DISTVERSION: pybugz internally names itself as 0.14, but there were no release. Approved by: linimon --- devel/pybugz/Makefile | 6 +++--- devel/pybugz/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile index b134a74f1f92..a5d234a2c770 100644 --- a/devel/pybugz/Makefile +++ b/devel/pybugz/Makefile @@ -1,6 +1,5 @@ PORTNAME= pybugz -DISTVERSION= 0.13 -PORTREVISION= 1 +DISTVERSION= 0.14 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,8 @@ USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils -GH_ACCOUNT= williamh +GH_ACCOUNT= glebius +GH_TAGNAME= a583724 post-patch: ${REINPLACE_CMD} 's,share/man,man,' ${WRKSRC}/${PYSETUP} diff --git a/devel/pybugz/distinfo b/devel/pybugz/distinfo index 1369fa3156d9..9eaee8df41cc 100644 --- a/devel/pybugz/distinfo +++ b/devel/pybugz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476563325 -SHA256 (williamh-pybugz-0.13_GH0.tar.gz) = a99309d42b7ed2e52cc0f0f3adc72d1ddc9354e3d944af276f9a7da946665afb -SIZE (williamh-pybugz-0.13_GH0.tar.gz) = 26876 +TIMESTAMP = 1705522967 +SHA256 (glebius-pybugz-0.14-a583724_GH0.tar.gz) = 027691570772a18dcdb4571e43cab627f67d9088bd89e887d8ba01ed18bcebfb +SIZE (glebius-pybugz-0.14-a583724_GH0.tar.gz) = 28226
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401172123.40HLNQTD066321>