Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2019 18:38:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503328 - head/sysutils/rubygem-tmuxinator
Message-ID:  <201906021838.x52IcHSv009880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun  2 18:38:16 2019
New Revision: 503328
URL: https://svnweb.freebsd.org/changeset/ports/503328

Log:
  Change RUN_DEPENDS from rubygem-xdg to rubygem-xdg2
  
  - Bump PORTREVISION for dependency change

Modified:
  head/sysutils/rubygem-tmuxinator/Makefile

Modified: head/sysutils/rubygem-tmuxinator/Makefile
==============================================================================
--- head/sysutils/rubygem-tmuxinator/Makefile	Sun Jun  2 18:38:11 2019	(r503327)
+++ head/sysutils/rubygem-tmuxinator/Makefile	Sun Jun  2 18:38:16 2019	(r503328)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tmuxinator
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-erubis>=2.6:www/rubygem-erubis \
 		rubygem-thor>=0.15.0:devel/rubygem-thor \
-		rubygem-xdg>=2.2.3:devel/rubygem-xdg
+		rubygem-xdg2>=2.2.3:devel/rubygem-xdg2
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906021838.x52IcHSv009880>