diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/rubygem-tmuxinator/Makefile | 10 | ||||
-rw-r--r-- | sysutils/rubygem-tmuxinator/distinfo | 6 |
2 files changed, 9 insertions, 7 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 diff --git a/sysutils/rubygem-tmuxinator/distinfo b/sysutils/rubygem-tmuxinator/distinfo index 65f926523c08..2eaec0908d30 100644 --- a/sysutils/rubygem-tmuxinator/distinfo +++ b/sysutils/rubygem-tmuxinator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289470 -SHA256 (rubygem/tmuxinator-3.3.4.gem) = 0822061082dfca4d6ca6ae92fda793f442f9d4224d43335bc3d0d6cdebe5e6fd -SIZE (rubygem/tmuxinator-3.3.4.gem) = 34816 +TIMESTAMP = 1754554150 +SHA256 (rubygem/tmuxinator-3.3.5.gem) = 9643f48028cc09c73c329380eda2eb42eb7b8e4a5a66df6ff465aa8780bf2721 +SIZE (rubygem/tmuxinator-3.3.5.gem) = 34816 |