Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2018 05:07:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469354 - head/ftp/py-sftp
Message-ID:  <201805080507.w4857mda069336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue May  8 05:07:47 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

Modified:
  head/ftp/py-sftp/Makefile

Modified: head/ftp/py-sftp/Makefile
==============================================================================
--- head/ftp/py-sftp/Makefile	Tue May  8 05:04:15 2018	(r469353)
+++ head/ftp/py-sftp/Makefile	Tue May  8 05:07:47 2018	(r469354)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 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}



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