From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 04:04:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BDAC2DC; Fri, 28 Jun 2013 04:04:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E73651083; Fri, 28 Jun 2013 04:04:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5S449hb001626; Fri, 28 Jun 2013 04:04:09 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5S4498A001623; Fri, 28 Jun 2013 04:04:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306280404.r5S4498A001623@svn.freebsd.org> From: Steve Wills Date: Fri, 28 Jun 2013 04:04:09 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 04:04:10 -0000 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 +# $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 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/