pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-cmd Update ruby-cmd pacakge 0.7.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1359986006e1
branches:  trunk
changeset: 498849:1359986006e1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 04 13:53:53 2005 +0000

description:
Update ruby-cmd pacakge 0.7.2.

= Cmd Changelog

== Version 0.7.2

* Breaking the assignment to READLINE_SUPPORTED over multiple lines did not
  appease RDoc. Fortunately Dave Thomas showed me several ways that I could
  accomplish the same thing whilst appeasing RDoc. Sadly another minor bug fix
  release :\ [Dave Thomas]

== Version 0.7.1

* Broke assignment to READLINE_SUPPORTED over several lines as removing the
  semicolons resulted in the incorrect behavior, and having the semicolons made
  RDoc fail to parse the file. [Jim Weirich]

diffstat:

 devel/ruby-cmd/Makefile |  4 ++--
 devel/ruby-cmd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 52ecb3186c02 -r 1359986006e1 devel/ruby-cmd/Makefile
--- a/devel/ruby-cmd/Makefile   Sun Sep 04 13:51:33 2005 +0000
+++ b/devel/ruby-cmd/Makefile   Sun Sep 04 13:53:53 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 03:53:57 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/09/04 13:53:53 taca Exp $
 
-DISTNAME=      cmd-0.7.0
+DISTNAME=      cmd-0.7.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 MASTER_SITES=  http://code.vernix.org/cmd/download/
diff -r 52ecb3186c02 -r 1359986006e1 devel/ruby-cmd/distinfo
--- a/devel/ruby-cmd/distinfo   Sun Sep 04 13:51:33 2005 +0000
+++ b/devel/ruby-cmd/distinfo   Sun Sep 04 13:53:53 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/04/11 03:26:55 minskim Exp $
+$NetBSD: distinfo,v 1.2 2005/09/04 13:53:53 taca Exp $
 
-SHA1 (ruby/cmd-0.7.0.tar.bz2) = 458213b6c281f65b1407c4a3c07ce41c4257d385
-RMD160 (ruby/cmd-0.7.0.tar.bz2) = 16662d8514502e35a240f45295189cd359a319a7
-Size (ruby/cmd-0.7.0.tar.bz2) = 22648 bytes
+SHA1 (ruby/cmd-0.7.2.tar.bz2) = f0af8d74cc55c23bb4755321fab8ecea77e8a982
+RMD160 (ruby/cmd-0.7.2.tar.bz2) = a1841e7437cfef50ec324c0b97ca664f76224ac1
+Size (ruby/cmd-0.7.2.tar.bz2) = 23325 bytes



Home | Main Index | Thread Index | Old Index