[Lunar-commits] r16565 - moonbase/trunk/devel/bison

Florin Braescu florin at lunar-linux.org
Tue Sep 20 03:50:49 UTC 2005


Author: florin
Date: 2005-09-20 03:50:48 +0000 (Tue, 20 Sep 2005)
New Revision: 16565

Modified:
   moonbase/trunk/devel/bison/BUILD
   moonbase/trunk/devel/bison/DETAILS
Log:
bump the version from 2.0 to 2.1. improvements and bugfixes.

Modified: moonbase/trunk/devel/bison/BUILD
===================================================================
--- moonbase/trunk/devel/bison/BUILD	2005-09-19 19:20:19 UTC (rev 16564)
+++ moonbase/trunk/devel/bison/BUILD	2005-09-20 03:50:48 UTC (rev 16565)
@@ -1,9 +1,9 @@
 (
 
-  ./configure  --build=$BUILD              \
-               --prefix=/usr               \
-               --infodir=/usr/share/info   \
-               --mandir=/usr/share/man     \
+  ./configure  --build=$BUILD               \
+               --prefix=/usr                \
+               --infodir=/usr/share/info    \
+               --mandir=/usr/share/man      \
                --datadir=/usr/share/bison  &&
   default_make
 

Modified: moonbase/trunk/devel/bison/DETAILS
===================================================================
--- moonbase/trunk/devel/bison/DETAILS	2005-09-19 19:20:19 UTC (rev 16564)
+++ moonbase/trunk/devel/bison/DETAILS	2005-09-20 03:50:48 UTC (rev 16565)
@@ -1,13 +1,14 @@
           MODULE=bison
-         VERSION=2.0
+         VERSION=2.1
           SOURCE=$MODULE-$VERSION.tar.gz
    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:bd18d535ab673415491d4e5c7a5ec5ebfc06ef5c
+      SOURCE_VFY=sha1:b236923e7d4909c6fd8873ac87431833fa45069b
          ENTERED=20010922
-         UPDATED=20050104
+         UPDATED=20050920
            SHORT="bison is a replacement for the parser generator yacc"
+
 cat << EOF
 bison - Replacement for the parser generator yacc
 General purpose parser generator that converts a grammar description for



More information about the Lunar-commits mailing list