Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:25 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: 78e0d8ab6556 - main - mail/masqmail: Add CPE information
Message-ID:  <202109292002.18TK2PPU010809@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=78e0d8ab6556955563e2d213a8029ca8a8fe93f4

commit 78e0d8ab6556955563e2d213a8029ca8a8fe93f4
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:44:45 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:44:45 +0000

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

diff --git a/mail/masqmail/Makefile b/mail/masqmail/Makefile
index 65ef1be06f04..5e989eeab621 100644
--- a/mail/masqmail/Makefile
+++ b/mail/masqmail/Makefile
@@ -11,12 +11,13 @@ COMMENT=	Mail server for hosts, not permanently connected to the internet
 LICENSE=	GPLv2
 
 USE_GNOME=	glib20
-USES=		gnome pkgconfig
+USES=		cpe gnome pkgconfig
 USE_RC_SUBR=	masqmail
 GNU_CONFIGURE=	yes
 CFLAGS+=	-Wno-trigraphs
 CONFIGURE_ARGS=	--with-user=mailnull --with-group=mail \
 		--with-confdir=${ETCDIR} --with-logdir=/var/log/masqmail
+CPE_VENDOR=	marmaro
 
 OPTIONS_DEFINE=	RESOLVER AUTH DEBUG DOCS
 OPTIONS_DEFAULT=	RESOLVER AUTH



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