[Lunar-commits] <moonbase> bison: version bumped to 2.4.2.

Florin Braescu florin at lunar-linux.org
Sun Mar 21 02:39:25 CET 2010


commit d7ba440f7c9a4cd77e0b549257362d1004fda5b4
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Mar 21 03:39:25 2010 +0200

    bison: version bumped to 2.4.2.
    
    Changes:
    * Some portability problems have been addressed.
    * `%prec IDENTIFIER' requires IDENTIFIER to be defined separately.
    * Detection of GNU M4 1.4.6 or newer during configure is improved.
    * Warnings from gcc's -Wundef option about undefined YYENABLE_NLS,
      YYLTYPE_IS_TRIVIAL, and __STRICT_ANSI__ in C/C++ parsers are now
      avoided.
    * %code is now a permanent feature.
    * YYFAIL is deprecated and will eventually be removed.
    * Internationalization.
---
 devel/bison/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index de46570..3dde0da 100644
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,12 +1,12 @@
           MODULE=bison
-         VERSION=2.4.1
+         VERSION=2.4.2
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
         WEB_SITE=http://www.gnu.org/software/bison/bison.html
-      SOURCE_VFY=sha1:fc96b28ee4a6a914b18cb1eddb68177d94b83361
+      SOURCE_VFY=sha1:4e2c4b40a248748989b3fe7f0d89022ea11a8d6f
          ENTERED=20010922
-         UPDATED=20090923
+         UPDATED=20100321
            SHORT="A replacement for the parser generator yacc"
 
 cat << EOF


More information about the Lunar-commits mailing list