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

Florin Braescu florin at lunar-linux.org
Mon Nov 3 13:11:12 CET 2008


commit 13d051eac16ba8cc969b34f77bda21c1c85316c7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Nov 3 14:11:12 2008 +0200

    bison: version bumped to 2.4.
    
    Changes:
    * %language is an experimental feature.
      This feature was introduced in test release 2.3b as a cleaner
      alternative to %skeleton.  Since then, we have discussed the possibility of
      modifying its effect on Bison's output file names.  Thus, in this release,
      we consider %language to be an experimental feature that will likely evolve
      in future releases.
    * Forward compatibility with GNU M4 has been improved.
    * Several bugs in the C++ skeleton and the experimental Java skeleton have been
      fixed.
---
 devel/bison/BUILD   |   10 ----------
 devel/bison/DETAILS |   12 ++++++------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/devel/bison/BUILD b/devel/bison/BUILD
deleted file mode 100644
index 6f3583a..0000000
--- a/devel/bison/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
-  ./configure  --build=$BUILD               \
-               --prefix=/usr                \
-               --infodir=/usr/share/info    \
-               --mandir=/usr/share/man      \
-               --datadir=/usr/share/bison  &&
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index 77984c5..884b894 100644
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,13 +1,13 @@
           MODULE=bison
-         VERSION=2.3
+         VERSION=2.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+   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:4df84c2c5971946111ff1982fb830b3c78d7c57e
+      SOURCE_VFY=sha1:ecd488f9fd2487c695c558443ec7b698ff9b4d64
          ENTERED=20010922
-         UPDATED=20060608
-           SHORT="replacement for the parser generator yacc"
+         UPDATED=20081101
+           SHORT="A replacement for the parser generator yacc"
 
 cat << EOF
 bison - Replacement for the parser generator yacc


More information about the Lunar-commits mailing list