Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 17:58:57 +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: r331791 - head/devel/rubygem-simplecov
Message-ID:  <201310271758.r9RHwvDn068588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 17:58:57 2013
New Revision: 331791
URL: http://svnweb.freebsd.org/changeset/ports/331791

Log:
  - Add LICENSE
  - Remove leading indefinite article from COMMENT
  - Support STAGEDIR

Modified:
  head/devel/rubygem-simplecov/Makefile

Modified: head/devel/rubygem-simplecov/Makefile
==============================================================================
--- head/devel/rubygem-simplecov/Makefile	Sun Oct 27 17:54:39 2013	(r331790)
+++ head/devel/rubygem-simplecov/Makefile	Sun Oct 27 17:58:57 2013	(r331791)
@@ -6,7 +6,9 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	a powerful configuration library and automatic merging of coverage across test suites
+COMMENT=	Powerful configuration library and automatic merging of coverage across test suites
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
 		rubygem-simplecov-html>=0.7.1:${PORTSDIR}/textproc/rubygem-simplecov-html
@@ -15,6 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>



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