Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 13:53:08 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374264 - in head/net-p2p: btpd py-vertex
Message-ID:  <201412081353.sB8Dr8C4020995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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