pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-heckle Updated ruby-heckle to 1.4.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c65afa1e5ad
branches: trunk
changeset: 567688:6c65afa1e5ad
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Nov 23 14:21:43 2009 +0000
description:
Updated ruby-heckle to 1.4.3.
Upstream changes:
1.4.3 / 2009-06-23
- Enhancements
* Added autotest/heckle plugin
* Skipping testing on 1.9
1.4.2 / 2009-02-08
- Fixes
* Fixed Ruby2Ruby dependency and Ruby2Ruby references (name changed).
* Fix bug 11435 where [:iter, [:call], ...] would cause an endless loop.
diffstat:
devel/ruby-heckle/Makefile | 7 ++++---
devel/ruby-heckle/PLIST | 4 +++-
devel/ruby-heckle/distinfo | 9 ++++-----
devel/ruby-heckle/patches/patch-aa | 17 -----------------
4 files changed, 11 insertions(+), 26 deletions(-)
diffs (75 lines):
diff -r 5c308fd051ac -r 6c65afa1e5ad devel/ruby-heckle/Makefile
--- a/devel/ruby-heckle/Makefile Mon Nov 23 14:16:22 2009 +0000
+++ b/devel/ruby-heckle/Makefile Mon Nov 23 14:21:43 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/06/12 05:21:45 taca Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/23 14:21:43 fhajny Exp $
-DISTNAME= heckle-1.4.1
+DISTNAME= heckle-1.4.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
@@ -10,7 +10,8 @@
LICENSE= mit
DEPENDS+= hoe>=1.2.1:../../devel/hoe
-DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.0:../../devel/ruby2ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.6:../../devel/ruby2ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=2.0.0:../../devel/ruby-parsetree
DEPENDS+= ZenTest>=3.5.2:../../devel/ZenTest
.include "../../misc/rubygems/rubygem.mk"
diff -r 5c308fd051ac -r 6c65afa1e5ad devel/ruby-heckle/PLIST
--- a/devel/ruby-heckle/PLIST Mon Nov 23 14:16:22 2009 +0000
+++ b/devel/ruby-heckle/PLIST Mon Nov 23 14:21:43 2009 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/11/23 14:21:43 fhajny Exp $
bin/heckle
${GEM_HOME}/cache/heckle-${PKGVERSION}.gem
+${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/heckle
+${GEM_LIBDIR}/lib/autotest/heckle.rb
${GEM_LIBDIR}/lib/heckle.rb
${GEM_LIBDIR}/lib/test_unit_heckler.rb
${GEM_LIBDIR}/sample/Rakefile
diff -r 5c308fd051ac -r 6c65afa1e5ad devel/ruby-heckle/distinfo
--- a/devel/ruby-heckle/distinfo Mon Nov 23 14:16:22 2009 +0000
+++ b/devel/ruby-heckle/distinfo Mon Nov 23 14:21:43 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/06/12 05:19:21 taca Exp $
+$NetBSD: distinfo,v 1.4 2009/11/23 14:21:43 fhajny Exp $
-SHA1 (heckle-1.4.1.gem) = 3108fa5626194d9fd56746f620246a0f8915ed9e
-RMD160 (heckle-1.4.1.gem) = 96f53d75c1b3cf816f8cec0af5997060f152a065
-Size (heckle-1.4.1.gem) = 15872 bytes
-SHA1 (patch-aa) = 5471a344fef6941d8168507d671f7c6602fd29aa
+SHA1 (heckle-1.4.3.gem) = 65d8acda73a97fa86c6ed0c481831c5a19c8e8c6
+RMD160 (heckle-1.4.3.gem) = 85b7778b8c4ef433b957fabd78fa8c0c3536a2d8
+Size (heckle-1.4.3.gem) = 20480 bytes
diff -r 5c308fd051ac -r 6c65afa1e5ad devel/ruby-heckle/patches/patch-aa
--- a/devel/ruby-heckle/patches/patch-aa Mon Nov 23 14:16:22 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2009/06/12 05:19:21 taca Exp $
-
---- Rakefile.orig 2009-06-12 05:03:37.000000000 +0000
-+++ Rakefile
-@@ -8,9 +8,12 @@ require './lib/heckle.rb'
-
- Hoe.new('heckle', Heckle::VERSION) do |p|
- p.rubyforge_name = 'seattlerb'
-+ p.author = 'Ryan Davis'
-+ p.email = 'ryand-ruby%zenspider.com@localhost'
- p.summary = 'Unit Test Sadism'
- p.description = p.paragraphs_of('README.txt', 2).join("\n\n")
- p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
-+ p.url[0].strip!
- p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
-
- p.extra_deps << ['ruby2ruby', '>= 1.1.0']
Home |
Main Index |
Thread Index |
Old Index