svn commit: r404674 - in head/devel: . rubygem-rspec-rails

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 28 16:27:04 UTC 2015


Author: sunpoet
Date: Mon Dec 28 16:27:02 2015
New Revision: 404674
URL: https://svnweb.freebsd.org/changeset/ports/404674

Log:
  - Add rubygem-rspec-rails 3.4.0
  
  rspec-rails is a testing framework for Rails 3.x and 4.x.
  
  WWW: https://github.com/rspec/rspec-rails

Added:
  head/devel/rubygem-rspec-rails/
  head/devel/rubygem-rspec-rails/Makefile   (contents, props changed)
  head/devel/rubygem-rspec-rails/distinfo   (contents, props changed)
  head/devel/rubygem-rspec-rails/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 28 16:23:21 2015	(r404673)
+++ head/devel/Makefile	Mon Dec 28 16:27:02 2015	(r404674)
@@ -4988,6 +4988,7 @@
     SUBDIR += rubygem-rspec-expectations
     SUBDIR += rubygem-rspec-logsplit
     SUBDIR += rubygem-rspec-mocks
+    SUBDIR += rubygem-rspec-rails
     SUBDIR += rubygem-rspec-support
     SUBDIR += rubygem-rubigen
     SUBDIR += rubygem-rubocop

Added: head/devel/rubygem-rspec-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-rails/Makefile	Mon Dec 28 16:27:02 2015	(r404674)
@@ -0,0 +1,28 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rspec-rails
+PORTVERSION=	3.4.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Testing framework for Rails
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/License.md
+
+RUN_DEPENDS=	rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \
+		rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 \
+		rubygem-railties4>=3.0:${PORTSDIR}/www/rubygem-railties4 \
+		rubygem-rspec-core>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-core \
+		rubygem-rspec-expectations>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
+		rubygem-rspec-mocks>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-mocks \
+		rubygem-rspec-support>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-support
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-rspec-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-rails/distinfo	Mon Dec 28 16:27:02 2015	(r404674)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rspec-rails-3.4.0.gem) = 7d217acd129ad5251c0b97c3738f15563b0bb778d690a1763eba6d8f04cc44ad
+SIZE (rubygem/rspec-rails-3.4.0.gem) = 52736

Added: head/devel/rubygem-rspec-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-rails/pkg-descr	Mon Dec 28 16:27:02 2015	(r404674)
@@ -0,0 +1,3 @@
+rspec-rails is a testing framework for Rails 3.x and 4.x.
+
+WWW: https://github.com/rspec/rspec-rails


More information about the svn-ports-head mailing list