diff options
author | swills <swills@FreeBSD.org> | 2013-06-28 12:05:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-28 12:05:17 +0800 |
commit | 13a62cad402b79b44bb8b969806f67e00cf269ec (patch) | |
tree | ec30e93521ba5de9bfbe241305bad44cea34cdf7 /devel | |
parent | 7c099bd633948b1a98e468c21794cdd276103a93 (diff) | |
download | freebsd-ports-gnome-13a62cad402b79b44bb8b969806f67e00cf269ec.tar.gz freebsd-ports-gnome-13a62cad402b79b44bb8b969806f67e00cf269ec.tar.zst freebsd-ports-gnome-13a62cad402b79b44bb8b969806f67e00cf269ec.zip |
- Update to 3.5.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-shoulda/Makefile | 12 | ||||
-rw-r--r-- | devel/rubygem-shoulda/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/rubygem-shoulda/Makefile b/devel/rubygem-shoulda/Makefile index 0d0420eb1cfc..c612382606ce 100644 --- a/devel/rubygem-shoulda/Makefile +++ b/devel/rubygem-shoulda/Makefile @@ -1,21 +1,19 @@ -# New ports collection makefile for: rubygem-shoulda -# Date created: 21 September 2010 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# +# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> # $FreeBSD$ -# PORTNAME= shoulda -PORTVERSION= 2.11.3 +PORTVERSION= 3.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Making tests easy on the fingers and eyes +RUN_DEPENDS= rubygem-shoulda-context>=1.0.1:${PORTSDIR}/devel/rubygem-shoulda-context \ + rubygem-shoulda-matchers>=1.4.1:${PORTSDIR}/devel/rubygem-shoulda-matchers + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/convert_to_should_syntax .include <bsd.port.mk> diff --git a/devel/rubygem-shoulda/distinfo b/devel/rubygem-shoulda/distinfo index 46952af38ca6..9ca2c7e50265 100644 --- a/devel/rubygem-shoulda/distinfo +++ b/devel/rubygem-shoulda/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/shoulda-2.11.3.gem) = 73fc7ec463b35c0e69d4df408cbcc4f109e5575f05f1cca71a633662d87d5387 -SIZE (rubygem/shoulda-2.11.3.gem) = 344064 +SHA256 (rubygem/shoulda-3.5.0.gem) = be7a69fb1dae41922ea8a5a8cdab148b3870b322ca5152b0b391d5a34a705533 +SIZE (rubygem/shoulda-3.5.0.gem) = 11264 |