Bug 115733 - [PATCH] ports-mgmt/portconf: support multiple ports per line
Summary: [PATCH] ports-mgmt/portconf: support multiple ports per line
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 21:50 UTC by Sean Farley
Modified: 2007-09-23 12:50 UTC (History)
1 user (show)

See Also:


Attachments
portconf-1.2.patch (956 bytes, patch)
2007-08-22 21:50 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Farley freebsd_committer freebsd_triage 2007-08-22 21:50:01 UTC
This patch adds support to allow multiple ports on a single line.
Instead of having to do:
port1:		WITH_COOL_FEATURE
port2:		WITH_COOL_FEATURE

you can do this:
port1 port2:	WITH_COOL_FEATURE

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-22 21:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-23 12:43:44 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-23 12:43:50 UTC
edwin       2007-09-23 11:43:44 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portconf/files portconf.sh.in 
  Log:
  [PATCH] ports-mgmt/portconf: support multiple ports per line
  
          This patch adds support to allow multiple ports on a single line.
          Instead of having to do:
          port1: WITH_COOL_FEATURE
          port2: WITH_COOL_FEATURE
  
          you can do this:
          port1 port2: WITH_COOL_FEATURE
  
  PR:             ports/115733
  Submitted by:   "Sean C. Farley" <scf@freebsd.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.3       +7 -6      ports/ports-mgmt/portconf/files/portconf.sh.in
_______________________________________________
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"