From 37668944b7f81be677552bb38854facd8c60a8f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Feb 2009 17:07:58 +0100 Subject: [PATCH] bash: update to 048 patch level. --HG-- extra : convert_revision : 228c04c6208f5863d902a0a83ab3549c4c9535a8 --- templates/bash.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/bash.tmpl b/templates/bash.tmpl index cefcb7fc4ab..41fb2c762a7 100644 --- a/templates/bash.tmpl +++ b/templates/bash.tmpl @@ -2,7 +2,8 @@ pkgname=bash # This matches current version + latest patchlevel bash_distver=3.2 -version=$bash_distver.039 +bash_patchver=048 +version=$bash_distver.$bash_patchver wrksrc=$pkgname-$bash_distver distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz" build_style=gnu_configure @@ -31,10 +32,9 @@ run_depends="glibc-2.8 ncurses-5.6" pre_configure() { # Apply all patches for current (3.2) version. - local lpatch="039" local URL="http://ftp.gnu.org/gnu/bash/bash-$bash_distver-patches" - for p in $(seq -w 001 $lpatch); do + for p in $(seq -w 001 $bash_patchver); do if [ ! -f "$XBPS_SRCDISTDIR/bash32-$p" ]; then msg_normal "Fetching $pkgname-$version patch: bash32-$p." cd $XBPS_SRCDISTDIR && $fetch_cmd $URL/bash32-$p || bye 1