summaryrefslogtreecommitdiff
path: root/devel/ruby-test-spec
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-15 08:47:52 +0000
committertaca <taca@pkgsrc.org>2008-09-15 08:47:52 +0000
commit3c164eac5ee74086f549e2867e1753adf83194ea (patch)
tree89c7c9f7081cbc289317d954f41a6cc1482b263d /devel/ruby-test-spec
parentcc645d191473bcd953fd50b62a9edcd0c6b562bf (diff)
downloadpkgsrc-3c164eac5ee74086f549e2867e1753adf83194ea.tar.gz
Update ruby-test-spec package to 0.9.
Release Name: 0.9 Notes: * July 2nd, 2008: Fifth public release 0.9. * Allow should.<predicate>? as well as should.<predicate>. * Add shared contexts. * Nested contexts now run the setups/teardowns/before(:all)/after(:all) of their parents.
Diffstat (limited to 'devel/ruby-test-spec')
-rw-r--r--devel/ruby-test-spec/Makefile7
-rw-r--r--devel/ruby-test-spec/PLIST3
-rw-r--r--devel/ruby-test-spec/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/ruby-test-spec/Makefile b/devel/ruby-test-spec/Makefile
index 51eb8e7694c..f1b8f7731b1 100644
--- a/devel/ruby-test-spec/Makefile
+++ b/devel/ruby-test-spec/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 08:47:52 taca Exp $
-DISTNAME= test-spec-0.4.0
+DISTNAME= test-spec-0.9.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
@@ -10,5 +10,8 @@ COMMENT= BDD interface over Test::Unit
GEM_BUILD= gemspec
+post-extract:
+ cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-spec/PLIST b/devel/ruby-test-spec/PLIST
index 7852bccadbd..0c17cdab4bc 100644
--- a/devel/ruby-test-spec/PLIST
+++ b/devel/ruby-test-spec/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/09/15 08:47:52 taca Exp $
bin/specrb
${GEM_HOME}/cache/test-spec-${PKGVERSION}.gem
${GEM_LIBDIR}/README
${GEM_LIBDIR}/ROADMAP
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/SPECS
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/specrb
${GEM_LIBDIR}/examples/stack.rb
diff --git a/devel/ruby-test-spec/distinfo b/devel/ruby-test-spec/distinfo
index 5d2209ceb4c..b0a3881eb2d 100644
--- a/devel/ruby-test-spec/distinfo
+++ b/devel/ruby-test-spec/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/09/15 08:47:52 taca Exp $
-SHA1 (test-spec-0.4.0.gem) = c5d30ee6fd5528aad4f47872c6477fd87bb5313a
-RMD160 (test-spec-0.4.0.gem) = b2b3385f38d2875217af44c0a2687091f4dd99fc
-Size (test-spec-0.4.0.gem) = 21504 bytes
+SHA1 (test-spec-0.9.0.gem) = f717f1c49d2d28223bbe6a24ac737ae51075bb66
+RMD160 (test-spec-0.9.0.gem) = 276a1bad453414918814309def455e6c7363bb29
+Size (test-spec-0.9.0.gem) = 23040 bytes