Update devel/ruby-test-spec to 0.10.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are unknown.
This commit is contained in:
parent
d70829c0c3
commit
8b16950eee
2 changed files with 9 additions and 11 deletions
|
@ -1,17 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/15 08:47:52 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/09/10 06:30:47 taca Exp $
|
||||
|
||||
DISTNAME= test-spec-0.9.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
DISTNAME= test-spec-0.10.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://test-spec.rubyforge.org/test-spec/
|
||||
COMMENT= BDD interface over Test::Unit
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
LICENSE= gnu-gpl-v2 OR ruby-license
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
||||
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/09/15 08:47:52 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/09/10 06:30:47 taca Exp $
|
||||
|
||||
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
|
||||
SHA1 (test-spec-0.10.0.gem) = ec7ea48707f247316a4556c3790d49e580c2e8c9
|
||||
RMD160 (test-spec-0.10.0.gem) = 83ffab654c447d423ee7c6325eb09e779a88aa19
|
||||
Size (test-spec-0.10.0.gem) = 23040 bytes
|
||||
|
|
Loading…
Reference in a new issue