summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-10-24 12:21:39 +0000
committertriaxx <triaxx@pkgsrc.org>2019-10-24 12:21:39 +0000
commita4b01bf37e85b90187572b29447e9f098ff1994f (patch)
tree9e66455a9c7db41336a366797b0a1569a5417245 /shells
parenta413159882e522abbcfbfc974fdfbd00ddaf1085 (diff)
downloadpkgsrc-a4b01bf37e85b90187572b29447e9f098ff1994f.tar.gz
bash: bump revision
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f42a6638ae3..5b01d164d76 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.89 2019/10/24 11:52:30 triaxx Exp $
+# $NetBSD: Makefile,v 1.90 2019/10/24 12:21:39 triaxx Exp $
BASH_VERSION= 5.0
BASH_PATCHLEVEL= 11
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}