svn commit: r398518 - head/devel/rubygem-shoulda-matchers

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:10:14 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:10:13 2015
New Revision: 398518
URL: https://svnweb.freebsd.org/changeset/ports/398518

Log:
  - Update to 3.0.0
  - Add LICENSE_FILE
  - Simplify SHEBANG_FILES
  
  Changes:	https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md

Modified:
  head/devel/rubygem-shoulda-matchers/Makefile
  head/devel/rubygem-shoulda-matchers/distinfo

Modified: head/devel/rubygem-shoulda-matchers/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-matchers/Makefile	Sat Oct  3 17:10:08 2015	(r398517)
+++ head/devel/rubygem-shoulda-matchers/Makefile	Sat Oct  3 17:10:13 2015	(r398518)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	shoulda-matchers
-PORTVERSION=	2.8.0
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,17 +10,16 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Making tests easy on the fingers and eyes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport
+RUN_DEPENDS=	rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 USES=		shebangfix
-SHEBANG_FILES=	script/install_gems_in_all_appraisals \
-		script/run_all_tests \
-		script/update_gem_in_all_appraisals
+
+SHEBANG_FILES=	script/*
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-shoulda-matchers/distinfo
==============================================================================
--- head/devel/rubygem-shoulda-matchers/distinfo	Sat Oct  3 17:10:08 2015	(r398517)
+++ head/devel/rubygem-shoulda-matchers/distinfo	Sat Oct  3 17:10:13 2015	(r398518)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/shoulda-matchers-2.8.0.gem) = a089735b66e82d6b65fb4ac774d858a812fe16b69d97becaf0c986a919f67934
-SIZE (rubygem/shoulda-matchers-2.8.0.gem) = 153600
+SHA256 (rubygem/shoulda-matchers-3.0.0.gem) = b70fc76ebf4da4eabe09f8180cb59b273355003fac5f25f2cb18a0f4e3ba418c
+SIZE (rubygem/shoulda-matchers-3.0.0.gem) = 172032


More information about the svn-ports-all mailing list