Bug 84623 - devel/newfile: Add COMMENT= to template
Summary: devel/newfile: Add COMMENT= to template
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: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 18:10 UTC by kaoru
Modified: 2005-10-14 00:03 UTC (History)
0 users

See Also:


Attachments
file.diff (415 bytes, patch)
2005-08-06 18:10 UTC, kaoru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2005-08-06 18:10:15 UTC
I'm using newfile via FreeBSD porttools.
The porttools is pretty good.

When 'port create', I expected "COMMENT=" in Makefile. But was, no
"COMMENT=" line.

Would you add "COMMENT=" to data/projects/port@Makefile in newfile?

Fix: Apply this patch to newfile.
How-To-Repeat: % cd /usr/ports/devel/porttools && sudo make install
% cd /usr/ports/devel/newfile && sudo make install
% port create foobar
% grep COMMENT foobar/Makefile

I expected "COMMENT=" in Makefile. But was nothing.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-08-07 00:27:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-10-14 00:03:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!