diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2014-09-25 21:32:33 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2014-09-25 21:32:33 +0000 |
commit | 79bd25d005570dbbf89cc2184d4375688135ae77 (patch) | |
tree | 5997a03991969e4e0a3734b38c8e69babcd75d71 /shells | |
parent | a218b824fad9e5007baa3ea26dda306f808b302e (diff) | |
download | pkgsrc-79bd25d005570dbbf89cc2184d4375688135ae77.tar.gz |
bump pkgrevision for previous
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index e6a124cce2e..96ddaa743dc 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.66 2014/09/25 20:28:32 christos Exp $ +# $NetBSD: Makefile,v 1.67 2014/09/25 21:32:33 jmcneill Exp $ BASH_VERSION= 4.3 BASH_PATCHLEVEL= 025 -PKGREVISION=1 DISTNAME= bash-${BASH_VERSION} PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |