[Lunar-commits] r15357 - moonbase/trunk/devel/binutils

Terry Chan tchan at lunar-linux.org
Mon Jun 13 04:15:44 UTC 2005


Author: tchan
Date: 2005-06-13 04:15:43 +0000 (Mon, 13 Jun 2005)
New Revision: 15357

Modified:
   moonbase/trunk/devel/binutils/BUILD
   moonbase/trunk/devel/binutils/DETAILS
   moonbase/trunk/devel/binutils/POST_REMOVE
Log:
Version bump to binutils-2.16.1. Fixed POST_REMOVE to remove the correct list
of info files.  Also added the ChangeLog and NEWS files to the document_directory
as they are located in strange places and not automatically installed.


Modified: moonbase/trunk/devel/binutils/BUILD
===================================================================
--- moonbase/trunk/devel/binutils/BUILD	2005-06-13 03:38:18 UTC (rev 15356)
+++ moonbase/trunk/devel/binutils/BUILD	2005-06-13 04:15:43 UTC (rev 15357)
@@ -11,6 +11,8 @@
   make tooldir=/usr          &&
   prepare_install            &&
   make tooldir=/usr install  &&
-  make tooldir=/usr install-info
+  make tooldir=/usr install-info &&
+  mkdir -p $DOCUMENT_DIRECTORY/binutils &&
+  cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/binutils/DETAILS
===================================================================
--- moonbase/trunk/devel/binutils/DETAILS	2005-06-13 03:38:18 UTC (rev 15356)
+++ moonbase/trunk/devel/binutils/DETAILS	2005-06-13 04:15:43 UTC (rev 15357)
@@ -1,12 +1,12 @@
           MODULE=binutils
-         VERSION=2.16
+         VERSION=2.16.1
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-     SOURCE_VFY=sha1:1be6202267acded1374d07e72ebe9fcc5b0732bc
+      SOURCE_VFY=sha1:5c80fd5657da47efc16a63fdd93ef7395319fbbf
         WEB_SITE=http://sources.redhat.com/binutils
          ENTERED=20010922
-         UPDATED=20050504
+         UPDATED=20050612
            SHORT="binutils is an essential collection of binary utilities."
 
 cat << EOF

Modified: moonbase/trunk/devel/binutils/POST_REMOVE
===================================================================
--- moonbase/trunk/devel/binutils/POST_REMOVE	2005-06-13 03:38:18 UTC (rev 15356)
+++ moonbase/trunk/devel/binutils/POST_REMOVE	2005-06-13 04:15:43 UTC (rev 15357)
@@ -2,6 +2,6 @@
 install-info  --delete bfd        --info-dir /usr/info
 install-info  --delete binutils   --info-dir /usr/info
 install-info  --delete configure  --info-dir /usr/info
-install-info  --delete gasp       --info-dir /usr/info
 install-info  --delete gprof      --info-dir /usr/info
 install-info  --delete ld         --info-dir /usr/info
+install-info  --delete standards  --info-dir /usr/info



More information about the Lunar-commits mailing list