diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-23 23:15:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-03-23 23:15:07 +0000 |
commit | 3d7d72fe47007b3bdf88b5878b40ceb809dd8369 (patch) | |
tree | dd3c5a4c7453c6ad8451f0e9d7fa99caf0c652e4 /shells/bash3 | |
parent | 904ea3ab76ca1da667f30a34dec599dc4eca1639 (diff) |
We probably need to bump PORTREVISION in order to the the LATEST_LINK
added on ftp.freebsd.org.
Notes
Notes:
svn path=/head/; revision=230812
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index f0a6307dc2ab..00eb2ff783e3 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -9,7 +9,7 @@ PORTNAME= bash PATCHLEVEL= 48 PORTVERSION= 3.2.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq |