Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:44:48 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: dede40316e51 - main - mail/imapfilter: Add CPE information
Message-ID:  <202110081144.198BimV1053713@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=dede40316e51e33c1c9fc52849d5d656cbc28570

commit dede40316e51e33c1c9fc52849d5d656cbc28570
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:24:49 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:24:49 +0000

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

diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile
index 09e3095d9e36..354b57ecb623 100644
--- a/mail/imapfilter/Makefile
+++ b/mail/imapfilter/Makefile
@@ -12,7 +12,9 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
 
-USES=		lua ssl
+USES=		cpe lua ssl
+
+CPE_VENDOR=	imapfilter_project
 
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LUA_INCDIR}
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LUA_LIBDIR}



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