Bug 197085

Summary: korean/baekmukfonts-ttf: Appears to be using incorrect LICENSE
Product: Ports & Packages Reporter: Jordan Irwin <antumdeluge>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino
Priority: --- Keywords: easy, needs-qa, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch that changes "BSD" to "MIT" in Makefile none

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