Date: Mon, 4 Mar 2024 18:34:39 GMT From: "Gabriel M. Dutra" <dutra@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fea721d972ac - main - sysutils/bchunk: Fix PORTREVISION Message-ID: <202403041834.424IYdKo080449@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=fea721d972ac7483baf272470c3baff9470c6350 commit fea721d972ac7483baf272470c3baff9470c6350 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-03-03 15:05:46 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-03-04 18:33:54 +0000 sysutils/bchunk: Fix PORTREVISION Reported by: Ale <discipline@tiscali.it> Approved by: garga (mentor) Fixes: 220062a3a1c35cc4deb0b363bdc27d09b492bf2e Differential Revision: https://reviews.freebsd.org/D44197 --- sysutils/bchunk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 2fda7e038b5c..3760e3bc4730 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,6 +1,6 @@ PORTNAME= bchunk DISTVERSION= 1.2.2 -PORTREVIDSION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://he.fi/bchunk/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403041834.424IYdKo080449>