summaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
diff options
context:
space:
mode:
authorchristos <christos>2014-09-27 03:00:06 +0000
committerchristos <christos>2014-09-27 03:00:06 +0000
commitf3952e7502b6b4990a326985e412595d5efb8b33 (patch)
tree5f748dc72eae2d77428fee585e1f33304431022e /shells/bash2/Makefile
parent3b259a86e70d8bcf8a6c827e2fb9b8e5ffacd28c (diff)
downloadpkgsrc-f3952e7502b6b4990a326985e412595d5efb8b33.tar.gz
bring bash2 up to speed since people don't seem to think it can be removed.
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r--shells/bash2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index ae1ac930752..f06a288f7a7 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.84 2013/07/15 02:02:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.85 2014/09/27 03:00:06 christos Exp $
#
DISTNAME= bash-2.05b
-PKGNAME= bash-2.05.2.7
-PKGREVISION= 11
+PKGNAME= bash-2.05.2.9
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
PATCH_SITES= ${MASTER_SITES:=bash-2.05b-patches/}
PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \
- bash205b-005 bash205b-006 bash205b-007
+ bash205b-005 bash205b-006 bash205b-007 bash205b-008 \
+ bash205b-009
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html