diff options
author | chopps <chopps@pkgsrc.org> | 2014-01-11 18:18:46 +0000 |
---|---|---|
committer | chopps <chopps@pkgsrc.org> | 2014-01-11 18:18:46 +0000 |
commit | 4ed42f4f5755d46ca468c308a725965d3757c8a6 (patch) | |
tree | 472be1ea39ad0b53ef5d2557402615793c2bd649 /shells | |
parent | bb8da349b3e4e46d2fe3ddd80007d85dac98cc9b (diff) | |
download | pkgsrc-4ed42f4f5755d46ca468c308a725965d3757c8a6.tar.gz |
increment the pkgrevision as we've fixed a bug
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 85adb087aa1..775729adb5e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.59 2013/07/15 02:02:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2014/01/11 18:18:46 chopps Exp $ BASH_VERSION= 4.2 DISTNAME= bash-${BASH_VERSION} #PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |