From owner-dev-commits-ports-main@freebsd.org Mon Sep 27 09:17:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 97F456B17EB; Mon, 27 Sep 2021 09:17:20 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHxqM4WbBz4jlX; Mon, 27 Sep 2021 09:17:19 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Mon, 27 Sep 2021 11:17:10 +0200 From: Alex Kozlov To: Bernhard Froehlich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 8e36aa89c535 - main - archivers/ha: Add CPE information Message-ID: <20210927091710.GA21625@ravenloft.kiev.ua> References: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109201433.18KEXHRJ053338@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HHxqM4WbBz4jlX X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kozlov@ravenloft.kiev.ua has no SPF policy when checking 94.244.131.95) smtp.mailfrom=kozlov@ravenloft.kiev.ua X-Spamd-Result: default: False [1.09 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.96)[0.956]; NEURAL_HAM_LONG(-0.07)[-0.069]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[ak@FreeBSD.org,kozlov@ravenloft.kiev.ua]; RCVD_COUNT_ZERO(0.00)[0]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34743, ipnet:94.244.128.0/18, country:UA]; FROM_NEQ_ENVFROM(0.00)[ak@FreeBSD.org,kozlov@ravenloft.kiev.ua]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 09:17:20 -0000 On Mon, Sep 20, 2021 at 02:33:17PM +0000, Bernhard Froehlich wrote: > The branch main has been updated by decke: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > > commit 8e36aa89c5357316ed5bf1cc3d877624b51e21a6 > Author: Bernhard Froehlich > AuthorDate: 2021-09-20 14:18:16 +0000 > Commit: Bernhard Froehlich > CommitDate: 2021-09-20 14:18:16 +0000 > > archivers/ha: Add CPE information > > Approved by: portmgr (blanket) > --- > archivers/ha/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile > index 3e69951b4d82..15f05c41b881 100644 > --- a/archivers/ha/Makefile > +++ b/archivers/ha/Makefile > @@ -16,7 +16,8 @@ NO_WRKSUBDIR= yes > PLIST_FILES= bin/ha > MAKEFILE= makefile.nix > ALL_TARGET= ha > -USES= gmake tar:tgz > +USES= cpe gmake tar:tgz > +CPE_VENDOR= linux-ha Are you sure that linux-ha (High-Availability Linux) cpe.vendor is applicable to archivers/ha (Hirvola's archiver)? -- Alex