Bug 164405 - [PATCH] sysutils/tmux - install bash completions into completion dir
Summary: [PATCH] sysutils/tmux - install bash completions into completion dir
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 15:10 UTC by Adam Weinberger
Modified: 2012-01-31 11:30 UTC (History)
0 users

See Also:


Attachments
tmux.patch (1.45 KB, patch)
2012-01-23 15:10 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2012-01-23 15:10:08 UTC
tmux installs a bash completion into ${EXAMPLESDIR}. I thought it might
be nice to put it into the bash completion dir so it's be active.

The attached patch hard-links the file into the bash completion dir.
Unfortunately it has to be an OPTION.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-23 15:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-31 11:23:35 UTC
gahr        2012-01-31 11:23:22 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/tmux        Makefile distinfo 
  Log:
  - Update to 1.6
  - Install bash completion script [1]
  
  PR:             164405 [1]
  Submitted by:   Adam Weinberger <adamw@freebsd.org>
  
  Revision  Changes    Path
  1.33      +13 -6     ports/sysutils/tmux/Makefile
  1.17      +2 -2      ports/sysutils/tmux/distinfo
_______________________________________________
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 Pietro Cerutti freebsd_committer freebsd_triage 2012-01-31 11:23:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!