From owner-svn-ports-head@FreeBSD.ORG Sat Mar 8 04:26:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB0C8AD1; Sat, 8 Mar 2014 04:26:25 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A86C87EA; Sat, 8 Mar 2014 04:26:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s284QPfG030708; Sat, 8 Mar 2014 04:26:25 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s284QPiS030707; Sat, 8 Mar 2014 04:26:25 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201403080426.s284QPiS030707@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 8 Mar 2014 04:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347449 - head/devel/py-unittest2 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.17 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: Sat, 08 Mar 2014 04:26:25 -0000 Author: koobs Date: Sat Mar 8 04:26:25 2014 New Revision: 347449 URL: http://svnweb.freebsd.org/changeset/ports/347449 QAT: https://qat.redports.org/buildarchive/r347449/ Log: devel/py-unittest2: Update LICENSE w/ references - Update LICENSE (BSD3CLAUSE) This one was fun to find. As rm@ mentioned in a previous commit, no LICENSE file exists in the Google Code or hg.python.org repositories. There is a "New BSD License" reference on the unittest-ext homepage [1] but wasnt a direct reference to the source in question, so it was not considered good enough. Gold was struck grepping BSD in the sources, which leads to the setup.py header, that includes a URL reference to: http://www.voidspace.org.uk/python/license.shtml BSD 3-clause. Voila! [1] http://code.google.com/p/unittest-ext/ Approved by: portmgr (blanket) Modified: head/devel/py-unittest2/Makefile Modified: head/devel/py-unittest2/Makefile ============================================================================== --- head/devel/py-unittest2/Makefile Sat Mar 8 03:59:20 2014 (r347448) +++ head/devel/py-unittest2/Makefile Sat Mar 8 04:26:25 2014 (r347449) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Unittest features for Python 2.7 backported to Python 2.3+ -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= zip USE_PYTHON= 2