Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:14:58 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 030582266819 - main - sysutils/backuppc-devel: Add CPE information
Message-ID:  <202109301514.18UFEwcT046764@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03058226681997cc8791066bd8fe2eb6959d5577

commit 03058226681997cc8791066bd8fe2eb6959d5577
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 14:36:03 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 15:14:11 +0000

    sysutils/backuppc-devel: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/backuppc-devel/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile
index 78164b0a110e..c8a06f4b17ed 100644
--- a/sysutils/backuppc-devel/Makefile
+++ b/sysutils/backuppc-devel/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	p5-CGI>0:www/p5-CGI \
 		p5-File-Listing>=0:sysutils/p5-File-Listing \
 		p5-BackupPC-XS>=0.57:sysutils/p5-BackupPC-XS
 
-USES=		perl5
+USES=		cpe perl5
 
 .if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
 BROKEN=		fails to build under qemu: uncaught target signal 11 (Segmetation fault) - core dumped
@@ -24,6 +24,8 @@ BROKEN=		fails to build under qemu: uncaught target signal 11 (Segmetation fault
 
 CONFLICTS_INSTALL=	backuppc backuppc4
 
+CPE_VENDOR=	craig_barratt
+
 USE_GITHUB=	yes
 GH_TAGNAME=	cae051c
 USE_PERL5=	extract



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301514.18UFEwcT046764>