diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-17 03:14:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-17 03:14:10 +0800 |
commit | 3b30353769d527bcf11d5cbde2c7943aa96ab7cb (patch) | |
tree | b78399d6e86ed5624a358637a1d4c93393202a45 /shells/bash3/Makefile | |
parent | 30595227631340ce03457cf1ce9a3d2cdc0e6b4e (diff) | |
download | freebsd-ports-gnome-3b30353769d527bcf11d5cbde2c7943aa96ab7cb.tar.gz freebsd-ports-gnome-3b30353769d527bcf11d5cbde2c7943aa96ab7cb.tar.zst freebsd-ports-gnome-3b30353769d527bcf11d5cbde2c7943aa96ab7cb.zip |
Update to patchlevel 7.
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index ae6f97ca9ef1..14652d0fd515 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -7,7 +7,7 @@ # PORTNAME= bash -PORTVERSION= 2.05b.004 +PORTVERSION= 2.05b.007 PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ @@ -21,7 +21,8 @@ DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz PATCH_SITES= ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= obrien -PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 +PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ + bash205b-005 bash205b-006 bash205b-007 MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Bourne Again Shell |