[Lunar-commits] r21824 - moonbase/trunk/devel/automake

Terry Chan tchan at lunar-linux.org
Mon Oct 16 15:36:32 UTC 2006


Author: tchan
Date: 2006-10-16 15:36:32 +0000 (Mon, 16 Oct 2006)
New Revision: 21824

Modified:
   moonbase/trunk/devel/automake/BUILD
   moonbase/trunk/devel/automake/DETAILS
Log:
Version bump to automake-1.10. Fixed the BUILD for the automake symlink too.


Modified: moonbase/trunk/devel/automake/BUILD
===================================================================
--- moonbase/trunk/devel/automake/BUILD	2006-10-16 01:18:46 UTC (rev 21823)
+++ moonbase/trunk/devel/automake/BUILD	2006-10-16 15:36:32 UTC (rev 21824)
@@ -4,6 +4,6 @@
 
   #the line below is for the "automake" symlink, needed by some sources
   rm -Rf /usr/share/automake
-  ln -sf /usr/share/automake-1.9 /usr/share/automake
+  ln -sf /usr/share/automake-1.10 /usr/share/automake
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/automake/DETAILS
===================================================================
--- moonbase/trunk/devel/automake/DETAILS	2006-10-16 01:18:46 UTC (rev 21823)
+++ moonbase/trunk/devel/automake/DETAILS	2006-10-16 15:36:32 UTC (rev 21824)
@@ -1,13 +1,13 @@
           MODULE=automake
-         VERSION=1.9.6
+         VERSION=1.10
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
    SOURCE_URL[2]=ftp://sources.redhat.com/pub/$MODULE/
-      SOURCE_VFY=sha1:d205dbb274d3ff5be1cf6734f27fb452c7131866
+      SOURCE_VFY=sha1:966008107cc1fdb099f65de6496147ef05522fec
         WEB_SITE=http://www.gnu.org/software/automake
          ENTERED=20010922
-         UPDATED=20050710
+         UPDATED=20061016
            SHORT="generate GNU coding standards compliant Makefiles"
 
 cat << EOF



More information about the Lunar-commits mailing list