svn commit: r450170 - head/devel/py-pylru-cache

Philip Paeps philip at FreeBSD.org
Tue Sep 19 21:41:47 UTC 2017


Author: philip
Date: Tue Sep 19 21:41:45 2017
New Revision: 450170
URL: https://svnweb.freebsd.org/changeset/ports/450170

Log:
  Fix LICENSE to match reality: BSD3CLAUSE or GPLv3.
  
  From https://raw.githubusercontent.com/stucchio/Python-LRU-cache/master/LICENSE
  
  PR:		222458
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/devel/py-pylru-cache/Makefile

Modified: head/devel/py-pylru-cache/Makefile
==============================================================================
--- head/devel/py-pylru-cache/Makefile	Tue Sep 19 21:38:04 2017	(r450169)
+++ head/devel/py-pylru-cache/Makefile	Tue Sep 19 21:41:45 2017	(r450170)
@@ -11,7 +11,8 @@ DISTNAME=	py_lru_cache-${PORTVERSION}
 MAINTAINER=	philip at FreeBSD.org
 COMMENT=	LRU cache for Python
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE GPLv3
+LICENSE_COMB=	dual
 
 USES?=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list