diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 14:59:54 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 14:59:54 +0000 |
commit | 2a66804a8e8d850fe6605b1d2f49ab0ae3bef0a2 (patch) | |
tree | 6760c85dc3e3e144a691483ce8de6016d3f81e76 | |
parent | ccbf17ee8de0c76025f4c737e501ea2a6f950a2e (diff) | |
download | ports-2a66804a8e8d850fe6605b1d2f49ab0ae3bef0a2.tar.gz ports-2a66804a8e8d850fe6605b1d2f49ab0ae3bef0a2.zip |
devel/rubygem-shoulda-context: Update to 2.0.0
- Update WWW
Changes: https://github.com/thoughtbot/shoulda-context/blob/master/CHANGELOG.md
-rw-r--r-- | devel/rubygem-shoulda-context/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-shoulda-context/distinfo | 6 | ||||
-rw-r--r-- | 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@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 |