diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-09 14:50:17 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-09 14:50:17 +0800 |
commit | eea2802b9940176012c954d791e093404fe21bc1 (patch) | |
tree | ebda17cb3ee9b051d33a1d41bdcc5bbe5208dff8 /shells | |
parent | 24f24e0610a82bcd713146d180bd5ddd302b9830 (diff) | |
download | freebsd-ports-gnome-eea2802b9940176012c954d791e093404fe21bc1.tar.gz freebsd-ports-gnome-eea2802b9940176012c954d791e093404fe21bc1.tar.zst freebsd-ports-gnome-eea2802b9940176012c954d791e093404fe21bc1.zip |
Bump revision for directory command-line completion fix.
Always forgotten by: me
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 6cd0bb2e9d21..55ea04eab274 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -8,6 +8,7 @@ PORTNAME= bash PORTVERSION= 2.05b +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ |