From f2f77cb2e84cb2c7cb74f8a61aee2914df06dfd9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Nov 2011 07:56:13 +0100 Subject: [PATCH] bash: update to 4.2 patchlevel 020. --- srcpkgs/bash/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index cdf2bb2de2..2e17f98aa3 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,22 +1,21 @@ # Template build file for 'bash'. pkgname=bash -_bash_patchlevel=010 +_bash_patchlevel=020 _bash_distver=4.2 version=${_bash_distver}.${_bash_patchlevel} -revision=2 #version=${_bash_distver} wrksrc=${pkgname}-${_bash_distver} distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz" build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --bindir=/bin - --enable-array-variables --enable-brace-expansion --enable-casemod-attributes - --enable-casemod-expansions --enable-command-timing --enable-cond-command - --enable-cond-regexp --enable-coprocesses --enable-debugger - --enable-directory-stack --enable-dparen-arithmetic --enable-extended-glob - --enable-help-builtin --enable-history --enable-job-control --enable-multibyte - --enable-process-substitution --enable-progcomp --enable-prompt-string-decoding - --enable-select --enable-net-redirections --enable-restricted - ac_cv_func_working_mktime=yes" +--enable-array-variables --enable-brace-expansion --enable-casemod-attributes +--enable-casemod-expansions --enable-command-timing --enable-cond-command +--enable-cond-regexp --enable-coprocesses --enable-debugger +--enable-directory-stack --enable-dparen-arithmetic --enable-extended-glob +--enable-help-builtin --enable-history --enable-job-control --enable-multibyte +--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding +--enable-select --enable-net-redirections --enable-restricted +ac_cv_func_working_mktime=yes" short_desc="The GNU Bourne Again Shell" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html"