Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:51:59 +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: r389369 - head/sysutils/rubygem-teamocil
Message-ID:  <201506131351.t5DDpxrB049681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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