diff options
author | ade <ade@FreeBSD.org> | 2010-05-31 18:52:11 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-05-31 18:52:11 +0800 |
commit | 65352f3e69b5d92d3e8aab910f36937fc726465a (patch) | |
tree | 08dadf0c3ce343cef62c080473915a5ad8ef4e4e /shells/bash | |
parent | cc80537f6fe948b56294ab0bdd12065e1e000849 (diff) | |
download | freebsd-ports-gnome-65352f3e69b5d92d3e8aab910f36937fc726465a.tar.gz freebsd-ports-gnome-65352f3e69b5d92d3e8aab910f36937fc726465a.tar.zst freebsd-ports-gnome-65352f3e69b5d92d3e8aab910f36937fc726465a.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 |