From owner-svn-ports-head@freebsd.org Sun Aug 23 19:48:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 172053C7131; Sun, 23 Aug 2020 19:48:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQlm3hK2z4Dw9; Sun, 23 Aug 2020 19:48:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 554D0C923; Sun, 23 Aug 2020 19:48:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07NJm2g8093766; Sun, 23 Aug 2020 19:48:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJm1HX093764; Sun, 23 Aug 2020 19:48:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231948.07NJm1HX093764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545991 - head/sysutils/rubygem-tmuxinator X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-tmuxinator X-SVN-Commit-Revision: 545991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 19:48:07 -0000 Author: sunpoet Date: Sun Aug 23 19:48:01 2020 New Revision: 545991 URL: https://svnweb.freebsd.org/changeset/ports/545991 Log: Update to 2.0.1 - Update version requirement of RUN_DEPENDS - Update *_DESC Changes: https://github.com/tmuxinator/tmuxinator/releases Deleted: head/sysutils/rubygem-tmuxinator/pkg-plist Modified: head/sysutils/rubygem-tmuxinator/Makefile head/sysutils/rubygem-tmuxinator/distinfo Modified: head/sysutils/rubygem-tmuxinator/Makefile ============================================================================== --- head/sysutils/rubygem-tmuxinator/Makefile Sun Aug 23 19:47:57 2020 (r545990) +++ head/sysutils/rubygem-tmuxinator/Makefile Sun Aug 23 19:48:01 2020 (r545991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxinator -PORTVERSION= 1.1.1 +PORTVERSION= 2.0.1 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,21 +11,25 @@ COMMENT= Manage complex tmux sessions easily LICENSE= MIT -RUN_DEPENDS= rubygem-erubis>=2.6:www/rubygem-erubis \ - rubygem-thor>=0.15.0:devel/rubygem-thor \ - rubygem-xdg2>=2.2.5:devel/rubygem-xdg2 +RUN_DEPENDS= rubygem-erubis>=2.6<3:www/rubygem-erubis \ + rubygem-thor>=1.0<2:devel/rubygem-thor \ + rubygem-xdg2>=2.2.5<3:devel/rubygem-xdg2 USES= gem USE_RUBY= yes NO_ARCH= yes -OPTIONS_DEFAULT= TMUX -OPTIONS_SINGLE= TMUX +PLIST_FILES= bin/tmuxinator \ + etc/bash_completion.d/_tmuxinator.bash \ + share/zsh/site-functions/_tmuxinator + +OPTIONS_SINGLE= TMUX OPTIONS_SINGLE_TMUX= TMUX TMUX23 +OPTIONS_DEFAULT=TMUX -TMUX_DESC= Enable tmux -TMUX23_DESC= Enable tmux23 +TMUX_DESC= Use tmux from sysutils/tmux +TMUX23_DESC= Use tmux from sysutils/tmux23 TMUX_RUN_DEPENDS= tmux:sysutils/tmux TMUX23_RUN_DEPENDS= tmux:sysutils/tmux23 Modified: head/sysutils/rubygem-tmuxinator/distinfo ============================================================================== --- head/sysutils/rubygem-tmuxinator/distinfo Sun Aug 23 19:47:57 2020 (r545990) +++ head/sysutils/rubygem-tmuxinator/distinfo Sun Aug 23 19:48:01 2020 (r545991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565142879 -SHA256 (rubygem/tmuxinator-1.1.1.gem) = 899c1b70d01cc2d27dac30a6a2ceb440574f42d3fa89dff0366ed413dcc91269 -SIZE (rubygem/tmuxinator-1.1.1.gem) = 32256 +TIMESTAMP = 1598175422 +SHA256 (rubygem/tmuxinator-2.0.1.gem) = a28eca914fa2b1debcaf98566110cdcccb92463e7b1afea7a12032a9aac1010f +SIZE (rubygem/tmuxinator-2.0.1.gem) = 32256