diff options
author | obrien <obrien@FreeBSD.org> | 2010-05-11 02:25:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-05-11 02:25:33 +0800 |
commit | 00d0aa6af045f8f0815d7546805a61dae8d13e49 (patch) | |
tree | 6317711bcd93263eeb4a4838832b2a485f95622a /shells/bash/Makefile | |
parent | 0148b63b44972e8936bd40522f4e97fa3df3ae01 (diff) | |
download | freebsd-ports-gnome-00d0aa6af045f8f0815d7546805a61dae8d13e49.tar.gz freebsd-ports-gnome-00d0aa6af045f8f0815d7546805a61dae8d13e49.tar.zst freebsd-ports-gnome-00d0aa6af045f8f0815d7546805a61dae8d13e49.zip |
Update to Bash 4.1 patchlevel 5.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d796195cb243..2eab2a83f28e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -7,8 +7,8 @@ # PORTNAME= bash -PATCHLEVEL= 35 -PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} +PATCHLEVEL= 5 +PORTVERSION= 4.1.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ |