Bug 192966 - [patch] japanese/mh: Add staging support and take maintainership
Summary: [patch] japanese/mh: Add staging support and take maintainership
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-24 14:09 UTC by WATANABE Kazuhiro
Modified: 2014-08-24 14:39 UTC (History)
1 user (show)

See Also:


Attachments
A patch for japanese/mh. (4.34 KB, patch)
2014-08-24 14:09 UTC, WATANABE Kazuhiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WATANABE Kazuhiro 2014-08-24 14:09:51 UTC
Created attachment 146214 [details]
A patch for japanese/mh.

* Add staging support.
* Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
* Remove obsolete MAN* variables, and use pkg-plist.
* Take maintainership.
Comment 1 Hiroki Sato freebsd_committer freebsd_triage 2014-08-24 14:32:48 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-24 14:33:52 UTC
A commit references this bug:

Author: hrs
Date: Sun Aug 24 14:33:26 UTC 2014
New revision: 365933
URL: http://svnweb.freebsd.org/changeset/ports/365933

Log:
  * Add staging support.
  * Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
  * Remove obsolete MAN* variables, and use pkg-plist.
  * Take maintainership.

  Submitted by:	WATANABE Kazuhiro
  PR:		192966

Changes:
  head/japanese/mh/Makefile
  head/japanese/mh/pkg-plist
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2014-08-24 14:39:02 UTC
Committed with some minor changes:

- PORTDOCS in favor of READMES.  Remove %%PORTDOCS%% lines from pkg-plist.
- Disable port-install target when DOCS defined.  It works without it,
  but it is not recommended.