diff options
Diffstat (limited to 'sysutils/rubygem-tmuxinator/Makefile')
| -rw-r--r-- | sysutils/rubygem-tmuxinator/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index 826a37defda5..183d91d726ef 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxinator -PORTVERSION= 3.3.7 +PORTVERSION= 3.4.1 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/tmuxinator/tmuxinator LICENSE= MIT RUN_DEPENDS= rubygem-erubi>=1.13<2:www/rubygem-erubi \ - rubygem-thor>=1.4.0<1.5:devel/rubygem-thor + rubygem-thor14>=1.4.0<1.5:devel/rubygem-thor14 USES= gem @@ -18,7 +18,6 @@ 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,8 +32,6 @@ 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 |
