bash: update to 048 patch level.
--HG-- extra : convert_revision : 228c04c6208f5863d902a0a83ab3549c4c9535a8
This commit is contained in:
parent
8e76afef28
commit
37668944b7
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
||||||
pkgname=bash
|
pkgname=bash
|
||||||
# This matches current version + latest patchlevel
|
# This matches current version + latest patchlevel
|
||||||
bash_distver=3.2
|
bash_distver=3.2
|
||||||
version=$bash_distver.039
|
bash_patchver=048
|
||||||
|
version=$bash_distver.$bash_patchver
|
||||||
wrksrc=$pkgname-$bash_distver
|
wrksrc=$pkgname-$bash_distver
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -31,10 +32,9 @@ run_depends="glibc-2.8 ncurses-5.6"
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
# Apply all patches for current (3.2) version.
|
# Apply all patches for current (3.2) version.
|
||||||
local lpatch="039"
|
|
||||||
local URL="http://ftp.gnu.org/gnu/bash/bash-$bash_distver-patches"
|
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
|
if [ ! -f "$XBPS_SRCDISTDIR/bash32-$p" ]; then
|
||||||
msg_normal "Fetching $pkgname-$version patch: bash32-$p."
|
msg_normal "Fetching $pkgname-$version patch: bash32-$p."
|
||||||
cd $XBPS_SRCDISTDIR && $fetch_cmd $URL/bash32-$p || bye 1
|
cd $XBPS_SRCDISTDIR && $fetch_cmd $URL/bash32-$p || bye 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue