From 47c22fea2af3ae2b830e1e6c2c60e33e53880485 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 May 2010 00:11:23 +0200 Subject: [PATCH] gdb: update to 7.1. --- srcpkgs/gdb/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 631397b3ec..dac8316710 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,13 +1,12 @@ # Template file for 'gdb' pkgname=gdb -version=7.0.1 -revision=1 +version=7.1 distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--disable-nls" short_desc="The GNU Debugger" maintainer="Juan RP " -checksum=560c3fd0053ade6549e71bd045f70282feb88db73b35e401bbad601a311e3c1b +checksum=142c27d7970a4e652dc225d61d887777ae00cf22fdd75cd1e8e4e13bfbd85352 long_desc=" The purpose of a debugger such as GDB is to allow you to see what is going on \"inside\" another program while it executes--or what @@ -26,7 +25,7 @@ long_desc=" Add_dependency run glibc Add_dependency run expat -Add_dependency run ncurses +Add_dependency run ncurses-libs Add_dependency run zlib Add_dependency run python Add_dependency build texinfo