Date: Fri, 28 Jun 2013 04:04:09 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321939 - in head/devel: . rubygem-shoulda-matchers Message-ID: <201306280404.r5S4498A001623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jun 28 04:04:08 2013 New Revision: 321939 URL: http://svnweb.freebsd.org/changeset/ports/321939 Log: Making tests easy on the fingers and eyes WWW: http://thoughtbot.com/community/ Added: head/devel/rubygem-shoulda-matchers/ head/devel/rubygem-shoulda-matchers/Makefile (contents, props changed) head/devel/rubygem-shoulda-matchers/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 28 03:54:13 2013 (r321938) +++ head/devel/Makefile Fri Jun 28 04:04:08 2013 (r321939) @@ -4197,6 +4197,7 @@ SUBDIR += rubygem-sequel SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda + SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-simple_form SUBDIR += rubygem-slop SUBDIR += rubygem-soap4r Added: head/devel/rubygem-shoulda-matchers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda-matchers/Makefile Fri Jun 28 04:04:08 2013 (r321939) @@ -0,0 +1,18 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= shoulda-matchers +PORTVERSION= 2.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Making tests easy on the fingers and eyes + +RUN_DEPENDS= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-shoulda-matchers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-shoulda-matchers/pkg-descr Fri Jun 28 04:04:08 2013 (r321939) @@ -0,0 +1,3 @@ +Making tests easy on the fingers and eyes + +WWW: http://thoughtbot.com/community/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306280404.r5S4498A001623>