Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:26 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: 4bd7c48c9409 - main - net/librsync: Add CPE information
Message-ID:  <202110081157.198BvQfx067525@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=4bd7c48c9409e3c1d239ed114d9eb506ae56da05

commit 4bd7c48c9409e3c1d239ed114d9eb506ae56da05
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:47:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:47:18 +0000

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

diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 6bbd9f50c2dc..a6a5407f9734 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -13,9 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpopt.so:devel/popt
 
-USES=		cmake compiler:c11 perl5
+USES=		cmake compiler:c11 cpe perl5
 USE_PERL5=	test
 
+CPE_VENDOR=	librsync_project
+
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 



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