Date: Thu, 31 Dec 2020 09:40:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559714 - head/ftp/vsftpd-ext Message-ID: <202012310940.0BV9es9k085251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 31 09:40:54 2020 New Revision: 559714 URL: https://svnweb.freebsd.org/changeset/ports/559714 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/ftp/vsftpd-ext/Makefile head/ftp/vsftpd-ext/pkg-descr Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Thu Dec 31 09:20:12 2020 (r559713) +++ head/ftp/vsftpd-ext/Makefile Thu Dec 31 09:40:54 2020 (r559714) @@ -13,6 +13,7 @@ MAINTAINER= xjflyttp@gmail.com COMMENT= FTP daemon that aims to be "very secure". Extended build LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING UPSTREAMVERSION=3.0.3 EXTVERSION= 1 Modified: head/ftp/vsftpd-ext/pkg-descr ============================================================================== --- head/ftp/vsftpd-ext/pkg-descr Thu Dec 31 09:20:12 2020 (r559713) +++ head/ftp/vsftpd-ext/pkg-descr Thu Dec 31 09:40:54 2020 (r559714) @@ -1,3 +1,3 @@ Extended build of vsftpd with additional features. -WWW: http://vsftpd.devnet.ru/eng/ +WWW: https://vsftpd.devnet.ru/eng/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012310940.0BV9es9k085251>