svn commit: r374264 - in head/net-p2p: btpd py-vertex

Mark Felder feld at FreeBSD.org
Mon Dec 8 13:53:09 UTC 2014


Author: feld
Date: Mon Dec  8 13:53:07 2014
New Revision: 374264
URL: https://svnweb.freebsd.org/changeset/ports/374264
QAT: https://qat.redports.org/buildarchive/r374264/

Log:
  Update "BSD" license in net-p2p category

Modified:
  head/net-p2p/btpd/Makefile
  head/net-p2p/py-vertex/Makefile

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Mon Dec  8 13:49:34 2014	(r374263)
+++ head/net-p2p/btpd/Makefile	Mon Dec  8 13:53:07 2014	(r374264)
@@ -9,7 +9,8 @@ MASTER_SITES=	GHC
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Bittorrent client consisting of a daemon and client commands
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE BSD3CLAUSE
+LICENSE_COMB=	multi
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 

Modified: head/net-p2p/py-vertex/Makefile
==============================================================================
--- head/net-p2p/py-vertex/Makefile	Mon Dec  8 13:49:34 2014	(r374263)
+++ head/net-p2p/py-vertex/Makefile	Mon Dec  8 13:53:07 2014	(r374264)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/epsi
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \
 		${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
 
-LICENSE=	BSD
+LICENSE=	MIT
 
 USES=		python twisted
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list