Created attachment 193150 [details] patch file ftp/py-sftp: Fix license information. 'BSD' is deprecated.
Comment on attachment 193150 [details] patch file >Index: Makefile >=================================================================== >--- Makefile (revision 469283) >+++ Makefile (working copy) >@@ -9,7 +9,7 @@ > MAINTAINER= rozhuk.im@gmail.com > COMMENT= Simple interface to SFTP > >-LICENSE= BSD >+LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.17:security/py-paramiko@${FLAVOR}
Comment on attachment 193150 [details] patch file Thanks!
Committed, thanks!
A commit references this bug: Author: yuri Date: Tue May 8 05:07:48 UTC 2018 New revision: 469354 URL: https://svnweb.freebsd.org/changeset/ports/469354 Log: ftp/py-sftp: Fix license information PR: 228043 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: portmgr blanket Changes: head/ftp/py-sftp/Makefile