diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-08-14 04:23:17 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-08-14 04:31:24 +0000 |
| commit | 597cffa275af23dde3bb77e6c0d7981039e6ea6e (patch) | |
| tree | 2dccff22cd0f24a7b2359646627e7a14aa5eaa83 /sysutils/rubygem-tmuxinator | |
| parent | 8f5bfebaaa2ea0f798dfdbe9cd728d4092ae2c4e (diff) | |
Diffstat (limited to 'sysutils/rubygem-tmuxinator')
| -rw-r--r-- | sysutils/rubygem-tmuxinator/Makefile | 11 | ||||
| -rw-r--r-- | sysutils/rubygem-tmuxinator/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index 0753039b0325..67f85afff067 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -1,6 +1,5 @@ PORTNAME= tmuxinator -PORTVERSION= 3.3.4 -PORTREVISION= 1 +PORTVERSION= 3.3.5 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -10,9 +9,8 @@ WWW= https://github.com/tmuxinator/tmuxinator LICENSE= MIT -RUN_DEPENDS= rubygem-erubi>=1.7<2:www/rubygem-erubi \ - rubygem-thor13>=1.3.0<1.4:devel/rubygem-thor13 \ - 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 @@ -20,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 @@ -34,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 |
