From owner-svn-ports-all@FreeBSD.ORG  Sat Jun 13 13:52:00 2015
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@hub.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3883FA20;
 Sat, 13 Jun 2015 13:52:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 262329C7;
 Sat, 13 Jun 2015 13:52:00 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DDq0rJ049684;
 Sat, 13 Jun 2015 13:52:00 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDpxrB049681;
 Sat, 13 Jun 2015 13:51:59 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201506131351.t5DDpxrB049681@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Sat, 13 Jun 2015 13:51:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r389369 - head/sysutils/rubygem-teamocil
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 13 Jun 2015 13:52:00 -0000

Author: sunpoet
Date: Sat Jun 13 13:51:59 2015
New Revision: 389369
URL: https://svnweb.freebsd.org/changeset/ports/389369

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Remove USE_RAKE
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/sysutils/rubygem-teamocil/Makefile
  head/sysutils/rubygem-teamocil/pkg-descr

Modified: head/sysutils/rubygem-teamocil/Makefile
==============================================================================
--- head/sysutils/rubygem-teamocil/Makefile	Sat Jun 13 13:51:54 2015	(r389368)
+++ head/sysutils/rubygem-teamocil/Makefile	Sat Jun 13 13:51:59 2015	(r389369)
@@ -6,13 +6,16 @@ PORTVERSION=	0.4.4
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Helps you to set up window and splits layouts for tmux
 
+LICENSE=	MIT
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/teamocil
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-teamocil/pkg-descr
==============================================================================
--- head/sysutils/rubygem-teamocil/pkg-descr	Sat Jun 13 13:51:54 2015	(r389368)
+++ head/sysutils/rubygem-teamocil/pkg-descr	Sat Jun 13 13:51:59 2015	(r389369)
@@ -1,4 +1,4 @@
-Teamocil is a simple tool used to automatically create sessions,
-windows and splits in tmux with YAML files.
+Teamocil is a simple tool used to automatically create sessions, windows and
+splits in tmux with YAML files.
 
 WWW: https://github.com/remiprev/teamocil