svn commit: r431669 - head/sysutils/rubygem-teamocil

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 16 15:26:08 UTC 2017


Author: sunpoet
Date: Mon Jan 16 15:26:07 2017
New Revision: 431669
URL: https://svnweb.freebsd.org/changeset/ports/431669

Log:
  Add RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		216125
  Submitted by:	adamw

Modified:
  head/sysutils/rubygem-teamocil/Makefile

Modified: head/sysutils/rubygem-teamocil/Makefile
==============================================================================
--- head/sysutils/rubygem-teamocil/Makefile	Mon Jan 16 15:20:53 2017	(r431668)
+++ head/sysutils/rubygem-teamocil/Makefile	Mon Jan 16 15:26:07 2017	(r431669)
@@ -3,6 +3,7 @@
 
 PORTNAME=	teamocil
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -12,6 +13,8 @@ COMMENT=	Helps you to set up window and 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+RUN_DEPENDS=	tmux:sysutils/tmux
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-head mailing list