From owner-dev-commits-ports-all@freebsd.org Wed Sep 1 18:56:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5BA566FD3A; Wed, 1 Sep 2021 18:56:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H0Cv941L9z4p3M; Wed, 1 Sep 2021 18:56:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 732E224BA; Wed, 1 Sep 2021 18:56:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 181Iu5B4086985; Wed, 1 Sep 2021 18:56:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 181Iu5ng086984; Wed, 1 Sep 2021 18:56:05 GMT (envelope-from git) Date: Wed, 1 Sep 2021 18:56:05 GMT Message-Id: <202109011856.181Iu5ng086984@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kai Knoblich Subject: git: 71f5306b928f - 2021Q3 - sysutils/bchunk: Add CPE info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 71f5306b928f70db0c6ea56d390c60a159b20cae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 18:56:05 -0000 The branch 2021Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=71f5306b928f70db0c6ea56d390c60a159b20cae commit 71f5306b928f70db0c6ea56d390c60a159b20cae Author: Kai Knoblich AuthorDate: 2021-09-01 18:39:43 +0000 Commit: Kai Knoblich 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: