diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-05-07 12:02:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-05-07 12:02:43 +0000 |
commit | 86f9642690c1bd8138db1a027663039c33e27df6 (patch) | |
tree | 491ffc2aa153ac17a291ee7a80acb851479b3580 /shells/bash2 | |
parent | 5dcacffe7da74358a761281f22b37af9e5177878 (diff) | |
download | pkgsrc-86f9642690c1bd8138db1a027663039c33e27df6.tar.gz |
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 749bd489108..d85ebe9f31e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.79 2009/05/20 00:58:27 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2010/05/07 12:02:43 jmmv Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |