diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 430df81bf5e..ea02468d17f 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.51 2011/03/12 15:26:45 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2011/04/22 13:44:39 obache Exp $ BASH_VERSION= 4.2 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/ diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index d85ebe9f31e..2d0f4bd055e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.80 2010/05/07 12:02:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.81 2011/04/22 13:44:39 obache Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |