svn commit: r401456 - head/devel/rubygem-rspec-expectations

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:43:35 UTC 2015


Author: sunpoet
Date: Thu Nov 12 21:43:32 2015
New Revision: 401456
URL: https://svnweb.freebsd.org/changeset/ports/401456

Log:
  - Update to 3.4.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/rspec/rspec-expectations/blob/master/Changelog.md

Modified:
  head/devel/rubygem-rspec-expectations/Makefile
  head/devel/rubygem-rspec-expectations/distinfo

Modified: head/devel/rubygem-rspec-expectations/Makefile
==============================================================================
--- head/devel/rubygem-rspec-expectations/Makefile	Thu Nov 12 21:43:28 2015	(r401455)
+++ head/devel/rubygem-rspec-expectations/Makefile	Thu Nov 12 21:43:32 2015	(r401456)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rspec-expectations
-PORTVERSION=	3.3.1
+PORTVERSION=	3.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Rspec-expectations adds should and should_not to every object
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-diff-lcs>=1.2.0:${PORTSDIR}/textproc/rubygem-diff-lcs \
 		rubygem-rspec-support>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-support

Modified: head/devel/rubygem-rspec-expectations/distinfo
==============================================================================
--- head/devel/rubygem-rspec-expectations/distinfo	Thu Nov 12 21:43:28 2015	(r401455)
+++ head/devel/rubygem-rspec-expectations/distinfo	Thu Nov 12 21:43:32 2015	(r401456)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-expectations-3.3.1.gem) = 509d558f52f88e8d11abb68bce7cad9a4c9be3a01b2e7dfb7029d33e2f2c0bb4
-SIZE (rubygem/rspec-expectations-3.3.1.gem) = 73216
+SHA256 (rubygem/rspec-expectations-3.4.0.gem) = 104d47103204190d02b156cf38a5cd3228d50055bd3fe5ef3fe871fac029ff1e
+SIZE (rubygem/rspec-expectations-3.4.0.gem) = 75264


More information about the svn-ports-all mailing list