diff options
Diffstat (limited to 'sysutils/rubygem-tmuxinator/Makefile')
-rw-r--r-- | sysutils/rubygem-tmuxinator/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index c8ef708c2870..67f85afff067 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxinator -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -9,9 +9,8 @@ WWW= https://github.com/tmuxinator/tmuxinator LICENSE= MIT -RUN_DEPENDS= rubygem-erubi>=1.7<2:www/rubygem-erubi \ - rubygem-thor>=1.3.0<1.4:devel/rubygem-thor \ - rubygem-xdg2>=2.2.5<3:devel/rubygem-xdg2 +RUN_DEPENDS= rubygem-erubi>=1.13<2:www/rubygem-erubi \ + rubygem-thor>=1.4.0<1.5:devel/rubygem-thor USES= gem @@ -19,6 +18,7 @@ NO_ARCH= yes PLIST_FILES= bin/tmuxinator \ etc/bash_completion.d/_tmuxinator.bash \ + share/fish/completions/tmuxinator.fish \ share/zsh/site-functions/_tmuxinator OPTIONS_SINGLE= TMUX @@ -33,6 +33,8 @@ TMUX23_RUN_DEPENDS= tmux:sysutils/tmux23 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_tmuxinator.bash + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions + ${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.fish ${STAGEDIR}${PREFIX}/share/fish/completions/tmuxinator.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_tmuxinator |