pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-test-spec Update ruby-test-spec package to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d70486929be0
branches: trunk
changeset: 547305:d70486929be0
user: taca <taca%pkgsrc.org@localhost>
date: Mon Sep 15 08:47:52 2008 +0000
description:
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:
devel/ruby-test-spec/Makefile | 7 +++++--
devel/ruby-test-spec/PLIST | 3 ++-
devel/ruby-test-spec/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r b8ada9ec6d9e -r d70486929be0 devel/ruby-test-spec/Makefile
--- a/devel/ruby-test-spec/Makefile Mon Sep 15 08:45:01 2008 +0000
+++ b/devel/ruby-test-spec/Makefile Mon Sep 15 08:47:52 2008 +0000
@@ -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 @@
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 -r b8ada9ec6d9e -r d70486929be0 devel/ruby-test-spec/PLIST
--- a/devel/ruby-test-spec/PLIST Mon Sep 15 08:45:01 2008 +0000
+++ b/devel/ruby-test-spec/PLIST Mon Sep 15 08:47:52 2008 +0000
@@ -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 -r b8ada9ec6d9e -r d70486929be0 devel/ruby-test-spec/distinfo
--- a/devel/ruby-test-spec/distinfo Mon Sep 15 08:45:01 2008 +0000
+++ b/devel/ruby-test-spec/distinfo Mon Sep 15 08:47:52 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index