Bug 51985 - [patch] bsd.port.mk: two fixes for "make maintainer"
Summary: [patch] bsd.port.mk: two fixes for "make maintainer"
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-08 21:50 UTC by Mark Linimon
Modified: 2003-07-07 00:58 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2003-05-08 21:50 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2003-05-08 21:50:11 UTC
	If a ports Makefile contains a bogus MAINTAINER value (i.e. one
	with anthing in addition to "user@host.domain"), "make maintainer"
	will fail.  I want to use "make maintainer" in a project.

	In addition, I don't see any reason why "make maintainer" ought
	not to work in subdirectories.  This patch fixes that, too.

Fix: The following patch fixes both bsd.port.mk, bsd.port.subdir.mk,
	and, as an extra bonus, the port that triggered the bug in
	bsd.port.mk.
How-To-Repeat: 	cd /usr/ports/math/vecfem;make maintainer
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-05-09 07:56:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

over to maintainer
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-05-10 23:45:08 UTC
State Changed
From-To: open->analyzed

Currently being tested on bento
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2003-07-07 00:57:57 UTC
State Changed
From-To: analyzed->closed

Patch committed, thanks!