svn commit: r353883 - head/devel/py-simpy

David Naylor dbn at FreeBSD.org
Mon May 12 17:55:16 UTC 2014


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 at FreeBSD.org
 COMMENT=	Simulation in Python
 
-LICENSE=	LGPL20
+LICENSE=	LGPL21
 
 NO_ARCH=	yes
 USE_PYTHON=	yes


More information about the svn-ports-head mailing list