Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 04:26:25 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347449 - head/devel/py-unittest2
Message-ID:  <201403080426.s284QPiS030707@svn.freebsd.org>

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



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