pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-racc Update ruby-racc pacakge to 1.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f7fe2d7eb3e
branches:  trunk
changeset: 460407:2f7fe2d7eb3e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 30 08:21:57 2003 +0000

description:
Update ruby-racc pacakge to 1.4.3.

1.4.3 (2002-11-14)

    * reduce warning for ruby 1.7.

1.4.2 (2002-01-29)

    * new option --no-extentions
    * refine cparse.c

diffstat:

 devel/ruby-racc/Makefile        |   6 +++---
 devel/ruby-racc/Makefile.common |  10 ++++++----
 devel/ruby-racc/distinfo        |   6 +++---
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r b2ae3245d6e3 -r 2f7fe2d7eb3e devel/ruby-racc/Makefile
--- a/devel/ruby-racc/Makefile  Sat Aug 30 07:58:33 2003 +0000
+++ b/devel/ruby-racc/Makefile  Sat Aug 30 08:21:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:33:44 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/30 08:21:57 taca Exp $
 # FreeBSD: ports/devel/ruby-racc/Makefile,v 1.20 2001/01/27 09:54:30 knu Exp
 
 DISTNAME=      ${RACC_DISTFILE}
@@ -17,9 +17,9 @@
 
 DOCS=          BUGS.en BUGS.ja README.en README.ja
 DOCS_EN=       changes.html command.html debug.html grammar.html index.html \
-               parser.html usage.html
+               notes.html parser.html usage.html
 DOCS_JA=       changes.html command.html debug.html grammar.html index.html \
-               parser.html usage.html
+               notes.html parser.html usage.html
 EXAMPLES=      array.y array2.y calc-ja.y calc.y conflict.y hash.y lalr.y \
                syntax.y yyerr.y
 
diff -r b2ae3245d6e3 -r 2f7fe2d7eb3e devel/ruby-racc/Makefile.common
--- a/devel/ruby-racc/Makefile.common   Sat Aug 30 07:58:33 2003 +0000
+++ b/devel/ruby-racc/Makefile.common   Sat Aug 30 08:21:57 2003 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile.common,v 1.1 2001/12/30 17:13:47 taca Exp $
-RACC_DISTFILE= racc-${RACC_VERSION}-all
+# $NetBSD: Makefile.common,v 1.2 2003/08/30 08:21:58 taca Exp $
+RACC_DISTFILE= racc-${RACC_VERSION}-all-2
 RACC_NAME=     ${RUBY_PKGNAMEPREFIX}racc
-RACC_VERSION=  1.4.1
+RACC_VERSION=  1.4.3
 RACC_HOMEPAGE= http://www.loveruby.net/en/racc.html
-RACC_SITES=    http://www.loveruby.net/archive/
+RACC_SITES=    http://www.loveruby.net/archive/racc/
 
 DIST_SUBDIR=   ruby
 USE_RUBY=      yes
 USE_RUBY_SETUP=        yes
+# work around for current distfile's name
+WRKSRC=                ${WRKDIR}/racc-${RACC_VERSION}-all
 
 .include "../../lang/ruby-base/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r b2ae3245d6e3 -r 2f7fe2d7eb3e devel/ruby-racc/distinfo
--- a/devel/ruby-racc/distinfo  Sat Aug 30 07:58:33 2003 +0000
+++ b/devel/ruby-racc/distinfo  Sat Aug 30 08:21:57 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/12/30 17:13:47 taca Exp $
+$NetBSD: distinfo,v 1.3 2003/08/30 08:21:58 taca Exp $
 
-SHA1 (ruby/racc-1.4.1-all.tar.gz) = f09e2285e9a8a2c2a9d12b92169048f03fad6ed5
-Size (ruby/racc-1.4.1-all.tar.gz) = 120111 bytes
+SHA1 (ruby/racc-1.4.3-all-2.tar.gz) = c73a7f25d8c4a08fbc75b210891cf78b88b6eac5
+Size (ruby/racc-1.4.3-all-2.tar.gz) = 105554 bytes



Home | Main Index | Thread Index | Old Index