From owner-svn-ports-head@FreeBSD.ORG Mon Dec 8 13:53:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE3AE408; Mon, 8 Dec 2014 13:53:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8CC670; Mon, 8 Dec 2014 13:53:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8Dr8A9021001; Mon, 8 Dec 2014 13:53:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8Dr8C4020995; Mon, 8 Dec 2014 13:53:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412081353.sB8Dr8C4020995@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 8 Dec 2014 13:53:08 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 13:53:09 -0000 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