Bug 197085 - korean/baekmukfonts-ttf: Appears to be using incorrect LICENSE
Summary: korean/baekmukfonts-ttf: Appears to be using incorrect LICENSE
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: easy, needs-qa, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-01-26 08:38 UTC by Jordan Irwin
Modified: 2015-02-06 10:38 UTC (History)
1 user (show)

See Also:


Attachments
Patch that changes "BSD" to "MIT" in Makefile (322 bytes, patch)
2015-01-26 08:38 UTC, Jordan Irwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jordan Irwin 2015-01-26 08:38:06 UTC
Created attachment 152163 [details]
Patch that changes "BSD" to "MIT" in Makefile

The Makefile for korean/baekmukfonts-ttf lists the license as "BSD" (which in itself is a bug because it fails to build asking for the [23]CLAUSE suffix). But, according the license file provided in the distfile, it is an MIT-style license.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-02-06 10:37:55 UTC
A commit references this bug:

Author: marino
Date: Fri Feb  6 10:36:53 UTC 2015
New revision: 378524
URL: https://svnweb.freebsd.org/changeset/ports/378524

Log:
  korean/baekmukfonts-ttfs: correct LICENSE (BSD => MIT)

  PR:		197085
  Submitted by:	Jordan Irwin
  Approved by:	n/a (unmaintained)

Changes:
  head/korean/baekmukfonts-ttf/Makefile
Comment 2 John Marino freebsd_committer freebsd_triage 2015-02-06 10:38:43 UTC
Thanks