diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c0cba44158e..a1f80554d60 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.35 2007/08/17 22:11:35 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2007/09/18 21:20:12 wiz Exp $ DISTNAME= bash-3.2 -PKGNAME= bash-3.2.9 +PKGNAME= bash-3.2.25 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ PATCH_SITES= ${MASTER_SITES:=bash-3.2-patches/} -PATCHFILES= bash32-001 -PATCHFILES+= bash32-002 -PATCHFILES+= bash32-003 -PATCHFILES+= bash32-004 -PATCHFILES+= bash32-005 -PATCHFILES+= bash32-006 -PATCHFILES+= bash32-007 -PATCHFILES+= bash32-008 -PATCHFILES+= bash32-009 +PATCHFILES= bash32-001 bash32-002 bash32-003 bash32-004 bash32-005 +PATCHFILES+= bash32-006 bash32-007 bash32-008 bash32-009 bash32-010 +PATCHFILES+= bash32-011 bash32-012 bash32-013 bash32-014 bash32-015 +PATCHFILES+= bash32-016 bash32-017 bash32-018 bash32-019 bash32-020 +PATCHFILES+= bash32-021 bash32-022 bash32-023 bash32-024 bash32-025 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html |