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 | b94062c0072506d57739bb7b509e35fb4e10ee04 (patch) | |
tree | 472be1ea39ad0b53ef5d2557402615793c2bd649 /shells | |
parent | 085b4cd2efbe9421dca1489b4250d000e751f04d (diff) | |
download | pkgsrc-b94062c0072506d57739bb7b509e35fb4e10ee04.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/ |