Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:28 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: ca03a61b3699 - main - mail/libesmtp: Add CPE information
Message-ID:  <202109102120.18ALKSY1014173@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=ca03a61b3699fc52671ff0218258d8611728de7e

commit ca03a61b3699fc52671ff0218258d8611728de7e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:27:09 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:56 +0000

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

diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index 01c4b4f58d92..1877a8874589 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -19,12 +19,13 @@ COMMENT=	Library for posting electronic mail
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-USES=		autoreconf gmake libtool tar:bzip2
+USES=		autoreconf cpe gmake libtool tar:bzip2
 GNU_CONFIGURE=	yes
 # require-all-recipients (implied by enable-all) is required for Balsa
 CONFIGURE_ARGS=	--enable-all --disable-isoc
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+CPE_VENDOR=	libesmtp_project
 
 OPTIONS_DEFINE=	OPENSSL DEBUG DOCS EXAMPLES
 OPTIONS_DEFAULT=OPENSSL



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