update to 4.3.30: parser bug fixes
This commit is contained in:
parent
9af2f56e68
commit
8da37cee77
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2014/10/03 19:11:20 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2014/10/08 17:29:52 naddy Exp $
|
||||
|
||||
COMMENT= GNU Bourne Again Shell
|
||||
|
||||
DISTNAME= bash-4.3
|
||||
PKGNAME= ${DISTNAME}.28
|
||||
PKGNAME= ${DISTNAME}.30
|
||||
CATEGORIES= shells
|
||||
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
|
||||
|
||||
@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
|
||||
MASTER_SITES0= ${MASTER_SITE_GNU:=bash/${DISTNAME}-patches/}
|
||||
DIST_SUBDIR= bash
|
||||
.for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 \
|
||||
21 22 23 24 25 26 27 28
|
||||
21 22 23 24 25 26 27 28 29 30
|
||||
PATCHFILES+= bash43-0$i:0
|
||||
.endfor
|
||||
|
||||
|
@ -27,6 +27,8 @@ SHA256 (bash/bash43-025) = HlGG9cSmGbsTShF32eneh587uF2cVyaDKwOnYqJJklE=
|
||||
SHA256 (bash/bash43-026) = LswSIBs7pCc7Y69Omq0jBRaM+bq/bREVJ5bbCHJMIU0=
|
||||
SHA256 (bash/bash43-027) = Hrdq0oVh0n90A/88dqNukykopLWKAbho1mPBZfB22r4=
|
||||
SHA256 (bash/bash43-028) = 6LDb7Uck+nub2P930Sx/A9oPv8X4JR71y4UR6wgrRp0=
|
||||
SHA256 (bash/bash43-029) = TMSjl/5rxj7Ll9AwpORCWO8tTgdtDpDHd4KWjMQ9YpI=
|
||||
SHA256 (bash/bash43-030) = hUNPii83nQxJo/9tn/oSyLFXGI3XOeVW1jghfSpYOFs=
|
||||
SIZE (bash/bash-4.3.tar.gz) = 7955839
|
||||
SIZE (bash/bash43-001) = 1617
|
||||
SIZE (bash/bash43-002) = 1594
|
||||
@ -56,3 +58,5 @@ SIZE (bash/bash43-025) = 3940
|
||||
SIZE (bash/bash43-026) = 1575
|
||||
SIZE (bash/bash43-027) = 6889
|
||||
SIZE (bash/bash43-028) = 69606
|
||||
SIZE (bash/bash43-029) = 1824
|
||||
SIZE (bash/bash43-030) = 63206
|
||||
|
Loading…
Reference in New Issue
Block a user