Date: Wed, 1 Sep 2021 18:56:05 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 71f5306b928f - 2021Q3 - sysutils/bchunk: Add CPE info Message-ID: <202109011856.181Iu5ng086984@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=71f5306b928f70db0c6ea56d390c60a159b20cae commit 71f5306b928f70db0c6ea56d390c60a159b20cae Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-09-01 18:39:43 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-09-01 18:55:43 +0000 sysutils/bchunk: Add CPE info * Drop maintainership while I'm here. MFH: 2021Q3 (cherry picked from commit a6bf4250d0431178b3a6d88f76c8ab5a4a83230d) --- sysutils/bchunk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 2843fe727102..4933b68b571c 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -5,12 +5,15 @@ DISTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://he.fi/bchunk/ -MAINTAINER= kai@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts .bin/.cue files to .iso/audio LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= cpe +CPE_VENDOR= bchunk_project + PLIST_FILES= bin/bchunk man/man1/bchunk.1.gz do-build:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109011856.181Iu5ng086984>