Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 15:19:52 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: d02ac6877298 - main - ftp/net2ftp: Add CPE information
Message-ID:  <202109021519.182FJqSV017511@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=d02ac687729850008b8b5e64aab862793fb9e51e

commit d02ac687729850008b8b5e64aab862793fb9e51e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-02 14:43:21 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-02 15:19:06 +0000

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

diff --git a/ftp/net2ftp/Makefile b/ftp/net2ftp/Makefile
index 52831c088152..d531fe995197 100644
--- a/ftp/net2ftp/Makefile
+++ b/ftp/net2ftp/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Web-based FTP client written in PHP
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/files_to_upload/LICENSE.txt
 
-USES=		php zip
+USES=		cpe php zip
 .if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	ftp mysqli pcre session zlib
 .endif



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