Bug 182694 - new port devel/rubygem-rspec-spies
Summary: new port devel/rubygem-rspec-spies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 16:10 UTC by loic.blot
Modified: 2013-10-21 02:40 UTC (History)
0 users

See Also:


Attachments
rubygem-rspec-spies.shar (1.54 KB, text/plain)
2013-10-05 16:10 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 16:10:00 UTC
	Here is a new port based on rspec and needed by next port rubygem-libv8 which is needed by gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 16:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-20 23:20:13 UTC
Author: swills
Date: Sun Oct 20 22:20:05 2013
New Revision: 331067
URL: http://svnweb.freebsd.org/changeset/ports/331067

Log:
  Test spies, for rspec
  
  WWW: https://github.com/technicalpickles/rspec-spies
  
  PR:		ports/182694
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct 20 22:03:29 2013	(r331066)
+++ head/devel/Makefile	Sun Oct 20 22:20:05 2013	(r331067)
@@ -4199,6 +4199,7 @@
     SUBDIR += rubygem-rspec-core
     SUBDIR += rubygem-rspec-expectations
     SUBDIR += rubygem-rspec-mocks
+    SUBDIR += rubygem-rspec-spies
     SUBDIR += rubygem-rubigen
     SUBDIR += rubygem-ruby-bugzilla
     SUBDIR += rubygem-ruby-debug

Added: head/devel/rubygem-rspec-spies/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-spies/Makefile	Sun Oct 20 22:20:05 2013	(r331067)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rspec-spies
+PORTVERSION=	2.1.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Test spies, for rspec
+
+RUN_DEPENDS=	rubygem-rspec>=2.0:${PORTSDIR}/devel/rubygem-rspec
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-rspec-spies/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-spies/distinfo	Sun Oct 20 22:20:05 2013	(r331067)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rspec-spies-2.1.4.gem) = fb49db9b301af5f92a95e9332f99875bbcf948f7051544cf8efaa532cbf0d25f
+SIZE (rubygem/rspec-spies-2.1.4.gem) = 9728

Added: head/devel/rubygem-rspec-spies/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-rspec-spies/pkg-descr	Sun Oct 20 22:20:05 2013	(r331067)
@@ -0,0 +1,3 @@
+Test spies, for rspec
+
+WWW: https://github.com/technicalpickles/rspec-spies
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-21 02:40:48 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!