Bug 222545 - net/mpd5: Fix license information and etc
Summary: net/mpd5: Fix license information and etc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Eugene Grosbein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-24 08:05 UTC by Yasuhiro Kimura
Modified: 2017-10-01 19:46 UTC (History)
0 users

See Also:
eugen: maintainer-feedback+


Attachments
patch file (6.56 KB, patch)
2017-09-24 08:05 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-24 08:05:08 UTC
Created attachment 186654 [details]
patch file

* Fix license information.
* Regenerate patches by 'make makepatch' to fix portlint warning.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-26 09:44:15 UTC
A commit references this bug:

Author: eugen
Date: Tue Sep 26 09:43:40 UTC 2017
New revision: 450652
URL: https://svnweb.freebsd.org/changeset/ports/450652

Log:
  Elaborate license information by changing it to right "BSD3CLAUSE"
  instead of generic (and not entirely correct in this case) "BSD".

  PR:		222545
  Reported by:	Yasuhiro KIMURA <yasu@utahime.org>

Changes:
  head/net/mpd5/Makefile
Comment 2 Eugene Grosbein freebsd_committer freebsd_triage 2017-09-26 09:48:19 UTC
Thank you for submission!

Discussion with mpd5 developers assures me that all three license files are essentialy the same BSD3CLAUSE license. So, there is no real reason to complicate the port and I just fixed it changing BSD to BSD3CLAUSE.

And I'd rather not change patches to 'makepatch' style just to please portlint as this strips their information lines from upstream repository. Thank you anyway.