Bug 152964 - [Mk/bsd.licenses.mk] [patch] Display the license name in informatinal messages
Summary: [Mk/bsd.licenses.mk] [patch] Display the license name in informatinal messages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 18:20 UTC by Greg Larkin
Modified: 2011-01-07 01:30 UTC (History)
0 users

See Also:


Attachments
bsd.licenses.mk.diff (1.17 KB, patch)
2010-12-09 18:20 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin freebsd_committer freebsd_triage 2010-12-09 18:20:10 UTC
While testing a PR that included adding a new license type, I wanted to
see the new license name displayed during the tinderbox build to verify
that it had been added to the license database correctly.  This simple
patch displays the license name in various informational messages
presented to the user.

How-To-Repeat: 
	Apply the patch and build any port that has LICENSE defined.

        Example output: http://people.freebsd.org/~glarkin/logs/pecl-drizzle-0.4.2.log
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-12-20 05:38:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

take for exp-run
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-12-29 07:04:43 UTC
Responsible Changed
From-To: miwi->glarkin

exp-run is fine approved
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-01-07 01:29:51 UTC
glarkin     2011-01-07 01:29:45 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.licenses.mk 
  Log:
  - Added the license name to some of the informational messages displayed to
    the user.  See http://people.freebsd.org/~glarkin/logs/pecl-drizzle-0.4.2.log
    for an example (e.g. "License PHP301 accepted by the user")
  
  PR:             ports/152964
  Submitted by:   glarkin
  Tested on:      pointyhat exp-run
  Approved by:    miwi (portmgr hat)
  Approved by:    alepulver (maintainer)
  
  Revision  Changes    Path
  1.5       +5 -5      ports/Mk/bsd.licenses.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2011-01-07 01:30:37 UTC
State Changed
From-To: open->closed

Committed after approval by portmgr and maintainer.