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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 01:09:55 UTC 2017


Author: sunpoet
Date: Sun Jan  1 01:09:55 2017
New Revision: 430197
URL: https://svnweb.freebsd.org/changeset/ports/430197

Log:
  Update to 0.12.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-simplecov/Makefile
  head/devel/rubygem-simplecov/distinfo

Modified: head/devel/rubygem-simplecov/Makefile
==============================================================================
--- head/devel/rubygem-simplecov/Makefile	Sun Jan  1 01:09:50 2017	(r430196)
+++ head/devel/rubygem-simplecov/Makefile	Sun Jan  1 01:09:55 2017	(r430197)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	simplecov
-PORTVERSION=	0.11.2
-PORTREVISION=	1
+PORTVERSION=	0.12.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +9,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Powerful configuration library and automatic merging of coverage across test suites
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-docile>=1.1.0:devel/rubygem-docile \
 		rubygem-json>=1.8:devel/rubygem-json \

Modified: head/devel/rubygem-simplecov/distinfo
==============================================================================
--- head/devel/rubygem-simplecov/distinfo	Sun Jan  1 01:09:50 2017	(r430196)
+++ head/devel/rubygem-simplecov/distinfo	Sun Jan  1 01:09:55 2017	(r430197)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/simplecov-0.11.2.gem) = 82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc
-SIZE (rubygem/simplecov-0.11.2.gem) = 54784
+TIMESTAMP = 1483215749
+SHA256 (rubygem/simplecov-0.12.0.gem) = 7de16175818d86c71b75deb81f141eaf1ce231244a90135815f50b6c5df6d039
+SIZE (rubygem/simplecov-0.12.0.gem) = 54784


More information about the svn-ports-all mailing list