Bug 143172 - [PATCH] net-mgmt/ifgraph: use $SUB_FILES & $SUB_LIST to dynamically update pkg-install deinstall & message files
Summary: [PATCH] net-mgmt/ifgraph: use $SUB_FILES & $SUB_LIST to dynamically update pk...
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-24 16:00 UTC by Sevan Janiyan
Modified: 2010-01-24 19:00 UTC (History)
1 user (show)

See Also:


Attachments
ifgraph-0.4.10_2.patch (9.78 KB, patch)
2010-01-24 16:00 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2010-01-24 16:00:07 UTC
no need to invoke sed manually

Added file(s):
- files/pkg-deinstall.in
- files/pkg-install.in
- files/pkg-message.in

Removed file(s):
- pkg-deinstall
- pkg-install
- pkg-message

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-24 16:00:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-24 18:51:38 UTC
lth         2010-01-24 18:51:29 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/ifgraph     Makefile pkg-plist 
  Added files:
    net-mgmt/ifgraph/files pkg-deinstall.in pkg-install.in 
                           pkg-message.in 
  Removed files:
    net-mgmt/ifgraph     pkg-deinstall pkg-install pkg-message 
  Log:
  use $SUB_FILES & $SUB_LIST to dynamically update pkg-install deinstall & message
  
  PR:             ports/143172
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  
  Revision  Changes    Path
  1.11      +5 -13     ports/net-mgmt/ifgraph/Makefile
  1.1       +38 -0     ports/net-mgmt/ifgraph/files/pkg-deinstall.in (new)
  1.1       +51 -0     ports/net-mgmt/ifgraph/files/pkg-install.in (new)
  1.1       +32 -0     ports/net-mgmt/ifgraph/files/pkg-message.in (new)
  1.2       +0 -38     ports/net-mgmt/ifgraph/pkg-deinstall (dead)
  1.2       +0 -51     ports/net-mgmt/ifgraph/pkg-install (dead)
  1.2       +0 -32     ports/net-mgmt/ifgraph/pkg-message (dead)
  1.6       +1 -1      ports/net-mgmt/ifgraph/pkg-plist
_______________________________________________
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 3 Lars Thegler freebsd_committer freebsd_triage 2010-01-24 18:52:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!