diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-11 13:59:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-11 13:59:56 +0000 |
commit | 3b1d9c89c500c9018c11e05ffa908f8cedc71dad (patch) | |
tree | 21ff8ad67d63862d07b401964d6e5f3d596de088 /devel/bison | |
parent | be145a106181116a764f4ac815d17b96c9a78537 (diff) | |
download | pkgsrc-3b1d9c89c500c9018c11e05ffa908f8cedc71dad.tar.gz |
Update to 2.3:
Changes in version 2.3, 2006-06-05:
* GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING',
for compatibility with LALR(1) grammars.
* It is now documented that any definition of YYSTYPE or YYLTYPE should
be to a type name that does not contain parentheses or brackets.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 161b1d41fff..302e1a1305d 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2006/05/30 19:25:23 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2006/06/11 13:59:56 wiz Exp $ -DISTNAME= bison-2.2 +DISTNAME= bison-2.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/bison/distinfo b/devel/bison/distinfo index eaab2582112..8a0e4f3dcab 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2006/05/30 19:25:23 wiz Exp $ +$NetBSD: distinfo,v 1.19 2006/06/11 13:59:56 wiz Exp $ -SHA1 (bison-2.2.tar.bz2) = b01691c83cc0d08d3c03e32c494f6b03381ecd21 -RMD160 (bison-2.2.tar.bz2) = c31ff04eeebdfc3fe1bef860daeb7c979d9054af -Size (bison-2.2.tar.bz2) = 1077707 bytes +SHA1 (bison-2.3.tar.bz2) = 7e489f35c6d8171f0cb0cad3dda0fb39f2cb0b62 +RMD160 (bison-2.3.tar.bz2) = c6a116d6b763fad3f4df6e303943e09ed080cb26 +Size (bison-2.3.tar.bz2) = 1080319 bytes SHA1 (patch-aa) = 48ae980971419ede0a45dc5aac7d302586d3826e |