diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
commit | f6d8ec20768d34b131ae0cba6ec469cbfe811d7a (patch) | |
tree | e3aafcd3857ac2bdc7ca0607114c79d78e672bae /shells/bash | |
parent | 18a81108d0326c0dd4709dce4e60c61ab055229f (diff) | |
download | pkgsrc-f6d8ec20768d34b131ae0cba6ec469cbfe811d7a.tar.gz |
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a3e58fb58a8..86bd1d1c17e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2009/03/31 11:14:42 hasso Exp $ +# $NetBSD: Makefile,v 1.44 2009/05/20 00:58:27 wiz Exp $ BASH_VERSION= 4.0 BASH_PATCHLEVEL= 10 DISTNAME= bash-${BASH_VERSION} PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |