Date: Tue, 19 Sep 2017 21:41:46 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450170 - head/devel/py-pylru-cache Message-ID: <201709192141.v8JLfkA9067089@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org COMMENT= LRU cache for Python -LICENSE= BSD +LICENSE= BSD3CLAUSE GPLv3 +LICENSE_COMB= dual USES?= python USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709192141.v8JLfkA9067089>