git: 41acac6cc610 - main - devel/rubygem-shoulda-matchers: Update to 4.5.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:07:24 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41acac6cc610dfacc5824b2824e68c665281d7aa
commit 41acac6cc610dfacc5824b2824e68c665281d7aa
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:59:55 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:59:55 +0000
devel/rubygem-shoulda-matchers: Update to 4.5.1
- Update LICENSE_FILE
- Update WWW
Changes: https://github.com/thoughtbot/shoulda-matchers/releases
https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md
---
devel/rubygem-shoulda-matchers/Makefile | 11 +++++------
devel/rubygem-shoulda-matchers/distinfo | 6 +++---
devel/rubygem-shoulda-matchers/pkg-descr | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/devel/rubygem-shoulda-matchers/Makefile b/devel/rubygem-shoulda-matchers/Makefile
index dd05f315f1c6..c5e7caab4250 100644
--- a/devel/rubygem-shoulda-matchers/Makefile
+++ b/devel/rubygem-shoulda-matchers/Makefile
@@ -1,7 +1,7 @@
# Created by: Steve Wills <swills at FreeBSD.org>
PORTNAME= shoulda-matchers
-PORTVERSION= 3.1.2
+PORTVERSION= 4.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -9,14 +9,13 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Making tests easy on the fingers and eyes
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport4>=4.0.0:devel/rubygem-activesupport4
+RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4
-NO_ARCH= yes
+USES= gem
USE_RUBY= yes
-USES= gem shebangfix
-SHEBANG_FILES= script/*
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/rubygem-shoulda-matchers/distinfo b/devel/rubygem-shoulda-matchers/distinfo
index d748ac3dcd4b..dea6c8f2e605 100644
--- a/devel/rubygem-shoulda-matchers/distinfo
+++ b/devel/rubygem-shoulda-matchers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499961099
-SHA256 (rubygem/shoulda-matchers-3.1.2.gem) = 4af09f24f05144be6e7398ccf260a3c27532e0f90deac087af6595892f497bff
-SIZE (rubygem/shoulda-matchers-3.1.2.gem) = 208384
+TIMESTAMP = 1625323775
+SHA256 (rubygem/shoulda-matchers-4.5.1.gem) = 8d06e2bbb5b22aa170333905fcf23b7388d1baa9485895b0a2b80210e97f27e2
+SIZE (rubygem/shoulda-matchers-4.5.1.gem) = 81408
diff --git a/devel/rubygem-shoulda-matchers/pkg-descr b/devel/rubygem-shoulda-matchers/pkg-descr
index 2bacea521477..05c3eb6e607f 100644
--- a/devel/rubygem-shoulda-matchers/pkg-descr
+++ b/devel/rubygem-shoulda-matchers/pkg-descr
@@ -1,3 +1,3 @@
Making tests easy on the fingers and eyes
-WWW: https://thoughtbot.com/community/
+WWW: https://github.com/thoughtbot/shoulda-matchers
More information about the dev-commits-ports-all
mailing list