svn commit: r387300 - head/sysutils/rubygem-fssm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 18:56:31 UTC 2015


Author: sunpoet
Date: Sun May 24 18:56:30 2015
New Revision: 387300
URL: https://svnweb.freebsd.org/changeset/ports/387300

Log:
  - Add LICENSE
  - Simplify COMMENT

Modified:
  head/sysutils/rubygem-fssm/Makefile

Modified: head/sysutils/rubygem-fssm/Makefile
==============================================================================
--- head/sysutils/rubygem-fssm/Makefile	Sun May 24 18:56:26 2015	(r387299)
+++ head/sysutils/rubygem-fssm/Makefile	Sun May 24 18:56:30 2015	(r387300)
@@ -6,10 +6,12 @@ CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	Provides a state tracking and event firing utility
+COMMENT=	State tracking and event firing utility
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list