git: 030582266819 - main - sysutils/backuppc-devel: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:14:59 UTC 2021


The branch main has been updated by decke:

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

commit 03058226681997cc8791066bd8fe2eb6959d5577
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 14:36:03 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-main mailing list