Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:08 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: 9ce2937f7f3c - main - ftp/lftp: Add CPE information
Message-ID:  <202109111157.18BBv87r082807@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=9ce2937f7f3c746d687ae3b11d8ff7b63720cd07

commit 9ce2937f7f3c746d687ae3b11d8ff7b63720cd07
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:17:48 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:17:48 +0000

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

diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 759e18682020..9f61d1426959 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -21,9 +21,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libidn2.so:dns/libidn2
 
-USES=		compiler:c++11-lang charsetfix iconv libtool localbase \
+USES=		compiler:c++11-lang charsetfix cpe iconv libtool localbase \
 		readline shebangfix
 GNU_CONFIGURE=	yes
+CPE_VENDOR=	lftp_project
 
 PORTDOCS=	AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
 		MIRRORS NEWS README README.debug-levels README.modules \



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