git: 2a66804a8e8d - main - devel/rubygem-shoulda-context: Update to 2.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=2a66804a8e8d850fe6605b1d2f49ab0ae3bef0a2

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

    devel/rubygem-shoulda-context: Update to 2.0.0
    
    - Update WWW
    
    Changes:        https://github.com/thoughtbot/shoulda-context/blob/master/CHANGELOG.md
---
 devel/rubygem-shoulda-context/Makefile  | 9 ++++++---
 devel/rubygem-shoulda-context/distinfo  | 6 +++---
 devel/rubygem-shoulda-context/pkg-descr | 2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/rubygem-shoulda-context/Makefile b/devel/rubygem-shoulda-context/Makefile
index a87d5b51cb4a..7afea5ca741f 100644
--- a/devel/rubygem-shoulda-context/Makefile
+++ b/devel/rubygem-shoulda-context/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steve Wills <swills at FreeBSD.org>
 
 PORTNAME=	shoulda-context
-PORTVERSION=	1.2.2
+PORTVERSION=	2.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,13 @@ COMMENT=	Context framework extracted from Shoulda
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-NO_ARCH=	yes
+USES=		gem shebangfix
 USE_RUBY=	yes
-USES=		gem
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/convert_to_should_syntax
 
+SHEBANG_FILES=	bin/*
+
 .include <bsd.port.mk>
diff --git a/devel/rubygem-shoulda-context/distinfo b/devel/rubygem-shoulda-context/distinfo
index 2ac95a6ff21d..65fb91d207db 100644
--- a/devel/rubygem-shoulda-context/distinfo
+++ b/devel/rubygem-shoulda-context/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483215738
-SHA256 (rubygem/shoulda-context-1.2.2.gem) = 6c25ac1938b9009807c37c2e497fac84f768db3c89d67688459a2ce6bb6616d0
-SIZE (rubygem/shoulda-context-1.2.2.gem) = 24064
+TIMESTAMP = 1625323773
+SHA256 (rubygem/shoulda-context-2.0.0.gem) = 7adf45342cd800f507d2a053658cb1cce2884b616b26004d39684b912ea32c34
+SIZE (rubygem/shoulda-context-2.0.0.gem) = 34304
diff --git a/devel/rubygem-shoulda-context/pkg-descr b/devel/rubygem-shoulda-context/pkg-descr
index ccff92b91ce4..5d38324f8e4d 100644
--- a/devel/rubygem-shoulda-context/pkg-descr
+++ b/devel/rubygem-shoulda-context/pkg-descr
@@ -1,3 +1,3 @@
 Context framework extracted from Shoulda
 
-WWW: https://thoughtbot.com/community/
+WWW: https://github.com/thoughtbot/shoulda-context


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