git: ccbf17ee8de0 - main - devel/rubygem-shoulda: Update to 4.0.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 15:07:21 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccbf17ee8de0c76025f4c737e501ea2a6f950a2e

commit ccbf17ee8de0c76025f4c737e501ea2a6f950a2e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:59:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:59:53 +0000

    devel/rubygem-shoulda: Update to 4.0.0
    
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/thoughtbot/shoulda/blob/master/CHANGELOG.md
---
 devel/rubygem-shoulda/Makefile | 13 ++++++++-----
 devel/rubygem-shoulda/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/devel/rubygem-shoulda/Makefile b/devel/rubygem-shoulda/Makefile
index 4215c1ce5793..6ec86b8594d8 100644
--- a/devel/rubygem-shoulda/Makefile
+++ b/devel/rubygem-shoulda/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	shoulda
-PORTVERSION=	3.6.0
+PORTVERSION=	4.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,11 +9,14 @@ COMMENT=	Making tests easy on the fingers and eyes
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-shoulda-context>=1.0.1:devel/rubygem-shoulda-context \
-		rubygem-shoulda-matchers>=3.0:devel/rubygem-shoulda-matchers
+RUN_DEPENDS=	rubygem-shoulda-context>=2.0<3:devel/rubygem-shoulda-context \
+		rubygem-shoulda-matchers>=4.0<5:devel/rubygem-shoulda-matchers
 
-NO_ARCH=	yes
+USES=		gem shebangfix
 USE_RUBY=	yes
-USES=		gem
+
+NO_ARCH=	yes
+
+SHEBANG_FILES=	script/*
 
 .include <bsd.port.mk>
diff --git a/devel/rubygem-shoulda/distinfo b/devel/rubygem-shoulda/distinfo
index 6cc759770a5f..0c822fd9c1b7 100644
--- a/devel/rubygem-shoulda/distinfo
+++ b/devel/rubygem-shoulda/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532975781
-SHA256 (rubygem/shoulda-3.6.0.gem) = 3d834f58cb393fdeb3cd53ec5b452473db55630534421ed9f6098b3a5ab289cb
-SIZE (rubygem/shoulda-3.6.0.gem) = 26112
+TIMESTAMP = 1625323771
+SHA256 (rubygem/shoulda-4.0.0.gem) = e677218c432eaa102a173e7047fbcf396ebc8ccea467725ba4e6053bc9e09c0a
+SIZE (rubygem/shoulda-4.0.0.gem) = 20992


More information about the dev-commits-ports-main mailing list