summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2013-06-09 18:12:14 +0000
committerbsiegert <bsiegert@pkgsrc.org>2013-06-09 18:12:14 +0000
commit8f37e5c3a4469b5673eaafba27aeed4a8025a4bb (patch)
tree01da29a4e721fd5ea1aa2334be378dcd804e6c81 /shells/bash/Makefile
parent4947ff38bf46177bba53d75b2b33e6fa56dfd549 (diff)
downloadpkgsrc-8f37e5c3a4469b5673eaafba27aeed4a8025a4bb.tar.gz
Add support for RLIMIT_NTHR (number of threads) that appears in NetBSD
6.99.x. This uses "ulimit -T" as in Linux, not "-r" as in the other shells on NetBSD. Bump pkgrevision.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 35711e955d8..80ca41ae0c9 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.57 2013/05/10 00:42:41 riastradh Exp $
+# $NetBSD: Makefile,v 1.58 2013/06/09 18:12:14 bsiegert Exp $
BASH_VERSION= 4.2
DISTNAME= bash-${BASH_VERSION}
#PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/