From 8b1371c16f965db731c2158caae6a6aabec93548 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Jan 2013 14:54:15 +0100 Subject: [PATCH] bash: update to 4.2 patchlevel 042. --- srcpkgs/bash/template | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index b429e9b04ba..5ae0c64296e 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,7 +1,7 @@ # Template build file for 'bash'. pkgname=bash _bash_distver=4.2 -_bash_patchlevel=039 +_bash_patchlevel=042 version=${_bash_distver}.${_bash_patchlevel} revision=1 #version=${_bash_distver} @@ -23,17 +23,6 @@ homepage="http://www.gnu.org/software/bash/bash.html" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz" checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 -long_desc=" - Bash is an sh-compatible shell that incorporates useful features from - the Korn shell (ksh) and C shell (csh). It is intended to conform to - the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. - - It offers functional improvements over sh for both programming and - interactive use; these include command line editing, unlimited size - command history, job control, shell functions and aliases, indexed - arrays of unlimited size, and integer arithmetic in any base from two - to sixty-four. In addition, most sh scripts can be run by Bash without - modification." pre_configure() { local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"