[Lunar-commits] <moonbase> binutils: version bumped to 2.22.

Florin Braescu florin at lunar-linux.org
Mon Nov 21 20:37:07 CET 2011


commit 3f2fe90ec68ed522b29ce37ded50ec0063fb1505
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Nov 21 20:37:07 2011 +0100

    binutils: version bumped to 2.22.
---
 devel/binutils/BUILD   |   11 +++++------
 devel/binutils/DETAILS |    8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index 74453fb..de1c6f2 100644
--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -1,12 +1,11 @@
 (
 
-  ./configure  --host=$BUILD  \
-               --prefix=/usr  \
-               $OPTS          &&
+  ./configure  --prefix=/usr  \
+               $OPTS         &&
 
-  make tooldir=/usr           &&
-  prepare_install             &&
-  make tooldir=/usr install   &&
+  make tooldir=/usr          &&
+  prepare_install            &&
+  make tooldir=/usr install  &&
   make tooldir=/usr install-info  &&
   mkdir -p $DOCUMENT_DIRECTORY/binutils  &&
   cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 15b8f1b..0ddf178 100644
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,12 +1,12 @@
           MODULE=binutils
-         VERSION=2.21.1
-          SOURCE=$MODULE-${VERSION}a.tar.bz2
+         VERSION=2.22
+          SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:525255ca6874b872540c9967a1d26acfbc7c8230
+      SOURCE_VFY=sha1:65b304a0b9a53a686ce50a01173d1f40f8efe404
         WEB_SITE=http://sources.redhat.com/binutils
          ENTERED=20010922
-         UPDATED=20110827
+         UPDATED=20111121
            SHORT="An essential collection of binary utilities"
 
 cat << EOF


More information about the Lunar-commits mailing list