svn commit: r331791 - head/devel/rubygem-simplecov

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 17:58:57 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list