diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-05-31 18:52:11 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-05-31 18:52:11 +0800 |
commit | 6fab7cbdf38ff045ac6122b59bfc37df60aafad8 (patch) | |
tree | 358d8390fd56eab65c26c295e15611b5288d0a8b /shells/bash | |
parent | ec3e38569cc2614bdd11686d5bc7b1584c0ac3c7 (diff) | |
download | freebsd-ports-gnome-6fab7cbdf38ff045ac6122b59bfc37df60aafad8.tar.gz freebsd-ports-gnome-6fab7cbdf38ff045ac6122b59bfc37df60aafad8.tar.zst freebsd-ports-gnome-6fab7cbdf38ff045ac6122b59bfc37df60aafad8.zip |
Bump PORTREVISION after gettext update - not sure how this one was missed.
Submitted by: Herbert J. Skuhra <h.skuhra (at) gmail.com>
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a4cabeeea85c..e9ba1887f19c 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 5 PORTVERSION= 4.1.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq |