Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32:22 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: 0501c990e1aa - main - ftp/proftpd: Avoid passing USES=cpe to all slave ports
Message-ID:  <202109030932.1839WMT5087464@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=0501c990e1aa48e3c1cf3c181ccd2ef2a5931855

commit 0501c990e1aa48e3c1cf3c181ccd2ef2a5931855
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 08:55:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-03 09:19:33 +0000

    ftp/proftpd: Avoid passing USES=cpe to all slave ports
    
    There are some slave ports which are developed independently and have
    no CPE entries yet.
    
    Approved by:    portmgr (blanket)
---
 ftp/proftpd/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 170e45f17b02..3ebba0a993ab 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -27,6 +27,9 @@ RUN_DEPENDS+=	${LOCALBASE}/sbin/proftpd:ftp/proftpd
 
 PROFTPD_VERSION=	1.3.7c
 
+CPE_VENDOR=	proftpd
+CPE_PRODUCT=	proftpd
+
 .if defined(_BUILDING_PROFTPD_MODULE)
 DISTFILES+=	${DISTNAME}${EXTRACT_SUFX}
 EXTRACT_ONLY+=	${DISTNAME}${EXTRACT_SUFX}
@@ -48,11 +51,11 @@ PORTDOCS=	*
 .endif
 
 MAKE_JOBS_UNSAFE=	yes
-USES+=		cpe gmake libtool
+USES+=		gmake libtool
 GNU_CONFIGURE=	yes
 
 .if !defined(_BUILDING_PROFTPD_MODULE)
-USES+=		ssl
+USES+=		cpe ssl
 USE_RC_SUBR=	proftpd
 .endif
 



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