[Lunar-commits] CVS: moonbase/devel/m4 BUILD, 1.1.1.1, 1.2 DETAILS, 1.6, 1.7 POST_REMOVE, 1.1.1.1, 1.2

Florin Braescu florin at lunar-linux.org
Fri Apr 1 02:49:01 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/m4
In directory espresso.foo-projects.org:/tmp/cvs-serv1596

Modified Files:
	BUILD DETAILS POST_REMOVE 
Log Message:
bump the version from 1.4.2 to 1.4.3. bugfixes and optimizations.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/m4/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ BUILD	1 Apr 2005 02:48:58 -0000	1.2
@@ -1,14 +1,12 @@
 (
 
   sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in
-  ./configure  --build=$BUILD             \
-               --prefix=/usr              \
-               $OPTS                      &&
+  ./configure  --build=$BUILD  \
+               --prefix=/usr   \
+               $OPTS          &&
 
   sedit "s/fix)\/info/fix)\/share\/info/" Makefile  &&
   
-  make                                    &&
-  prepare_install                         &&
-  make    install
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/m4/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	5 Oct 2004 09:29:55 -0000	1.6
+++ DETAILS	1 Apr 2005 02:48:58 -0000	1.7
@@ -1,12 +1,12 @@
           MODULE=m4
-         VERSION=1.4.2
+         VERSION=1.4.3
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-      SOURCE_VFY=md5:efdc34556ef254b2c5b227fd12b75fc8
+      SOURCE_VFY=sha1:bda692e58849bd53f37371bb59d87dd76b205b8b
         WEB_SITE=http://www.seindal.dk/rene/gnu
          ENTERED=20010922
-         UPDATED=20040822
+         UPDATED=20050401
            SHORT="m4 is the GNU m4 macro processor."
 
 cat << EOF

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/m4/POST_REMOVE,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- POST_REMOVE	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ POST_REMOVE	1 Apr 2005 02:48:58 -0000	1.2
@@ -1 +1 @@
-install-info  --delete m4  --info-dir /usr/info
+install-info --delete m4 --info-dir /usr/info



More information about the Lunar-commits mailing list