From owner-svn-ports-head@freebsd.org Tue Sep 19 21:41:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A1CE0700C; Tue, 19 Sep 2017 21:41:47 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F22866E01B; Tue, 19 Sep 2017 21:41:46 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JLfk1O067092; Tue, 19 Sep 2017 21:41:46 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JLfkA9067089; Tue, 19 Sep 2017 21:41:46 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201709192141.v8JLfkA9067089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Tue, 19 Sep 2017 21:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450170 - head/devel/py-pylru-cache X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/devel/py-pylru-cache X-SVN-Commit-Revision: 450170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 21:41:47 -0000 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 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