diff options
author | obrien <obrien@FreeBSD.org> | 2009-03-24 07:15:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-03-24 07:15:07 +0800 |
commit | 06b71524809c4deac6366ed85c7d91f53c793c3c (patch) | |
tree | bc3ebc90d00463d8a8794e19a282c95827bfc7bd /shells | |
parent | 52da2cc42e424330bcc5d1770a577b097c18455a (diff) | |
download | freebsd-ports-gnome-06b71524809c4deac6366ed85c7d91f53c793c3c.tar.gz freebsd-ports-gnome-06b71524809c4deac6366ed85c7d91f53c793c3c.tar.zst freebsd-ports-gnome-06b71524809c4deac6366ed85c7d91f53c793c3c.zip |
We probably need to bump PORTREVISION in order to the the LATEST_LINK
added on ftp.freebsd.org.
Diffstat (limited to 'shells')
-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 |