svn commit: r321939 - in head/devel: . rubygem-shoulda-matchers

Steve Wills swills at FreeBSD.org
Fri Jun 28 04:04:10 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	shoulda-matchers
+PORTVERSION=	2.2.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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/


More information about the svn-ports-head mailing list