Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 17:55:15 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353883 - head/devel/py-simpy
Message-ID:  <201405121755.s4CHtFQp069936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon May 12 17:55:15 2014
New Revision: 353883
URL: http://svnweb.freebsd.org/changeset/ports/353883
QAT: https://qat.redports.org/buildarchive/r353883/

Log:
  Fix LICENSE for devel/py-simpy.
  
   - License is LGPL21, not LGPL20 (as per $WORKDIR/LICENSE.txt)
  
  PR:		ports/188560
  Approved by:	portmgr (implicit)

Modified:
  head/devel/py-simpy/Makefile

Modified: head/devel/py-simpy/Makefile
==============================================================================
--- head/devel/py-simpy/Makefile	Mon May 12 17:55:07 2014	(r353882)
+++ head/devel/py-simpy/Makefile	Mon May 12 17:55:15 2014	(r353883)
@@ -13,7 +13,7 @@ DISTNAME=	SimPy-${PORTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Simulation in Python
 
-LICENSE=	LGPL20
+LICENSE=	LGPL21
 
 NO_ARCH=	yes
 USE_PYTHON=	yes



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