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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:52:00 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list