Bug 222458 - devel/py-pylru-cache: Update license information
Summary: devel/py-pylru-cache: Update license information
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Philip Paeps
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-19 17:08 UTC by Yasuhiro Kimura
Modified: 2017-09-19 21:43 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (philip)


Attachments
patch file (34.81 KB, patch)
2017-09-19 17:08 UTC, Yasuhiro Kimura
no flags Details | Diff
updated patch file (338 bytes, patch)
2017-09-19 20:00 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-19 17:08:47 UTC
Created attachment 186546 [details]
patch file

Update license information.
Comment 1 Philip Paeps freebsd_committer freebsd_triage 2017-09-19 17:56:29 UTC
Since the README file specifies the software is licensed under the unmodified BSD3CLAUSE/GPLv3 licences, do you agree that we don't need to actually include the ``LICENSE_FILE=`` in the Makefile?

Reference:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/licenses.html#licenses-license-ex1

In other words, we can just add ``LICENSE=BSD3CLAUSE GPLv3`` and ``LICENSE_COMB=dual`` and not add the ``LICENCE_FILE=`` or the files locally.

Does that make sense?
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-19 20:00:03 UTC
Created attachment 186553 [details]
updated patch file

(In reply to Philip Paeps from comment #1)

I didn't know this example. Thank you for telling me. I updated patch so please commit it instead of original one.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-19 21:42:47 UTC
A commit references this bug:

Author: philip
Date: Tue Sep 19 21:41:46 UTC 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>

Changes:
  head/devel/py-pylru-cache/Makefile
Comment 4 Philip Paeps freebsd_committer freebsd_triage 2017-09-19 21:43:30 UTC
Committed.  Thanks!