update to tmuxinator-0.10.1
This commit is contained in:
parent
2bf2b22048
commit
fffc29902b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/11/05 16:45:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/12/22 10:28:40 jasper Exp $
|
||||
|
||||
COMMENT = create and manage complex tmux sessions easily
|
||||
|
||||
DISTNAME = tmuxinator-0.10.0
|
||||
DISTNAME = tmuxinator-0.10.1
|
||||
FULLPKGNAME = ${DISTNAME}
|
||||
CATEGORIES = sysutils
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tmuxinator-0.10.0.gem) = jmLa7SS6VgssaYmWaR6zlmctw5xp+Yy4U+zaiUvAN6U=
|
||||
SIZE (tmuxinator-0.10.0.gem) = 28160
|
||||
SHA256 (tmuxinator-0.10.1.gem) = cYdKGT+Da2zBIzwKn69onzlfU8DMWw0iO+AvjukTXmY=
|
||||
SIZE (tmuxinator-0.10.1.gem) = 29184
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_tmuxinator_config_rb,v 1.3 2017/11/05 16:45:10 jasper Exp $
|
||||
$OpenBSD: patch-lib_tmuxinator_config_rb,v 1.4 2017/12/22 10:28:40 jasper Exp $
|
||||
|
||||
Prevent: "tmux: unknown option -- V" and just report the latest version
|
||||
for the value is used to decide if it's newer than 2.2
|
||||
@ -6,11 +6,19 @@ for the value is used to decide if it's newer than 2.2
|
||||
Index: lib/tmuxinator/config.rb
|
||||
--- lib/tmuxinator/config.rb.orig
|
||||
+++ lib/tmuxinator/config.rb
|
||||
@@ -45,7 +45,7 @@ module Tmuxinator
|
||||
@@ -46,15 +46,7 @@ module Tmuxinator
|
||||
end
|
||||
|
||||
def version
|
||||
- `tmux -V`.split(" ")[1].to_f if Tmuxinator::Doctor.installed?
|
||||
- if Tmuxinator::Doctor.installed?
|
||||
- tmux_version = `tmux -V`.split(" ")[1]
|
||||
-
|
||||
- if tmux_version == "master"
|
||||
- TMUX_MASTER_VERSION
|
||||
- else
|
||||
- tmux_version.to_f
|
||||
- end
|
||||
- end
|
||||
+ 2.3
|
||||
end
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/11/05 16:45:10 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2017/12/22 10:28:40 jasper Exp $
|
||||
@pkgpath sysutils/tmuxinator,ruby20
|
||||
@pkgpath sysutils/tmuxinator,ruby21
|
||||
@pkgpath sysutils/tmuxinator,ruby22
|
||||
@ -53,6 +53,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/noroot.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/nowindows.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample.deprecations.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample_emoji_as_name.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample_literals_as_window_name.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample_number_as_name.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/sample_wemux.yml
|
||||
|
Loading…
Reference in New Issue
Block a user