git: 0501c990e1aa - main - ftp/proftpd: Avoid passing USES=cpe to all slave ports
Bernhard Froehlich
decke at FreeBSD.org
Fri Sep 3 09:32:24 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0501c990e1aa48e3c1cf3c181ccd2ef2a5931855
commit 0501c990e1aa48e3c1cf3c181ccd2ef2a5931855
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 08:55:38 +0000
Commit: Bernhard Froehlich <decke at 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
More information about the dev-commits-ports-all
mailing list